forked from learningOrchestra/mlToolKits
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
40 lines (37 loc) · 1.13 KB
/
mkdocs.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
site_name: learningOrchestra
nav:
- Home:
- Whats is?: index.md
- Documentation:
- Install: install.md
- Usage: usage.md
- learningOrchestra Package:
- Python Package: learning_orchestra_client_package.md
- Microservices REST API:
- Database API: "database_api.md"
- Projection: "projection.md"
- Data Type Handler: "data_type_handler.md"
- Histogram: "histogram.md"
- t-SNE: "t_sne.md"
- PCA: "pca.md"
- Model Builder: "model_builder.md"
theme:
name: 'material'
features:
- instant
- search.highlight
plugins:
- search
markdown_extensions:
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
markdown_extensions:
- pymdownx.highlight
- pymdownx.superfences
- pymdownx.tabbed
repo_url: https://github.com/riibeirogabriel/learningOrchestra
extra:
social:
- icon: fontawesome/solid/paper-plane
link: mailto:<[email protected]>