Skip to content

Commit 3c7fbd1

Browse files
committed
Update docusaurus.config.ts
1 parent 6bad8f5 commit 3c7fbd1

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docusaurus.config.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ const config: Config = {
1515
baseUrl: '/',
1616

1717
organizationName: 'MSK Scripts',
18-
projectName: 'documentation',
18+
projectName: 'msk-scripts-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/documentation/tree/main/',
35+
editUrl: 'https://github.com/MSK-Scripts/msk-scripts-documentation/tree/main/',
3636
},
3737
],
3838
],
@@ -44,7 +44,7 @@ const config: Config = {
4444
docs: {
4545
sidebarPath: './sidebars.ts',
4646
editUrl:
47-
'https://github.com/MSK-Scripts/documentation/tree/main/',
47+
'https://github.com/MSK-Scripts/msk-scripts-documentation/tree/main/',
4848
},
4949
blog: false,
5050
theme: {

0 commit comments

Comments
 (0)