From e6f037df001241b0657f8be63271d216185f8945 Mon Sep 17 00:00:00 2001 From: Jacob Tomlinson Date: Thu, 10 Jul 2025 16:12:34 -0700 Subject: [PATCH 1/2] Add link to sphinx-llm --- nbs/index.qmd | 1 + 1 file changed, 1 insertion(+) diff --git a/nbs/index.qmd b/nbs/index.qmd index e40317b..8c69ce5 100644 --- a/nbs/index.qmd +++ b/nbs/index.qmd @@ -129,6 +129,7 @@ Various tools and plugins are available to help integrate the llms.txt specifica - [`docusaurus-plugin-llms`](https://github.com/rachfop/docusaurus-plugin-llms) - Docusaurus plugin for generating LLM-friendly documentation following the llmtxt.org standard - [Drupal LLM Support](https://www.drupal.org/project/llm_support) - A Drupal Recipe providing full support for the llms.txt proposal on any Drupal 10.3+ site - [`llms-txt-php`](https://github.com/raphaelstolt/llms-txt-php) - A library for writing and reading llms.txt Markdown files +- [`sphinx-llm`](https://pypi.org/project/sphinx-llm/) - A Sphinx plugin that provides llms.txt support in Sphinx documentation. ## Next steps From e04e161d7d0f0c7f483ed00cf9494eb245e40b16 Mon Sep 17 00:00:00 2001 From: Jacob Tomlinson Date: Thu, 10 Jul 2025 16:14:15 -0700 Subject: [PATCH 2/2] Remove full-stop for consistence --- nbs/index.qmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nbs/index.qmd b/nbs/index.qmd index 8c69ce5..9d352d3 100644 --- a/nbs/index.qmd +++ b/nbs/index.qmd @@ -129,7 +129,7 @@ Various tools and plugins are available to help integrate the llms.txt specifica - [`docusaurus-plugin-llms`](https://github.com/rachfop/docusaurus-plugin-llms) - Docusaurus plugin for generating LLM-friendly documentation following the llmtxt.org standard - [Drupal LLM Support](https://www.drupal.org/project/llm_support) - A Drupal Recipe providing full support for the llms.txt proposal on any Drupal 10.3+ site - [`llms-txt-php`](https://github.com/raphaelstolt/llms-txt-php) - A library for writing and reading llms.txt Markdown files -- [`sphinx-llm`](https://pypi.org/project/sphinx-llm/) - A Sphinx plugin that provides llms.txt support in Sphinx documentation. +- [`sphinx-llm`](https://pypi.org/project/sphinx-llm/) - A Sphinx plugin that provides llms.txt support in Sphinx documentation ## Next steps