Skip to content

Commit

Permalink
Merge pull request #26 from leapfrogtechnology/develop
Browse files Browse the repository at this point in the history
Remove home page content
  • Loading branch information
anishmanandhar authored Jul 7, 2020
2 parents fb4b9e9 + 4ae0cf9 commit f284f73
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 76 deletions.
6 changes: 3 additions & 3 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,16 +61,16 @@ module.exports = {
docs: {
// It is recommended to set document id as docs home page (`docs/` path).
homePageId: 'doc1',
//routeBasePath: '/',
sidebarPath: require.resolve('./sidebars.js'),
// Please change this to your repo.
editUrl:
'https://github.com/leapfrogtechnology/coding-guidelines/tree/develop/',
},
blog: {
showReadingTime: true,
// Please change this to your repo.
editUrl:
'https://github.com/facebook/docusaurus/edit/master/website/blog/',
routeBasePath : '/',
editUrl: 'https://github.com/facebook/docusaurus/edit/master/website/blog/',
},
theme: {
customCss: require.resolve('./src/css/custom.css'),
Expand Down
36 changes: 0 additions & 36 deletions src/pages/index.js

This file was deleted.

37 changes: 0 additions & 37 deletions src/pages/styles.module.css

This file was deleted.

0 comments on commit f284f73

Please sign in to comment.