🚀 Enhancements
Replace docusaurus-plugin-llms with custom implementation @osterman (#1807)
## what - Replace buggy docusaurus-plugin-llms v0.2.2 with lightweight custom plugin - Remove 58-line bash workaround script - Use Docusaurus's resolved routes directly for correct URLswhy
- Original plugin reconstructs URLs from filenames with buggy regex
- Only removes first numeric prefix (2025-10-13-slug → 10-13-slug)
- Hardcodes /blog/ path instead of reading routeBasePath config
- Ignores frontmatter slug field
- Required bash workaround to fix URLs after generation
references
- closes #1804
- Original plugin issue: rachfop/docusaurus-plugin-llms#15
- llmstxt.org spec: https://llmstxt.org