| name | docusaurus-deploy |
| description | Deploy Docusaurus documentation sites to Kubernetes |
Docusaurus Documentation Deployment
When to Use
- Creating documentation for LearnFlow project
- Deploying static documentation sites
- Setting up auto-generated API docs
Instructions
Initialize Docusaurus
- Run init:
python scripts/init_docusaurus.py <site-name> --title "My Docs"
- Review generated structure
- Customize content in
docs/ folder
Build and Deploy
- Build:
python scripts/build.py <site-name>
- Deploy:
python scripts/deploy.py <site-name> --namespace docs
- Verify:
python scripts/verify.py <site-name> --namespace docs
Configure Ingress
- Create ingress:
python scripts/create_ingress.py <site-name> --domain docs.example.com
Validation
See REFERENCE.md for documentation structure and deployment options.