Generated the base architecture

This commit is contained in:
Subhash Halder
2023-06-08 22:00:02 +05:30
parent 14e290bf1a
commit 93697b74f4
18 changed files with 835 additions and 14 deletions

View File

@@ -25,7 +25,7 @@
import mermaid from './mermaid.esm.mjs';
mermaid.initialize({
theme: 'default',
logLevel: 3,
logLevel: 0,
securityLevel: 'loose',
});
</script>