Skip to content

Commit 5a9344c

Browse files
committed
update llmstxt
1 parent 61d5f37 commit 5a9344c

2 files changed

Lines changed: 21 additions & 18 deletions

File tree

mkdocs.base.yml

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -123,22 +123,5 @@ markdown_extensions:
123123
- pymdownx.tilde
124124

125125
plugins:
126-
- llmstxt:
127-
full_output: llms-full.txt
128-
markdown_description: This is the documentation for CmlLib.Core.
129-
sections:
130-
Introduction:
131-
- README.md
132-
- SUMMARY.md: INDEX for all pages
133-
CmlLib.Core:
134-
- cmllib.core/*.md
135-
Auth.Microsoft:
136-
- auth.microsoft/*.md
137-
MojangAPI:
138-
- mojangapi/*.md
139-
Installer.Forge:
140-
- installer.forge/*.md
141-
런처 주문제작:
142-
- ad.md
143126
- literate-nav:
144127
nav_file: SUMMARY.md

mkdocs.en.yml

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,24 @@
11
INHERIT: mkdocs.base.yml
22

33
docs_dir: 'en'
4-
site_dir: 'site/en'
4+
site_dir: 'site/en'
5+
6+
plugins:
7+
- llmstxt:
8+
full_output: llms-full.txt
9+
base_url: https://cmllib.github.io/CmlLib.Core-wiki/en
10+
markdown_description: This is the documentation for CmlLib.Core.
11+
sections:
12+
Introduction:
13+
- README.md
14+
- SUMMARY.md
15+
CmlLib.Core:
16+
- cmllib.core/*.md
17+
Auth.Microsoft:
18+
- auth.microsoft/*.md
19+
MojangAPI:
20+
- mojangapi/*.md
21+
Installer.Forge:
22+
- installer.forge/*.md
23+
런처 주문제작:
24+
- ad.md

0 commit comments

Comments
 (0)