Skip to content

Commit 528c95d

Browse files
committed
build: add repo connection
1 parent dfb6e9b commit 528c95d

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

docusaurus.config.ts

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,12 @@ const config: Config = {
88
favicon: 'img/favicon.ico',
99

1010
url: 'https://maplephp.github.io',
11-
baseUrl: '/',
11+
baseUrl: '/maplephp/',
1212

1313
organizationName: 'maplephp',
14-
projectName: 'maplephp-docs',
14+
projectName: 'maplephp',
15+
deploymentBranch: 'gh-pages',
16+
trailingSlash: false,
1517

1618
onBrokenLinks: 'throw',
1719
onBrokenMarkdownLinks: 'warn',
@@ -58,7 +60,7 @@ const config: Config = {
5860
label: 'Documentation',
5961
},
6062
{
61-
href: 'https://github.com/maplephp',
63+
href: 'https://github.com/maplephp/maplephp',
6264
label: 'GitHub',
6365
position: 'right',
6466
},
@@ -87,7 +89,7 @@ const config: Config = {
8789
{
8890
title: 'More',
8991
items: [
90-
{ label: 'GitHub', href: 'https://github.com/maplephp' },
92+
{ label: 'GitHub', href: 'https://github.com/maplephp/maplephp' },
9193
{ label: 'Unitary Testing', href: 'https://maplephp.github.io/unitary/' },
9294
],
9395
},

0 commit comments

Comments
 (0)