Skip to content

Commit 8414fa2

Browse files
chore: update Docusaurus dependencies to version 3.9.2 (#384)
1 parent e26fb75 commit 8414fa2

File tree

3 files changed

+1703
-1030
lines changed

3 files changed

+1703
-1030
lines changed

docusaurus.config.ts

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,11 @@ const config: Config = {
3838
projectName: 'Roo-Code-Docs',
3939

4040
onBrokenLinks: 'warn',
41-
onBrokenMarkdownLinks: 'warn',
41+
markdown: {
42+
hooks: {
43+
onBrokenMarkdownLinks: 'warn',
44+
},
45+
},
4246

4347
// Custom fields for client-side access
4448
customFields: {
@@ -81,6 +85,7 @@ const config: Config = {
8185
highlightSearchTermsOnTargetPage: true,
8286
explicitSearchResultPath: true,
8387
docsRouteBasePath: "/",
88+
indexBlog: false,
8489
searchContextByPaths: [
8590
{ label: "Getting Started", path: "getting-started" },
8691
{ label: "Basic Usage", path: "basic-usage" },

0 commit comments

Comments
 (0)