We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a745229 commit cddfff4Copy full SHA for cddfff4
1 file changed
docusaurus.config.ts
@@ -18,7 +18,7 @@ const config: Config = {
18
// GitHub pages deployment config.
19
// If you aren't using GitHub pages, you don't need these.
20
organizationName: 'NSPManager',
21
- projectName: 'NSPanelManager',
+ projectName: 'NSPanelManager-docs',
22
23
onBrokenLinks: 'throw',
24
onBrokenMarkdownLinks: 'warn',
@@ -45,8 +45,7 @@ const config: Config = {
45
sidebarPath: './sidebars.ts',
46
// Remove this to remove the "edit this page" links.
47
editUrl:
48
- // TODO: change branch back to `main` after merge of beta branch
49
- 'https://github.com/NSPManager/NSPanelManager/edit/beta/docs',
+ 'https://github.com/NSPManager/NSPanelManager-docs/edit/main/docs',
50
},
51
theme: {
52
customCss: './src/css/custom.css',
0 commit comments