ITADN
OpenHands/docs · 文件 下载 ZIP
文件最后提交记录最后更新时间
README.md

OpenHands Documentation

This repository provides a unified documentation site powered by Mintlify.

Structure

  • docs.json - Mintlify configuration file that references docs in these repos.
  • openhands/ - Main OpenHands docs.
  • openapi/ - API References.
  • sdk/ - Agent SDK docs.
  • success-stories/ - Success stories docs.

Local Development

To run the documentation site locally:

npm install -g mint
# or
yarn global add mint

# Preview local changes
mint dev

Deployment

The documentation site is automatically deployed via Mintlify when changes are pushed to the main branch.