mirror of
https://github.com/The-Pocket/PocketFlow-Tutorial-Codebase-Knowledge.git
synced 2026-08-29 08:34:31 +08:00
Update mermaid version to 11.6.0
Uses very old version of mermaid. Noticed that 11.6.0 version doesn't produce wide empty spaces below and under flowcharts/sequenceDiagrams, etc.
This commit is contained in:
+2
-2
@@ -23,7 +23,7 @@ author:
|
|||||||
|
|
||||||
# Mermaid settings
|
# Mermaid settings
|
||||||
mermaid:
|
mermaid:
|
||||||
version: "9.1.3" # Pick the version you want
|
version: "11.6.0" # Pick the version you want
|
||||||
# Default configuration
|
# Default configuration
|
||||||
config: |
|
config: |
|
||||||
directionLR
|
directionLR
|
||||||
@@ -44,4 +44,4 @@ callouts:
|
|||||||
nav:
|
nav:
|
||||||
- Home: index.md # Link to your main docs index
|
- Home: index.md # Link to your main docs index
|
||||||
- GitHub: "https://github.com/The-Pocket/Tutorial-Codebase-Knowledge"
|
- GitHub: "https://github.com/The-Pocket/Tutorial-Codebase-Knowledge"
|
||||||
- Discord: "https://discord.gg/hUHHE9Sa6T"
|
- Discord: "https://discord.gg/hUHHE9Sa6T"
|
||||||
|
|||||||
Reference in New Issue
Block a user