Skip to content

Commit dd16ca3

Browse files
authored
docs/xenopsd: List the child pages using the children shortcode (#6288)
The docs commonly use the children shortcode to list child pages, we may use it for the xenopsd walk-throughs and designs as well.
2 parents 510a0a3 + 60f4aa9 commit dd16ca3

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

doc/content/xenopsd/design/_index.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
+++
22
title = "Design"
3-
+++
3+
+++
4+
5+
Design documents for `xenopsd`:
6+
{{% children %}}

doc/content/xenopsd/walkthroughs/_index.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,10 @@ linkTitle = "Walk-throughs"
66
Let's trace through interesting operations to see how the whole system
77
works.
88

9-
- [Starting a VM](VM.start.md)
10-
- [Migrating a VM](VM.migrate.md)
9+
{{% children %}}
10+
11+
Inspiration for other walk-throughs:
12+
1113
- Shutting down a VM and waiting for it to happen
1214
- A VM wants to reboot itself
1315
- A disk is hotplugged

0 commit comments

Comments
 (0)