Use case
llms.txt generator for documentation sites
Documentation portals perform best when assistants can reach the canonical quickstart and API reference pages fast. Keep the file concise and version-aware.
Recommended source pages
- Quickstart and install documentation.
- API reference and endpoint schemas.
- SDK documentation with version tags.
- Code example library.
- Release notes and deprecation notices.
# Product Docs Name
> Product Docs Name provides technical documentation for [product or API].
## Summary
This file maps onboarding, API reference, SDK, examples, and changelog pages.
## Sources
- [Quickstart](https://example.com/docs/quickstart): Setup and first request.
- [API Reference](https://example.com/docs/api): Endpoints, parameters, and responses.
- [SDK Guides](https://example.com/docs/sdk): Language-specific usage and version notes.
- [Examples](https://example.com/docs/examples): Sample projects and patterns.
- [Changelog](https://example.com/docs/changelog): Breaking changes and release history.