From 498d3fe14b7d656ecb5cd6dc982c1a7f3f359f0b Mon Sep 17 00:00:00 2001 From: Malte Landwehr <67974055+MalteBerlin@users.noreply.github.com> Date: Sun, 29 Jun 2025 07:35:35 +0200 Subject: [PATCH] Update index.qmd Fixed a typo: llmtxt.org > llmstxt.org --- nbs/index.qmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nbs/index.qmd b/nbs/index.qmd index e40317b..4278d30 100644 --- a/nbs/index.qmd +++ b/nbs/index.qmd @@ -126,7 +126,7 @@ Various tools and plugins are available to help integrate the llms.txt specifica - [`llms_txt2ctx`](https://llmstxt.org/intro.html#cli) - CLI and Python module for parsing llms.txt files and generating LLM context - [JavaScript Implementation](./llmstxt-js.html) - Sample JavaScript implementation - [`vitepress-plugin-llms`](https://github.com/okineadev/vitepress-plugin-llms) - VitePress plugin that automatically generates LLM-friendly documentation for the website following the llms.txt specification -- [`docusaurus-plugin-llms`](https://github.com/rachfop/docusaurus-plugin-llms) - Docusaurus plugin for generating LLM-friendly documentation following the llmtxt.org standard +- [`docusaurus-plugin-llms`](https://github.com/rachfop/docusaurus-plugin-llms) - Docusaurus plugin for generating LLM-friendly documentation following the llmstxt.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