We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fb4b9e9 + 4ae0cf9 commit f284f73Copy full SHA for f284f73
3 files changed
docusaurus.config.js
@@ -61,16 +61,16 @@ module.exports = {
61
docs: {
62
// It is recommended to set document id as docs home page (`docs/` path).
63
homePageId: 'doc1',
64
+ //routeBasePath: '/',
65
sidebarPath: require.resolve('./sidebars.js'),
66
// Please change this to your repo.
67
editUrl:
68
'https://github.com/leapfrogtechnology/coding-guidelines/tree/develop/',
69
},
70
blog: {
71
showReadingTime: true,
- // Please change this to your repo.
72
- editUrl:
73
- 'https://github.com/facebook/docusaurus/edit/master/website/blog/',
+ routeBasePath : '/',
+ editUrl: 'https://github.com/facebook/docusaurus/edit/master/website/blog/',
74
75
theme: {
76
customCss: require.resolve('./src/css/custom.css'),
src/pages/index.js
src/pages/styles.module.css
0 commit comments