forked from nteract/nteract
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
39 lines (34 loc) · 1.21 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
site_name: nteract
repo_url: https://github.com/nteract/nteract
repo_name: "GitHub"
nav:
- Home: "index.md"
- User Guides for Apps:
- "Getting started": "getting-started-with-nteract.md"
- "Creating data visualizations": "creating-data-visualizations-in-nteract.md"
- "Desktop keyboard shortcuts": "kbd-shortcuts.md"
- "Configuring the desktop app": "desktop-config.md"
- Guides for SDK Groups:
- "Core": "./groups/core-group.md"
- "Components": "./groups/components-group.md"
- "Mythic": "./groups/mythic-group.md"
- "Editors": "./groups/editors-group.md"
- "Jupyter": "./groups/jupyter-group.md"
- "Binder": "./groups/binder-group.md"
- Project Resources:
- "Data Explorer": "https://data-explorer.nteract.io"
- "Semiotic": "https://semiotic.nteract.io"
- "papermill": "https://papermill.readthedocs.io/en/latest/#"
- "testbook": "https://testbook.readthedocs.io/en/latest/"
- "Scrapbook": "https://scrapbook.readthedocs.io/en/latest/"
markdown_extensions:
- toc:
permalink: True
anchorlink: True
toc_depth: "2-3"
- pymdownx.highlight
- pymdownx.superfences
plugins:
- monorepo
theme:
name: material