-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathmkdocs.yml
42 lines (42 loc) · 1 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
markdown_extensions:
- attr_list
- admonition
- pymdownx.details
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
- toc:
permalink: true
- pymdownx.superfences
nav:
- Overview: index.md
- prepare-cloud.md
- install.md
- configure.md
- Customize:
- custom/index.md
- Use Cases:
- use-cases/ubuntu-local.md
- use-cases/ubuntu-local-vnc.md
- use-cases/simplevm-apptainer.md
- internal.md
- Support: SUPPORT.md
- Releases ⧉: /~https://github.com/jupytercloud-project/jupyterhub-libcloudspawner/releases
repo_url: /~https://github.com/jupytercloud-project/jupyterhub-libcloudspawner
site_name: "JupyterHub libcloudSpawner Documentation"
strict: false
theme:
name: material
palette:
- media: '(prefers-color-scheme: light)'
primary: teal
scheme: default
toggle:
icon: material/brightness-7
name: Switch to dark mode
- media: '(prefers-color-scheme: dark)'
primary: teal
scheme: slate
toggle:
icon: material/brightness-4
name: Switch to light mode