-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy path_toc.yml
More file actions
56 lines (49 loc) · 1.31 KB
/
_toc.yml
File metadata and controls
56 lines (49 loc) · 1.31 KB
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
# Table of Contents
#
# Myst will respect:
# 1. New pages
# - file: relative/path/to/page
# 2. New sections without an associated page
# - title: Folder Title
# sections: ...
# 3. New sections with an associated page
# - file: relative/path/to/page
# sections: ...
#
# Note: Titles defined on pages here are not recognized.
#
# This spec is based on the JupyterBook table of contents.
# Learn more at https://jupyterbook.org/customize/toc.html
format: jb-book
root: index
sections:
- file: project-overview.md
- title: Data Users
children:
- file: data-users.md
- file: metagrid-guide.md
- file: Intake-ESGF.md
- file: Cookbooks.md
- file: ESG-Pull.md
- title: Data Publishers
children:
- file: ESG-Publisher.md
- file: ESG-Voc.md
- file: CMIP-Cheatsheet.md
- title: ESGF Node Operators
children:
- file: Node-Installation.md
- file: ESGF-Installer.md
- file: kubernetes.md
- file: replicator.md
- file: ESGF-Docker.md
- file: ESGF-Compute.md
- file: node-troubleshooting.md
- title: ESGF Developers
children:
- file: Developer-Guide.md
- file: Metagrid-Developer-Guide.md
- file: Intake-ESGF.md
- file: backend.md
- file: esgf-utils.md
- file: CONTRIBUTING.md