forked from StatCan/aaw
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs-en.yml
67 lines (61 loc) · 1.72 KB
/
mkdocs-en.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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
site_name: Advanced Analytics Workspace
site_url: https://statcan.github.io/daaas/en/
site_description: User guide for the DAaaS AAW Platform
copyright: Copyright © 2020 Statistics Canada
strict: true
docs_dir: docs/en
site_dir: site/en
repo_name: StatCan/daaas
repo_url: https://github.com/StatCan/daaas
edit_uri: edit/master/docs/en
theme:
name: material
language: en
#features:
# - tabs
palette:
primary: indigo
accent: teal
show_sidebar: false
#logo: images/statcan.png
markdown_extensions:
- toc:
baselevel: 2
permalink: true
- attr_list
- admonition
- codehilite
- mdx_truly_sane_lists
- pymdownx.details
extra:
social:
- icon: fontawesome/brands/github-alt
link: https://github.com/StatCan/daaas
- icon: fontawesome/brands/slack
link: https://statcan-aaw.slack.com
# Page tree
nav:
- Getting Started: index.md
- Analysis:
- Kubeflow: 1-Experiments/Kubeflow.md
- Jupyter: 1-Experiments/Jupyter.md
- RStudio: 1-Experiments/RStudio.md
- Remote Desktop: 1-Experiments/Remote-Desktop.md
- Publishing:
- R Shiny: 2-Publishing/R-Shiny.md
- Dash: 2-Publishing/Dash.md
- Datasette: 2-Publishing/Datasette.md
- Power BI: 2-Publishing/PowerBI.md
- Custom: 2-Publishing/Custom.md
- Pipelines:
- Kubeflow Pipelines: 3-Pipelines/Kubeflow-Pipelines.md
- PaaS Integration: 3-Pipelines/PaaS.md
- Model Serving: 3-Pipelines/Serving.md
- Collaboration:
- Overview: 4-Collaboration/Overview.md
- Request a Namespace: 4-Collaboration/Request-a-Namespace.md
- Storage:
- Overview: 5-Storage/Overview.md
- Disks: 5-Storage/Disks.md
- MinIO: 5-Storage/MinIO.md
- Help/Contact: Help.md