We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd42c3c commit a68416eCopy full SHA for a68416e
docs/mlpaths.md
@@ -0,0 +1,13 @@
1
+
2
3
+## Mermaid example.
4
5
6
+```mermaid
7
+ graph TD;
8
+ A-->B;
9
+ A-->C;
10
+ B-->D;
11
+ C-->D;
12
+```
13
mkdocs.yml
@@ -24,6 +24,7 @@ nav:
24
- 'Special Events': events.md
25
- 'AI/ML Development': apps-dev.md
26
- 'PHIRE': phire.md
27
+ - 'ML Learning Paths': mlpaths.md
28
29
theme:
30
name: material
0 commit comments