Skip to content
Open
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.ts
Original file line number Diff line number Diff line change
Expand Up @@ -266,6 +266,24 @@ const config: Config = {
],
]
: []),
[
'@signalwire/docusaurus-plugin-llms-txt',
{
siteTitle: 'Harper Documentation',
siteDescription: 'Comprehensive guide to developing on and using the Harper platform',
/* The depth option controls how deep the hierarchical organization goes in your document tree. This is crucial for determining how your URLs are categorized.
For example:
depth: 1: /api/users → api category
depth: 2: /api/users/create → api/users category
depth: 3: /api/users/create/advanced → api/users/create category
*/
depth: 3,
content: {
includePages: true, // Optional for content but it simply includes pages
enableLlmsFullTxt: true // Optional: generates llms-full.txt
}
},
],
],

themes: [
Expand Down
Loading
Loading