Professional documentation site for the AgentFlow ecosystem.
This site is now built with Docusaurus so the documentation can support a product-quality landing page, beginner learning paths, MDX/React examples, and GitHub Pages deployment.
npm install
npm run startThe dev server runs at http://localhost:3000.
npm run build
npm run serveThe static output is generated into build/.
The workflow at .github/workflows/deploy.yml builds the site and deploys it to GitHub Pages.
By default, it assumes a project page URL like:
https://<owner>.github.io/<repo>/
For a custom domain such as https://docs.agentflow.ai, set SITE_URL and BASE_URL in the workflow or repository variables:
SITE_URL=https://docs.agentflow.ai
BASE_URL=/
docs/
get-started/
concepts/
tutorials/
how-to/
production/
reference/
src/
components/
css/
pages/
static/
img/
The previous MkDocs content is preserved under docs-mkdocs-legacy/ so it can be mined during the rewrite.
The old MkDocs config files are still in the repo for reference:
mkdocs.yml
pyproject.toml
uv.lock
They are no longer the primary docs site.