File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 } ,
You can’t perform that action at this time.
0 commit comments