website: add machine-readable documentation index (llms.txt)#4350
website: add machine-readable documentation index (llms.txt)#4350Sridhar1030 wants to merge 2 commits intokubeflow:masterfrom
Conversation
Add llms.txt and llms-full.txt as Hugo custom output formats that auto-generate on every build, following the llmstxt.org standard. Closes kubeflow#4349 Signed-off-by: Sridhar1030 <sridharpillai75@gmail.com>
|
Hi @Sridhar1030. Thanks for your PR. I'm waiting for a kubeflow member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
🚫 This command cannot be processed. Only organization members or owners can use the commands. |
Signed-off-by: Sridhar1030 <sridharpillai75@gmail.com>
Description of Changes
Introduce
llms.txtandllms-full.txtas Hugo custom output formats following thellmstxt.org standard, providing a machine-readable documentation
index for LLM consumption.
What's included:
llms.txt— curated index of all docs pages with titles, URLs, and descriptionsllms-full.txt— expanded version with full inline page content for RAG pipelinesFiles changed:
config.toml— addedLLMSandLLMSFullcustom output formatslayouts/index.llms.txt— template for/llms.txtlayouts/index.llmsfull.txt— template for/llms-full.txtlayouts/partials/llms-pages.html— recursive partial for curated indexlayouts/partials/llms-full-pages.html— recursive partial for full contentResults



Related Issues
Closes: #4349
Checklist