Getting started¶
Local development¶
pip install -r requirements.txt
mkdocs serve
Then open http://127.0.0.1:8000.
Build static files¶
mkdocs build
The static site is generated in the site/ directory.
Host under docs.clye.ai¶
Serve the generated site/ directory at domain root (/).
Temporary host under clye.ai/docs¶
You can serve the same site/ content under /docs during migration.