-
Notifications
You must be signed in to change notification settings - Fork 17
/
mkdocs.yml
53 lines (46 loc) · 1.33 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
41
42
43
44
45
46
47
48
49
50
51
52
53
site_name: Cisco Kubeflow Starter Pack
repo_name: 'CiscoAI/cisco-kubeflow-starter-pack'
repo_url: https://github.com/CiscoAI/cisco-kubeflow-starter-pack
copyright: 'Copyright © 2020 Cisco Systems'
google_analytics:
- 'UA-161751488-1'
- auto
dev_addr: '127.0.0.1:8000'
nav:
- Home: './index.md'
- Setup:
- Prerequisites: 'install/k8sup.md'
- Kubeflow: 'install/kfup.md'
- Jupyter Servers: 'jupyter/createserver.md'
- NFS Storage Class: 'nfs/nfsup.md'
- Run Apps:
- Networking:
- BLE Location Prediction: 'apps/networking/ble-localization/blerssipipeline.md'
- Malicious Traffic Prediction: 'apps/networking/malicious-traffic-prediction/malicious-traffic-prediction.md'
- Healthcare:
- COVID Forecasting: 'apps/healthcare/covid-forecasting/covid-forecasting.md'
- GitHub Source Code: https://github.com/CiscoAI/cisco-kubeflow-starter-pack
plugins:
- monorepo
theme:
name: material
logo: 'assets/images/cisco.svg'
favicon: 'assets/images/favicon.ico'
language: 'en'
palette:
primary: 'blue'
accent: 'blue'
font:
text: 'Circular'
code: 'Inconsolata'
extra_css:
- 'assets/stylesheets/circular.css'
markdown_extensions:
- admonition
- codehilite:
linenums: true
- pymdownx.tasklist
- pymdownx.details
- pymdownx.superfences
- toc:
permalink: True