We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dad691c commit 64fffb8Copy full SHA for 64fffb8
docusaurus.config.js
@@ -31,7 +31,7 @@ const config = {
31
projectName: 'ABCD-DEVCOM.github.io', // Usually your repo name.
32
deploymentBranch: 'gh-pages', // Branch onde o site estático ficará (padrão)
33
trailingSlash: false, // Recomendado pelo GitHub Pages
34
- onBrokenLinks: 'throw',
+ onBrokenLinks: 'warn',
35
onBrokenMarkdownLinks: 'warn',
36
37
// Even if you don't use internationalization, you can use this field to set
@@ -137,7 +137,7 @@ const config = {
137
items: [
138
{
139
label: 'Tutorial',
140
- to: '/category/tutorials',
+ to: '/docs/3.1/category/tutorials',
141
},
142
],
143
0 commit comments