Removed all n00b file names and added redirects

This commit is contained in:
Nikolay Rozhkov
2023-08-23 23:32:33 +03:00
parent c3160b2693
commit 108c25f19f
11 changed files with 28 additions and 25 deletions

View File

@@ -0,0 +1,24 @@
# Advanced 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:
```html
...
</div>
</body>
</html>
```
The actual mermaid file could for example look like this:
```javascript
mermaid content ...
```
## mermaid configuration options
```markdown
(coming soon)
```