-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy path_toc.yml
31 lines (30 loc) · 1.2 KB
/
_toc.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
# Table of contents
# Learn more at https://jupyterbook.org/customize/toc.html
format: jb-book
root: intro
parts:
- caption: Fundamentals
chapters:
- file: fundamentals/git-github
- file: fundamentals/conventional-commits
- file: fundamentals/test-debug
- file: fundamentals/share-deploy
- file: fundamentals/computing-development-environments/index
sections:
- file: fundamentals/computing-development-environments/conda-mamba
- file: fundamentals/computing-development-environments/docker
- file: fundamentals/computing-development-environments/pixi
- file: fundamentals/computing-development-environments/notebooks-interactive-environments
- caption: Advanced Fundamentals
chapters:
- file: advanced/profiling
- file: advanced/deployment-strategies-tools/index
sections:
- file: advanced/deployment-strategies-tools/cloud-infrastructure-and-services
- file: advanced/deployment-strategies-tools/kubernetes
- file: advanced/deployment-strategies-tools/docker-advanced
- caption: App Development
chapters:
- file: app-development/frontend/index
sections:
- file: app-development/frontend/flutter