Update make-docs.sh to prevent HTML errors by GenkaOk · Pull Request #771 · apple/container
Navigation Menu
{{ message }}
- Notifications You must be signed in to change notification settings
- Fork 676
Merged
Update make-docs.sh to prevent HTML errors#771
jglogan merged 1 commit intoapple:mainfrom
Update make-docs.sh to prevent HTML errors#771
jglogan merged 1 commit intoapple:mainfrom
Conversation
Copy link
Contributor
GenkaOk
commented
Oct 16, 2025
GenkaOk
commented
Fix 2 HTML errors:
- Start tag seen without seeing a doctype first. Expected .
- Element head is missing a required instance of child element title.
Type of Change
- Bug fix
- New feature
- Breaking change
- Documentation update
Motivation and Context
Simple page contains HTML validation errors.
It's easy fix for prevent errors.
Testing
- Tested locally
- Added/updated tests
- Added/updated docs
Fix 2 HTML errors: 1) Start tag seen without seeing a doctype first. Expected <!DOCTYPE html>. 2) Element head is missing a required instance of child element title.
GenkaOk
changed the title
Update make-docs.sh to include HTML redirection
Update make-docs.sh to prevent HTML errors
Copy link
Contributor
jglogan
commented
Oct 16, 2025
jglogan commented
Oct 16, 2025jglogan approved these changes Oct 16, 2025
Copy link
Contributor
jglogan
commented
Oct 16, 2025
jglogan commented
Oct 16, 2025@GenkaOk Thanks for the contribution! Merged.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

