Skip to content

Commit e5f5eba

Browse files
committed
install mermaid theme
1 parent 0aebe87 commit e5f5eba

File tree

3 files changed

+2071
-1395
lines changed

3 files changed

+2071
-1395
lines changed

docusaurus.config.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ const redirects = [
1313

1414
/** @type {import('@docusaurus/types').DocusaurusConfig} */
1515
const config = {
16+
// npm install --save @docusaurus/theme-mermaid
17+
themes: [
18+
'@docusaurus/theme-mermaid',
19+
],
1620
scripts: [
1721
{
1822
src: '/analytics.js',

0 commit comments

Comments
 (0)