forked from nteract/nteract
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
22 lines (19 loc) · 818 Bytes
/
mkdocs.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
site_name: nteract
repo_url: https://github.com/nteract/nteract
repo_name: "GitHub"
nav:
- Home: "index.md"
- User Guides for Apps:
- "Getting Started with nteract": "getting-started-with-nteract.md"
- "Creating data visualizations in nteract": "creating-data-visualizations-in-nteract.md"
- User Guides for Core SDK:
- "@nteract/actions": "!include ./packages/actions/mkdocs.yml"
- "@nteract/commutable": "!include ./packages/commutable/mkdocs.yml"
- "@nteract/core": "!include ./packages/core/mkdocs.yml"
- "@nteract/epics": "!include ./packages/epics/mkdocs.yml"
- "@nteract/outputs": "!include ./packages/outputs/mkdocs.yml"
- "@nteract/stateful-components": "!include ./packages/stateful-components/mkdocs.yml"
plugins:
- monorepo
theme:
name: gitbook