Skip to content

Commit f284f73

Browse files
Merge pull request #26 from leapfrogtechnology/develop
Remove home page content
2 parents fb4b9e9 + 4ae0cf9 commit f284f73

File tree

3 files changed

+3
-76
lines changed

3 files changed

+3
-76
lines changed

docusaurus.config.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,16 +61,16 @@ module.exports = {
6161
docs: {
6262
// It is recommended to set document id as docs home page (`docs/` path).
6363
homePageId: 'doc1',
64+
//routeBasePath: '/',
6465
sidebarPath: require.resolve('./sidebars.js'),
6566
// Please change this to your repo.
6667
editUrl:
6768
'https://github.com/leapfrogtechnology/coding-guidelines/tree/develop/',
6869
},
6970
blog: {
7071
showReadingTime: true,
71-
// Please change this to your repo.
72-
editUrl:
73-
'https://github.com/facebook/docusaurus/edit/master/website/blog/',
72+
routeBasePath : '/',
73+
editUrl: 'https://github.com/facebook/docusaurus/edit/master/website/blog/',
7474
},
7575
theme: {
7676
customCss: require.resolve('./src/css/custom.css'),

src/pages/index.js

Lines changed: 0 additions & 36 deletions
This file was deleted.

src/pages/styles.module.css

Lines changed: 0 additions & 37 deletions
This file was deleted.

0 commit comments

Comments
 (0)