Skip to content

Commit f726f2b

Browse files
authored
add llms.txt (#797)
1 parent 37505b6 commit f726f2b

File tree

4 files changed

+23
-4
lines changed

4 files changed

+23
-4
lines changed

.gitignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,7 @@ yarn-error.log*
2323
*~
2424

2525
# IDEs
26-
/.idea
26+
/.idea
27+
28+
# LLM
29+
llms.txt

docusaurus.config.js

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -148,9 +148,7 @@ import { themes as prismThemes } from "prism-react-renderer";
148148
prism: {
149149
theme: prismThemes.github,
150150
darkTheme: prismThemes.oceanicNext,
151-
plugins: [
152-
'line-highlight',
153-
],
151+
plugins: ["line-highlight"],
154152
},
155153
algolia: {
156154
appId: "4D0L431W8V",
@@ -171,6 +169,7 @@ import { themes as prismThemes } from "prism-react-renderer";
171169
],
172170
},
173171
],
172+
"docusaurus-plugin-generate-llms-txt",
174173
],
175174
}
176175
);

package-lock.json

Lines changed: 16 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
"@docusaurus/preset-classic": "^3.7.0",
2626
"@docusaurus/theme-search-algolia": "^3.7.0",
2727
"clsx": "^2.0.0",
28+
"docusaurus-plugin-generate-llms-txt": "^0.0.1",
2829
"file-loader": "^6.2.0",
2930
"i18n-iso-countries": "^7.13.0",
3031
"js-yaml": "^4.1.0",

0 commit comments

Comments
 (0)