Skip to content

Commit cddfff4

Browse files
Update configuration according to change of repository hosting documentation
1 parent a745229 commit cddfff4

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

docusaurus.config.ts

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ const config: Config = {
1818
// GitHub pages deployment config.
1919
// If you aren't using GitHub pages, you don't need these.
2020
organizationName: 'NSPManager',
21-
projectName: 'NSPanelManager',
21+
projectName: 'NSPanelManager-docs',
2222

2323
onBrokenLinks: 'throw',
2424
onBrokenMarkdownLinks: 'warn',
@@ -45,8 +45,7 @@ const config: Config = {
4545
sidebarPath: './sidebars.ts',
4646
// Remove this to remove the "edit this page" links.
4747
editUrl:
48-
// TODO: change branch back to `main` after merge of beta branch
49-
'https://github.com/NSPManager/NSPanelManager/edit/beta/docs',
48+
'https://github.com/NSPManager/NSPanelManager-docs/edit/main/docs',
5049
},
5150
theme: {
5251
customCss: './src/css/custom.css',

0 commit comments

Comments
 (0)