feat: add network diagrams for different deployments to aid network debugging

This commit is contained in:
Jun Siang Cheah
2024-05-08 17:47:35 +08:00
parent 9e34a3bc11
commit 544da36a43
4 changed files with 1303 additions and 0 deletions

View File

@@ -34,6 +34,12 @@ const config = {
locales: ["en"],
},
// Enable Mermaid for diagrams
markdown: {
mermaid: true,
},
themes: ['@docusaurus/theme-mermaid'],
presets: [
[
"classic",