diff --git a/mkdocs.yml b/mkdocs.yml index ae9308aca..05cda5da6 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -194,4 +194,13 @@ plugins: links_attr_map: target: _blank rel: external + # https://github.com/pawamoy/mkdocs-llmstxt + - llmstxt: + markdown_description: | + Documentation for n8n, a workflow automation platform. This file helps LLMs understand and use the documentation more effectively. + full_output: llms-full.txt + # Include all Markdown files in the docs directory and subdirectories + sections: + All documentation: + - "*.md" INHERIT: ./nav.yml diff --git a/requirements.txt b/requirements.txt index 381c52366..00c3ff8aa 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,4 @@ mkdocs-exclude==1.0.2 mkdocs-glightbox +mkdocs-llmstxt==0.3.1 mkdocs-macros-plugin==1.3.7