-
Notifications
You must be signed in to change notification settings - Fork 676
Add autogeneration of llms.txt during mkdocs build; add docs page on using llms.txt #1023
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
|
The doc build CI check is failing due to |
|
I also opened an issue here: derailed-dash/adk-docs-ext#1 so that the Gemini CLI extension for ADK docs listed on https://geminicli.com/extensions/ will continue to work given the change to |
Automates generation of
llms.txtin the docs root and adds a docs page for consuming it with AI coding tools. This PR:mkdocs-llmstxtpackage (updatedrequirements.txtandmkdocs.yml)llms.txt(with Gemini CLI, Antigravity, and general info for other clients)llms.txtandllms-full.txtfrom Git (these will now be autogenerated and served at the docs site route)After this PR is merged, the
llms.txtwill be autogenerated and available at:And
.mdfiles will be automatically generated alongside the built HTML pages for easy ingestion by LLMs / coding tools.Related issues: