Fix mdBook rendering issues with nested sections

This commit is contained in:
Hugh Ratsch
2025-03-02 11:28:31 -06:00
parent e4ba16bfc7
commit be1c0d3dc9
9 changed files with 246 additions and 101 deletions
+2 -4
View File
@@ -85,8 +85,8 @@ curl localhost
### Environment
- OS Version: RHEL/Rocky Linux
- Initial State:
- Required Outcome:
- Initial State: Default installation without time sync or security configurations
- Required Outcome: Properly configured time synchronization, firewall, SELinux, SSH, and automated updates
### Solution Steps
1. Configure chronyd to sync with time server 'time.example.com'
@@ -103,8 +103,6 @@ curl localhost
# Save and exit
:wq
The output should show the chrony service enabled and running
# Enable and start service
sudo systemctl enable chronyd
sudo systemctl start chronyd