Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 616 Bytes

File metadata and controls

28 lines (19 loc) · 616 Bytes

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.