osodevops/Docusaurus LLM Docs Generator
Generate LLM-optimized docs (llms.txt + markdown.zip) from Docusaurus sites for AI assistants.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| build-dir | Path to Docusaurus build directory | no | ./build |
| output-dir | Output directory for LLM docs | no | ./llm-docs |
| base-url | Base URL for documentation links (e.g., https://docs.example.com) | yes | — |
| product-name | Product name for llms.txt header | yes | — |
| tagline | Product tagline for llms.txt | no | "" |
| sidebar-path | Path to sidebars.js file | no | ./sidebars.js |
| include-descriptions | Include page descriptions in llms.txt | no | true |
| strip-html | Remove any remaining HTML from markdown output | no | true |
| inject-sidebar | Inject LLM Resources links into the built sidebar HTML | no | true |
Outputs
| name | description |
|---|---|
| llms-txt-path | Path to generated llms.txt file |
| llms-full-txt-path | Path to generated llms-full.txt file (complete docs in one file) |
| markdown-zip-path | Path to generated markdown.zip archive |
| files-generated | Number of markdown files generated |
| sections-count | Number of documentation sections |