Conversation
Side-by-side drafts of every ESPHome Starter Kit page rewritten to follow STYLE_GUIDE.md so the user can compare them with the live versions. - start-here-sg.md - setup/first-steps-sg.md - setup/getting-started-advanced-sg.md - modules/button-module-sg.md - modules/motion-module-sg.md - modules/rgb-buzzer-module-sg.md - modules/temperature-humidity-module-sg.md - tutorials/using-secrets-sg.md UI labels are preserved verbatim from the GUI. Mkdocs nav is intentionally untouched, the drafts are reachable by URL only. Style-guide changes applied: - Removed body H1 (mkdocs uses front matter title) - Sentence-case headings throughout, flattened H4 prerequisites to H2 - Front matter title/description normalized - Relative .md links (../start-here.md) instead of absolute /products/... URLs - Numbered steps reframed with lead-in + success-check pattern - Banned softeners removed (easy/simply/just/very/easily where present) - HA terminology fixed in getting-started-advanced (add-on -> app, Add-on Store -> App Store) - Fixed broken inline backslash-pipe pseudo-tables in motion and rgb-buzzer module pages to render as real markdown tables - Corrected copy-paste "snap the button module off the panel" lead-in on motion, rgb-buzzer, and temp-humidity module pages - Descriptive image alt text on every figure - Code fences declare a language and use title= where appropriate - "Casita" terminology fully replaced with LED & Buzzer
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. 🗂️ Base branches to auto review (1)
Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
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
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.
Routine sync of
devintomainto publish the latest merged docs changes, including #818 (ESPHome Starter Kit style-guide drafts for side-by-side comparison).