Skip to content

Commit 4071acb

Browse files
committed
llms_txt:
1 parent 6e745ca commit 4071acb

4 files changed

Lines changed: 10687 additions & 1 deletion

File tree

docusaurus/docusaurus.config.js

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,14 @@ const config = {
3838
'docs/0.9.0/**/*',
3939
'docs/0.9.1/**/*',
4040
]
41-
}]],
41+
}],
42+
[
43+
"docusaurus-plugin-generate-llms-txt",
44+
{
45+
outputFile: "llms.txt", // defaults to llms.txt if not specified
46+
},
47+
],
48+
],
4249

4350
presets: [
4451
[

docusaurus/package-lock.json

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

docusaurus/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
"@mdx-js/react": "^1.6.22",
2121
"clsx": "^1.2.1",
2222
"docusaurus-lunr-search": "^3.3.2",
23+
"docusaurus-plugin-generate-llms-txt": "^0.0.1",
2324
"prism-react-renderer": "^1.3.5",
2425
"react": "^17.0.2",
2526
"react-dom": "^17.0.2"

0 commit comments

Comments
 (0)