Skip to content
Closed
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
18 changes: 18 additions & 0 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,24 @@ const config = {
},
]
: null,
[
"docusaurus-plugin-llms",
{
// Set a logical reading order for documentation
includeOrder: [
"docs/introduction.md",
"docs/language-spec.md",
"docs/descriptors.md",
"docs/examples.md",
],
// Remove duplicate heading text for cleaner output
removeDuplicateHeadings: true,
// Custom title and description for LLM files
title: "Protobuf Language Guide - LLM Documentation",
description:
"Complete documentation for the Protocol Buffers (Protobuf) language specification, compilation process, descriptors, and practical examples.",
},
],
],

themeConfig:
Expand Down
98 changes: 98 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
"@docusaurus/tsconfig": "3.5.2",
"@docusaurus/types": "3.5.2",
"@types/react": "^18.2.29",
"docusaurus-plugin-llms": "^0.3.0",
"typescript": "^5.2.2"
},
"browserslist": {
Expand Down