Skip to content

Commit d8b9c15

Browse files
committed
Add ToC
1 parent 324bcf3 commit d8b9c15

1 file changed

Lines changed: 19 additions & 1 deletion

File tree

docs/myst.yml

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,25 @@ project:
99
# keywords: []
1010
# authors: []
1111
github: https://github.com/alan-turing-institute/fridge
12-
# To autogenerate a Table of Contents, run "myst init --write-toc"
12+
toc:
13+
- file: index.md
14+
- title: Architecture
15+
children:
16+
- file: architecture/introduction.md
17+
- file: architecture/roles.md
18+
- file: architecture/shared_responsibility.md
19+
- file: architecture/architecture.md
20+
- file: architecture/defence_in_depth.md
21+
- file: architecture/lifecycle.md
22+
- file: architecture/responsibility_and_5_safes.md
23+
- title: Deploy
24+
children:
25+
- file: deploy/prerequisites.md
26+
- file: deploy/infrastructure.md
27+
- file: deploy/services.md
28+
- title: Develop
29+
children:
30+
- file: develop/target.md
1331
site:
1432
template: book-theme
1533
options:

0 commit comments

Comments
 (0)