@@ -11,7 +11,7 @@ const config = {
11
11
favicon : 'img/favicon.ico' ,
12
12
13
13
// Set the production url of your site here
14
- url : 'https://billabear.com' ,
14
+ url : 'https://docs. billabear.com' ,
15
15
// Set the /<baseUrl>/ pathname under which your site is served
16
16
// For GitHub pages deployment, it is often '/<projectName>/'
17
17
baseUrl : '/' ,
@@ -33,9 +33,11 @@ const config = {
33
33
( {
34
34
docs : {
35
35
sidebarPath : require . resolve ( './sidebars.js' ) ,
36
+ routeBasePath : '/' ,
36
37
// Please change this to your repo.
37
38
// Remove this to remove the "edit this page" links.
38
39
} ,
40
+ blog : false ,
39
41
theme : {
40
42
customCss : require . resolve ( './src/css/custom.css' ) ,
41
43
} ,
@@ -64,7 +66,7 @@ const config = {
64
66
label : 'Start' ,
65
67
} ,
66
68
{
67
- href : 'https://github.com/billabear' ,
69
+ href : 'https://github.com/billabear/billabear ' ,
68
70
label : 'GitHub' ,
69
71
position : 'right' ,
70
72
} ,
@@ -101,7 +103,7 @@ const config = {
101
103
] ,
102
104
} ,
103
105
] ,
104
- copyright : `Copyright © ${ new Date ( ) . getFullYear ( ) } Iain Cambridge . Built with Docusaurus.` ,
106
+ copyright : `Copyright © ${ new Date ( ) . getFullYear ( ) } Humbly Arrogant Software Limited . Built with Docusaurus.` ,
105
107
} ,
106
108
prism : {
107
109
theme : lightCodeTheme ,
0 commit comments