Skip to content

Commit 27de477

Browse files
xenopsd docs: Add Walk-through descriptions, show them on the index page
Signed-off-by: Bernhard Kaindl <[email protected]>
1 parent f58c32a commit 27de477

File tree

4 files changed

+6
-1
lines changed

4 files changed

+6
-1
lines changed

doc/content/xenopsd/walkthroughs/VM.migrate.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
---
22
title: 'Walkthrough: Migrating a VM'
3+
linktitle: 'Migrating a VM'
4+
description: Walkthrough of migrating a VM from one host to another.
5+
weight: 50
36
---
47

58
A XenAPI client wishes to migrate a VM from one host to another within

doc/content/xenopsd/walkthroughs/VM.start.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: 'Walkthrough: Starting a VM'
33
linktitle: 'Starting a VM'
4+
description: Complete walkthrough of starting a VM, from receiving the request to unpause.
45
weight: 10
56
---
67

doc/content/xenopsd/walkthroughs/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ linkTitle = "Walk-throughs"
66
Let's trace through interesting operations to see how the whole system
77
works.
88

9-
{{% children %}}
9+
{{% children depth=2 description=true %}}
1010

1111
Inspiration for other walk-throughs:
1212

doc/content/xenopsd/walkthroughs/live-migration.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
+++
22
title = "Live Migration Sequence Diagram"
33
linkTitle = "Live Migration"
4+
description = "Sequence diagram of the process of Live Migration."
45
+++
56

67
{{<mermaid align="left">}}

0 commit comments

Comments
 (0)