Skip to content

Commit efab2ac

Browse files
committed
Update docs site
1 parent 9541775 commit efab2ac

File tree

3 files changed

+6
-44
lines changed

3 files changed

+6
-44
lines changed

docs/intro.md

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
sidebar_position: 1
3+
slug: /
34
---
45

56
# Intro

docusaurus.config.js

+5-3
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ const config = {
1111
favicon: 'img/favicon.ico',
1212

1313
// Set the production url of your site here
14-
url: 'https://billabear.com',
14+
url: 'https://docs.billabear.com',
1515
// Set the /<baseUrl>/ pathname under which your site is served
1616
// For GitHub pages deployment, it is often '/<projectName>/'
1717
baseUrl: '/',
@@ -33,9 +33,11 @@ const config = {
3333
({
3434
docs: {
3535
sidebarPath: require.resolve('./sidebars.js'),
36+
routeBasePath: '/',
3637
// Please change this to your repo.
3738
// Remove this to remove the "edit this page" links.
3839
},
40+
blog: false,
3941
theme: {
4042
customCss: require.resolve('./src/css/custom.css'),
4143
},
@@ -64,7 +66,7 @@ const config = {
6466
label: 'Start',
6567
},
6668
{
67-
href: 'https://github.com/billabear',
69+
href: 'https://github.com/billabear/billabear',
6870
label: 'GitHub',
6971
position: 'right',
7072
},
@@ -101,7 +103,7 @@ const config = {
101103
],
102104
},
103105
],
104-
copyright: `Copyright © ${new Date().getFullYear()} Iain Cambridge. Built with Docusaurus.`,
106+
copyright: `Copyright © ${new Date().getFullYear()} Humbly Arrogant Software Limited. Built with Docusaurus.`,
105107
},
106108
prism: {
107109
theme: lightCodeTheme,

src/pages/index.js

-41
This file was deleted.

0 commit comments

Comments
 (0)