-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
50 lines (50 loc) · 1.5 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
site_name: Open Data Hub - Highlander
site_url: https://odh-highlander.github.io/
repo_url: https://github.com/odh-highlander
edit_uri: https://github.com/odh-highlander/odh-highlander.github.io/tree/main/docs
theme:
favicon: img/favicon.png
name: material
logo: img/highlander-logo.svg
palette:
- scheme: default
toggle:
icon: material/weather-night
name: Switch to dark mode
primary: blue
accent: light blue
- scheme: slate
toggle:
icon: material/weather-sunny
name: Switch to light mode
primary: blue
accent: light blue
features:
- navigation.instant
- navigation.tracking
- navigation.sections
- navigation.indexes
- navigation.top
- navigation.tabs
markdown_extensions:
- admonition
- pymdownx.details
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
nav:
- Home: index.md
- Introduction:
- The problem: problem.md
- The solution: solution.md
- Highlander in action: action.md
- Architecture: architecture.md
- Library:
- Quick deployment: library/quick-deployment.md
- Building the library: library/building.md
- JupyterLab Extension:
- Basic usage: jupyterlab-extension/basic-usage.md
- Advanced functions: jupyterlab-extension/advanced-usage.md
- ROX/RWX Volume: rwx.md