Skip to content

Commit 7700626

Browse files
authored
Merge pull request #526 from PaulYuuu/doc-md
docs: Various doc improvements
2 parents 5553426 + 943b88e commit 7700626

File tree

2 files changed

+10
-9
lines changed

2 files changed

+10
-9
lines changed

docs/src/SUMMARY.md

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -20,20 +20,21 @@
2020
- [Offline/disconnected updates](offline-updates.md)
2121
- [Booting local builds](booting-local-builds.md)
2222
- [`man bootc`](man/bootc.md)
23-
- [`man bootc status`](man/bootc-status.md)
24-
- [`man bootc upgrade`](man/bootc-upgrade.md)
25-
- [`man bootc switch`](man/bootc-switch.md)
26-
- [`man bootc rollback`](man/bootc-rollback.md)
27-
- [`man bootc usr-overlay`](man/bootc-usr-overlay.md)
23+
- [`man bootc-status`](man/bootc-status.md)
24+
- [`man bootc-upgrade`](man/bootc-upgrade.md)
25+
- [`man bootc-switch`](man/bootc-switch.md)
26+
- [`man bootc-rollback`](man/bootc-rollback.md)
27+
- [`man bootc-usr-overlay`](man/bootc-usr-overlay.md)
2828
- [`man bootc-fetch-apply-updates.service`](man-md/bootc-fetch-apply-updates-service.md)
2929

3030
# Using `bootc install`
3131

3232
- [Understanding `bootc install`](bootc-install.md)
33-
- [`man bootc-install.md`](man/bootc-install.md)
33+
- [`man bootc-install`](man/bootc-install.md)
3434
- [`man bootc-install-config`](man-md/bootc-install-config.md)
35-
- [`man bootc-install-to-disk.md`](man/bootc-install-to-disk.md)
36-
- [`man bootc-install-to-filesystem.md`](man/bootc-install-to-filesystem.md)
35+
- [`man bootc-install-to-disk`](man/bootc-install-to-disk.md)
36+
- [`man bootc-install-to-filesystem`](man/bootc-install-to-filesystem.md)
37+
- [`man bootc-install-to-existing-root`](man/bootc-install-to-existing-root.md)
3738

3839
# Architecture
3940

docs/src/man-md/bootc-install-config.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ that can be overridden in a derived container image.
1818

1919
This is the only defined toplevel table.
2020

21-
The `install`` section supports two subfields:
21+
The `install` section supports two subfields:
2222

2323
- `block`: An array of supported `to-disk` backends enabled by this base container image;
2424
if not specified, this will just be `direct`. The only other supported value is `tpm2-luks`.

0 commit comments

Comments
 (0)