Add auto generated docs

This commit is contained in:
Sidharth Vinod
2022-09-03 09:13:37 +05:30
parent d01de850eb
commit e34e208786
83 changed files with 14352 additions and 0 deletions

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

@@ -0,0 +1,21 @@
# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT. Please edit corresponding file in src/docs.
# 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
...