Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -238,6 +238,13 @@ const config = {
],
},
],

[
'docusaurus-plugin-llms',
{
processingBatchSize: 50,
},
],
],
};

Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@
"ajv-cli": "^5.0.0",
"babel-jest": "^29.3.1",
"cspell": "^8.6.1",
"docusaurus-plugin-llms": "^0.3.1",
"eslint": "^8.28.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-plugin-header": "^3.1.1",
Expand Down
41 changes: 41 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7923,6 +7923,15 @@ __metadata:
languageName: node
linkType: hard

"brace-expansion@npm:^2.0.2":
version: 2.1.0
resolution: "brace-expansion@npm:2.1.0"
dependencies:
balanced-match: "npm:^1.0.0"
checksum: 10/c77a7a64aabf94b8d5913955adb4f36957917565374461355bb4276830c027a313d981f32410cea9e38f52573e7eb776d02fe05091c3a79a061958d97e4d2b43
languageName: node
linkType: hard

"braces@npm:^3.0.2, braces@npm:^3.0.3, braces@npm:~3.0.2":
version: 3.0.3
resolution: "braces@npm:3.0.3"
Expand Down Expand Up @@ -10234,6 +10243,7 @@ __metadata:
clsx: "npm:^1.2.1"
commander: "npm:5.1.0"
cspell: "npm:^8.6.1"
docusaurus-plugin-llms: "npm:^0.3.1"
dotenv: "npm:^16.0.3"
eslint: "npm:^8.28.0"
eslint-config-airbnb: "npm:^19.0.4"
Expand Down Expand Up @@ -10336,6 +10346,19 @@ __metadata:
languageName: node
linkType: hard

"docusaurus-plugin-llms@npm:^0.3.1":
version: 0.3.1
resolution: "docusaurus-plugin-llms@npm:0.3.1"
dependencies:
gray-matter: "npm:^4.0.3"
minimatch: "npm:^9.0.3"
yaml: "npm:^2.8.1"
peerDependencies:
"@docusaurus/core": ^3.0.0
checksum: 10/7f0871314eaa08de8640f3d38fe376b2c9aa87d1ad00989fc3e555a8996131586f6633b9c008ac0d8a4beac9a90ffc11fadd522e10d00f6c784855e476885ca8
languageName: node
linkType: hard

"dom-converter@npm:^0.2.0":
version: 0.2.0
resolution: "dom-converter@npm:0.2.0"
Expand Down Expand Up @@ -16517,6 +16540,15 @@ __metadata:
languageName: node
linkType: hard

"minimatch@npm:^9.0.3":
version: 9.0.9
resolution: "minimatch@npm:9.0.9"
dependencies:
brace-expansion: "npm:^2.0.2"
checksum: 10/b91fad937deaffb68a45a2cb731ff3cff1c3baf9b6469c879477ed16f15c8f4ce39d63a3f75c2455107c2fdff0f3ab597d97dc09e2e93b883aafcf926ef0c8f9
languageName: node
linkType: hard

"minimatch@npm:^9.0.4":
version: 9.0.5
resolution: "minimatch@npm:9.0.5"
Expand Down Expand Up @@ -23225,6 +23257,15 @@ __metadata:
languageName: node
linkType: hard

"yaml@npm:^2.8.1":
version: 2.8.3
resolution: "yaml@npm:2.8.3"
bin:
yaml: bin.mjs
checksum: 10/ecad41d39d34fae5cc17ea2d4b7f7f55faacd45cbce8983ba22d48d1ed1a92ed242ea49ea813a79ac39a69f75f9c5a03e7b5395fd954d55476f25e21a47c141d
languageName: node
linkType: hard

"yargs-parser@npm:^20.2.9":
version: 20.2.9
resolution: "yargs-parser@npm:20.2.9"
Expand Down
Loading