This repository aggregates documentation from multiple All Hands AI repositories to provide a unified documentation site powered by Mintlify.
docs.json
- Mintlify configuration file that references docs in these repos.github/workflows/
- GitHub Actions for automaticdocs
updatesdocs/
Folders synced from other repos, e.g.,openhands/
,agent-sdk/
To add documentation from a new repository:
- Add workflow like this to the new repo.
- Update
docs.json
to include navigation for the new content (e.g.,new-repo/docs/
) - Commit the changes and manually trigger the update-docs workflow
To run the documentation site locally:
npm install -g mint
# or
yarn global add mint
# Preview local changes
mint dev
The documentation site is automatically deployed via Mintlify when changes are pushed to the main branch.