Switching to Docsify and adding search

This commit is contained in:
NeilCuzon
2020-10-25 00:30:20 -07:00
parent 74d09b5468
commit 445daaeba2
72 changed files with 272 additions and 468 deletions

21
docs/n00b-advanced.md Normal file
View File

@@ -0,0 +1,21 @@
# Advanced n00b mermaid (Coming soon..)
## splitting mermaid code from html
A more condensed html code can be achieved by embedding the mermaid code in its own .js file, which is referenced like so:
```
stuff stuff
</div>
</body>
</html>
```
The actual mermaid file could for example look like this:
```
mermaid content...
```
---
## mermaid configuration options
...