Skip to content

Commit

Permalink
Serve docs at site root instead of /docs/ (#175)
Browse files Browse the repository at this point in the history
  • Loading branch information
timothymcmackin authored Nov 16, 2023
1 parent c0f2aee commit 339b18e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,12 @@ const config = {
({
docs: {
sidebarPath: require.resolve('./sidebars.js'),
routeBasePath: '/', // Serve the docs at the site's root
remarkPlugins: [math],
rehypePlugins: [katex],
showLastUpdateTime: true,
},
blog: {
showReadingTime: true,
},
blog: false,
theme: {
customCss: require.resolve('./src/css/custom.css'),
},
Expand Down

0 comments on commit 339b18e

Please sign in to comment.