We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bfc0e65 commit b6ca3acCopy full SHA for b6ca3ac
docusaurus.config.ts
@@ -248,15 +248,15 @@ const config: Config = {
248
[
249
"@signalwire/docusaurus-plugin-llms-txt",
250
{
251
- siteTitle: 'Flare Network Developer Hub',
252
- siteDescription: 'Flare Network Developer Hub Documentation',
+ siteTitle: "Flare Network Developer Hub",
+ siteDescription: "Flare Network Developer Hub Documentation",
253
depth: 3,
254
content: {
255
includePages: true,
256
- enableLlmsFullTxt: true
257
- }
258
259
- ]
+ enableLlmsFullTxt: true,
+ },
+ ],
260
],
261
scripts: [
262
// Optimized cookie script loading - defer until after page load
0 commit comments