Skip to content

Commit bfc0e65

Browse files
committed
feat(config): add SignalWire LLMS plugin to Docusaurus configuration
1 parent df9ab4a commit bfc0e65

File tree

3 files changed

+313
-1
lines changed

3 files changed

+313
-1
lines changed

docusaurus.config.ts

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,21 @@ const config: Config = {
243243
crossorigin: "anonymous",
244244
},
245245
],
246-
plugins: [require.resolve("./webpack.config.js")],
246+
plugins: [
247+
require.resolve("./webpack.config.js"),
248+
[
249+
"@signalwire/docusaurus-plugin-llms-txt",
250+
{
251+
siteTitle: 'Flare Network Developer Hub',
252+
siteDescription: 'Flare Network Developer Hub Documentation',
253+
depth: 3,
254+
content: {
255+
includePages: true,
256+
enableLlmsFullTxt: true
257+
}
258+
}
259+
]
260+
],
247261
scripts: [
248262
// Optimized cookie script loading - defer until after page load
249263
{

0 commit comments

Comments
 (0)