Skip to content

Commit 7ad811f

Browse files
committed
Fix summary TOC
Newer versions of mdbook does not allow two identical links apparently. This splits the BMO features into separate pages to avoid breaking this rule. ``` mdbook build docs/user-guide 2025-10-13 12:11:36 [ERROR] (mdbook::utils): Error: Summary parsing failed for file="/workdir/docs/user-guide/src/SUMMARY.md" 2025-10-13 12:11:36 [ERROR] (mdbook::utils): Caused By: Duplicate file in SUMMARY.md: "bmo/features.md" make: *** [Makefile:51: build] Error 101 ``` Signed-off-by: Lennart Jern <[email protected]>
1 parent 8f43ca6 commit 7ad811f

File tree

3 files changed

+12
-11
lines changed

3 files changed

+12
-11
lines changed

docs/user-guide/src/SUMMARY.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
- [Install Baremetal Operator](bmo/install_baremetal_operator.md)
1212
- [Host State Machine](bmo/state_machine.md)
1313
- [Supported Hardware](bmo/supported_hardware.md)
14-
- [Basic Features](bmo/features.md)
14+
- [Basic Features](bmo/basic-features.md)
1515
- [Provisioning and Deprovisioning](bmo/provisioning.md)
1616
- [Automated Cleaning](bmo/automated_cleaning.md)
1717
- [Automatic Secure Boot](bmo/automatic_secure_boot.md)
@@ -23,7 +23,7 @@
2323
- [RAID Setup](bmo/raid.md)
2424
- [Rebooting Hosts](bmo/reboot_annotation.md)
2525
- [Specifying Root Device](bmo/root_device_hints.md)
26-
- [Advanced Features](bmo/features.md)
26+
- [Advanced Features](bmo/advanced-features.md)
2727
- [Adopting Externally Provisioned Hosts](bmo/externally_provisioned.md)
2828
- [Advanced Instance Customization](bmo/advanced_instance_customization.md)
2929
- [Booting from Live ISO](bmo/live-iso.md)
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# Baremetal Operator features
2+
3+
## Advanced features
4+
5+
- [Adopting Externally Provisioned Hosts](./externally_provisioned.md)
6+
- [Advanced Instance Customization](./advanced_instance_customization.md)
7+
- [Booting from Live ISO](./live-iso.md)
8+
- [Detaching Hosts from Provisioner](./detached_annotation.md)
9+
- [External Inspection](./external_inspection.md)
10+
- [Reconstructing Host Status](./status_annotation.md)

docs/user-guide/src/bmo/features.md renamed to docs/user-guide/src/bmo/basic-features.md

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,3 @@
1212
- [RAID Setup](./raid.md)
1313
- [Rebooting Hosts](./reboot_annotation.md)
1414
- [Specifying Root Device](./root_device_hints.md)
15-
16-
## Advanced features
17-
18-
- [Adopting Externally Provisioned Hosts](./externally_provisioned.md)
19-
- [Advanced Instance Customization](./advanced_instance_customization.md)
20-
- [Booting from Live ISO](./live-iso.md)
21-
- [Detaching Hosts from Provisioner](./detached_annotation.md)
22-
- [External Inspection](./external_inspection.md)
23-
- [Reconstructing Host Status](./status_annotation.md)

0 commit comments

Comments
 (0)