File tree Expand file tree Collapse file tree 3 files changed +63
-2
lines changed
Expand file tree Collapse file tree 3 files changed +63
-2
lines changed Original file line number Diff line number Diff line change 11site_name : django-pattern-library
22repo_url : https://github.com/torchbox/django-pattern-library
3- site_url :
3+ site_url : https://torchbox.github.io/django-pattern-library/
44edit_uri : edit/main/docs/
55
66repo_name : django-pattern-library
@@ -30,6 +30,21 @@ plugins:
3030 - redirects :
3131 redirect_maps :
3232 ' reference/related-projects.md ' : ' community/related-projects.md'
33+ - llmstxt-md :
34+ enable_markdown_urls : true
35+ enable_llms_txt : true
36+ enable_llms_full : true
37+ enable_copy_button : false
38+ sections :
39+ ' Getting started ' :
40+ - index.md
41+ - getting-started.md
42+ ' Guides ' :
43+ - guides/*.md
44+ ' Recipes ' :
45+ - recipes/*.md
46+ ' Reference ' :
47+ - reference/*.md
3348nav :
3449 - ' Home ' : ' index.md'
3550 - ' Getting started ' : ' getting-started.md'
Original file line number Diff line number Diff line change @@ -55,6 +55,7 @@ pymdown-extensions = "^10.0"
5555mkdocs-git-revision-date-plugin = " ^0.3.1"
5656mkdocs-redirects = " ^1.0.3"
5757black = " ^25.1.0"
58+ mkdocs-llmstxt-md = " ^0.2.0"
5859
5960[tool .isort ]
6061known_first_party = " pattern_library"
You can’t perform that action at this time.
0 commit comments