@@ -13,17 +13,19 @@ const config = {
13
13
favicon : 'img/favicon.ico' ,
14
14
15
15
// Set the production url of your site here
16
- url : 'https://your-docusaurus-site.example.com ' ,
16
+ url : 'https://drawdb-io.github.io ' ,
17
17
// Set the /<baseUrl>/ pathname under which your site is served
18
18
// For GitHub pages deployment, it is often '/<projectName>/'
19
19
baseUrl : '/' ,
20
20
21
21
// GitHub pages deployment config.
22
22
// If you aren't using GitHub pages, you don't need these.
23
23
organizationName : 'drawdb-io' , // Usually your GitHub org/user name.
24
- projectName : 'drawdb ' , // Usually your repo name.
24
+ projectName : 'docs ' , // Usually your repo name.
25
25
26
- onBrokenLinks : 'throw' ,
26
+ trailingSlash : false ,
27
+
28
+ onBrokenLinks : 'warn' ,
27
29
onBrokenMarkdownLinks : 'warn' ,
28
30
29
31
// Even if you don't use internationalization, you can use this field to set
@@ -77,7 +79,8 @@ const config = {
77
79
href : 'https://github.com/drawdb-io/drawdb' ,
78
80
label : 'GitHub' ,
79
81
position : 'right' ,
80
- } , {
82
+ } ,
83
+ {
81
84
href : 'https://x.com/drawdb_' ,
82
85
label : 'Twitter' ,
83
86
position : 'right' ,
@@ -92,7 +95,7 @@ const config = {
92
95
items : [
93
96
{
94
97
label : 'Docs' ,
95
- to : '/docs/ intro' ,
98
+ to : '/intro' ,
96
99
} ,
97
100
] ,
98
101
} ,
0 commit comments