@@ -15,7 +15,7 @@ const config: Config = {
1515 baseUrl : '/' ,
1616
1717 organizationName : 'MSK Scripts' ,
18- projectName : 'msk-scripts- documentation' ,
18+ projectName : 'documentation' ,
1919
2020 onBrokenLinks : 'throw' ,
2121
@@ -32,7 +32,7 @@ const config: Config = {
3232 path : 'guides' ,
3333 routeBasePath : 'guides' ,
3434 sidebarPath : './sidebars-guides.ts' ,
35- editUrl : 'https://github.com/MSK-Scripts/msk-scripts- documentation/tree/main/' ,
35+ editUrl : 'https://github.com/MSK-Scripts/documentation/tree/main/' ,
3636 } ,
3737 ] ,
3838 [
@@ -42,7 +42,7 @@ const config: Config = {
4242 path : 'discord' ,
4343 routeBasePath : 'discord' ,
4444 sidebarPath : './sidebars-discord.ts' ,
45- editUrl : 'https://github.com/MSK-Scripts/msk-scripts- documentation/tree/main/' ,
45+ editUrl : 'https://github.com/MSK-Scripts/documentation/tree/main/' ,
4646 } ,
4747 ] ,
4848 ] ,
@@ -54,7 +54,7 @@ const config: Config = {
5454 docs : {
5555 sidebarPath : './sidebars.ts' ,
5656 editUrl :
57- 'https://github.com/MSK-Scripts/msk-scripts- documentation/tree/main/' ,
57+ 'https://github.com/MSK-Scripts/documentation/tree/main/' ,
5858 } ,
5959 blog : false ,
6060 theme : {
0 commit comments