This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
// There are various equivalent ways to declare your Docusaurus config.
|
||||
// See: https://docusaurus.io/docs/api/docusaurus-config
|
||||
|
||||
import {themes as prismThemes} from 'prism-react-renderer';
|
||||
import { themes as prismThemes } from 'prism-react-renderer';
|
||||
|
||||
// Mermaid theme support
|
||||
const mermaidTheme = {
|
||||
@@ -31,7 +31,7 @@ const config = {
|
||||
organizationName: 'tfgrid', // Usually your GitHub org/user name.
|
||||
projectName: 'tfgrid-economics', // Usually your repo name.
|
||||
deploymentBranch: 'gh-pages',
|
||||
trailingSlash: false,
|
||||
trailingSlash: true,
|
||||
|
||||
onBrokenLinks: 'throw',
|
||||
|
||||
@@ -61,7 +61,7 @@ const config = {
|
||||
],
|
||||
|
||||
themes: ['@docusaurus/theme-mermaid'],
|
||||
|
||||
|
||||
markdown: {
|
||||
mermaid: true,
|
||||
hooks: {
|
||||
|
Reference in New Issue
Block a user