Hugo docs: Add dedicated walk-throughs for VM.build and xenguest #6296
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Add walk-throughs for VM_build (split into 3 pages for improved focus):
The existing walk-though for VM_build as been uses as the basis and extended: The parts which are currently in Chapter 3 of the VM.start workflow have been extracted, moved to new files and extended.
A special improvement is that the deep nesting of lists is split into separate chapters and flattened, which fixes the deep nesting that I initially used.
The new extracted and improved walk-though contains flowcharts that show the execution flow and a call graph to visualise the content of the walk-through.
This PR has 3 commits, the 2nd commit is the big commit.
The 1st and 3rd commit are very small and only minor improvements:
This is only a cosmetic change to align the font of the Mermaid diagrams
with the font of the Hugo Relearn theme. It makes the look of the Mermaid
diagrams more consistent with the more modern theme of the site.
It is only a very minimal step and very small.
Add walk-throughs for VM_build (split into 3 pages for improved focus).
Show a short on-line summary of the workflows on the index walk-throug index page