From cbc1d6e91597c21756e03728e8978b2dce77fbbe Mon Sep 17 00:00:00 2001 From: Andrey Cheptsov <54148038+peterschmidt85@users.noreply.github.com> Date: Fri, 21 Nov 2025 10:30:48 +0100 Subject: [PATCH] [Bugfix] ERROR - Config value 'plugins': The "llms-txt" plugin is not installed Fixes the following bug: ``` mkdocs serve ERROR - Config value 'plugins': The "llms-txt" plugin is not installed ``` --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3beb985..54b1175 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ Add to your `mkdocs.yml`: ```yaml plugins: - - llms-txt: + - llmstxt-md: sections: "Getting Started": - index.md: "Introduction to the project" @@ -131,4 +131,4 @@ Currently manual testing via the test site. Future versions will include automat 1. Modify code in `src/mkdocs_llmstxt_md/` 2. Test changes: `cd test-site && mkdocs build` 3. Validate all features work as expected -4. Check generated files in `test-site/site/` \ No newline at end of file +4. Check generated files in `test-site/site/`