Skip to content
This repository has been archived by the owner on Feb 29, 2024. It is now read-only.

Commit

Permalink
Merge pull request #14 from ingonyama-zk/fix/config
Browse files Browse the repository at this point in the history
  • Loading branch information
ImmanuelSegol authored Jan 3, 2024
2 parents f9abc9d + abbaae3 commit 2d61e4a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,13 @@ const config = {
remarkPlugins: [math, require('mdx-mermaid')],
rehypePlugins: [katex],
sidebarPath: require.resolve('./sidebars.js'),
editUrl: 'https://github.com/ingonyama-zk/developer-docs',
editUrl: 'https://github.com/ingonyama-zk/developer-docs/tree/main',
},
blog: {
remarkPlugins: [math, require('mdx-mermaid')],
rehypePlugins: [katex],
showReadingTime: true,
editUrl: 'https://github.com/ingonyama-zk/developer-docs',
editUrl: 'https://github.com/ingonyama-zk/developer-docs/tree/main',
},
pages: {},
theme: {
Expand Down Expand Up @@ -68,7 +68,7 @@ const config = {
({
hideableSidebar: true,
colorMode: {
defaultMode: 'light',
defaultMode: 'dark',
respectPrefersColorScheme: false,
},
algolia: {
Expand Down

0 comments on commit 2d61e4a

Please sign in to comment.