Skip to content

Commit a0146b6

Browse files
committed
chore: update Docusaurus dependencies to version 3.9.2
1 parent 18329e4 commit a0146b6

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
// Even if you don't use internationalization, you can use this field to set
4448
// useful metadata like html lang. For example, if your site is Chinese, you
@@ -76,6 +80,7 @@ const config: Config = {
7680
highlightSearchTermsOnTargetPage: true,
7781
explicitSearchResultPath: true,
7882
docsRouteBasePath: "/",
83+
indexBlog: false,
7984
searchContextByPaths: [
8085
{ label: "Getting Started", path: "getting-started" },
8186
{ label: "Basic Usage", path: "basic-usage" },

0 commit comments

Comments
 (0)