-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
33 lines (28 loc) · 836 Bytes
/
mkdocs.yml
File metadata and controls
33 lines (28 loc) · 836 Bytes
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
site_name: Jumper Wrapper Kernel
site_description: A Jupyter kernel that wraps other kernels with jumper-extension support
repo_url: https://github.com/ScaDS/jumper_wrapper_kernel
repo_name: ScaDS/jumper_wrapper_kernel
docs_dir: docs
theme:
name: material
logo: img/JUmPER01.svg
nav:
- Home: index.md
- Getting started:
- Installation: getting-started/installation.md
- Quickstart: getting-started/quickstart.md
- User Guide:
- Magic Commands: guides/magic-commands.md
- Auto-Wrap Kernels: guides/wrap-kernel.md
- API Reference:
- Overview: api/index.md
- Kernel: api/kernel.md
- Installation: api/install.md
- Utilities: api/utilities.md
markdown_extensions:
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
plugins:
- search
- mkdocstrings