# docusaurus-plugin-llms > LLM-friendly docs for your Docusaurus site This file contains links to documentation sections following the llmstxt.org standard. ## Table of Contents - [Best practices](https://rachfop.github.io/docusaurus-plugin-llms/docs/best-practices.md): This page collects recommended option combinations for common documentation - [Configuration options](https://rachfop.github.io/docusaurus-plugin-llms/docs/configuration.md): This page is the full reference for every option `docusaurus-plugin-llms` accepts. If you're setting the plugin up for the first time, start with [... - [Content cleaning](https://rachfop.github.io/docusaurus-plugin-llms/docs/content-cleaning.md): Documentation written for humans often carries markup that adds noise for a language model: MDX import statements, HTML wrappers, and auto-generate... - [Generating content](https://rachfop.github.io/docusaurus-plugin-llms/docs/content-generation.md): Once the plugin is installed (see [installation](./installation.md)), you can shape what goes into the generated files: configure multiple document... - [Installation](https://rachfop.github.io/docusaurus-plugin-llms/docs/installation.md): `docusaurus-plugin-llms` generates LLM-friendly documentation files for your Docusaurus site, following the [llmstxt standard](https://llmstxt.org/... - [Generating individual Markdown files](https://rachfop.github.io/docusaurus-plugin-llms/docs/markdown-files.md): By default, the plugin generates `llms.txt` with links that point at your original documentation pages. The [llmstxt.org specification](https://llm... - [Multi-version output](https://rachfop.github.io/docusaurus-plugin-llms/docs/multi-version.md): If your site keeps more than one documentation version live at once, you can publish a separate set of LLM files for each one. The `versions` optio... - [Ordering and path transformation](https://rachfop.github.io/docusaurus-plugin-llms/docs/ordering-and-paths.md): This page covers ways to shape the generated output: controlling the order in which documents appear, transforming the URLs the plugin builds from ... - [Overview](https://rachfop.github.io/docusaurus-plugin-llms/docs/overview.md): `docusaurus-plugin-llms` generates LLM-friendly documentation from your Docusaurus site, following the [llmstxt standard](https://llmstxt.org/). Du...