Skip to content

Commit

Permalink
Update main from staging (#176)
Browse files Browse the repository at this point in the history
* Use --delete to remove old files (#173)

* Serve docs at site root instead of /docs/ (#175)
  • Loading branch information
timothymcmackin authored Nov 16, 2023
1 parent 1317bd2 commit 9e82e2c
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

1 comment on commit 9e82e2c

@vercel
Copy link

@vercel vercel bot commented on 9e82e2c Nov 16, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.