We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d30f6a commit 1f4eebaCopy full SHA for 1f4eeba
mkdocs.yml
@@ -54,6 +54,15 @@ plugins:
54
extra:
55
show_docstring: true
56
show_docstring_examples: true
57
+ - llmstxt:
58
+ full_output: llms-full.txt
59
+ sections:
60
+ Getting started:
61
+ - index.md
62
+ Usage Examples:
63
+ - examples.md
64
+ API Reference:
65
+ - api.md
66
67
markdown_extensions:
68
- pymdownx.highlight:
pyproject.toml
@@ -58,6 +58,7 @@ docs = [
"mkdocs>=1.6",
"mkdocstrings[crystal, python]>=0.29",
"mkdocs-material>=9.0",
+ "mkdocs-llmstxt>=0.2",
"griffe>=1.0",
"pymdown-extensions>=10.0",
"griffe-fieldz>=0.2",
0 commit comments