Skip to content

Commit f16f94d

Browse files
committed
docs: redid format
Signed-off-by: Christine <shecoder30@gmail.com>
1 parent 9a32a98 commit f16f94d

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

docusaurus.config.js

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff 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',

0 commit comments

Comments
 (0)