File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -16,11 +16,7 @@ const config = {
1616 // Set the /<baseUrl>/ pathname under which your site is served
1717 // For GitHub pages deployment, it is often '/<projectName>/'
1818 baseUrl : '/' ,
19- // These lines enable Mermaid support ✅
20- markdown : {
21- mermaid : true ,
22- } ,
23- themes : [ '@docusaurus/theme-mermaid' ] ,
19+
2420 // GitHub pages deployment config.
2521 // If you aren't using GitHub pages, you don't need these.
2622 organizationName : 'Virtual-Coffee' , // Usually your GitHub org/user name.
@@ -56,7 +52,11 @@ const config = {
5652 } ) ,
5753 ] ,
5854 ] ,
59-
55+ // These lines enable Mermaid support ✅
56+ markdown : {
57+ mermaid : true ,
58+ } ,
59+ themes : [ '@docusaurus/theme-mermaid' ] ,
6060 themeConfig : {
6161 // Replace with your project's social card
6262 image : 'img/vc-social-card.png' ,
You can’t perform that action at this time.
0 commit comments