Skip to content

Fix missing CSS styling on published docs#131

Merged
gtrivedi88 merged 1 commit intoredhat-appstudio:mainfrom
gtrivedi88:docs/fix-missing-css
Apr 8, 2026
Merged

Fix missing CSS styling on published docs#131
gtrivedi88 merged 1 commit intoredhat-appstudio:mainfrom
gtrivedi88:docs/fix-missing-css

Conversation

@gtrivedi88
Copy link
Copy Markdown
Contributor

@gtrivedi88 gtrivedi88 commented Apr 8, 2026

Summary

  • Adds the missing site.css reference to head-styles.hbs

Root cause: The head-styles.hbs supplemental partial overrides the default Antora head styles entirely. It only included extra.css but not the main site.css, so all Antora UI styling (layout, nav, typography) was missing from the rendered pages.

Verified locally — build produces fully styled pages with proper header, sidebar navigation, and content layout.

The head-styles.hbs partial was overriding the default Antora head
styles but only included extra.css, dropping the main site.css.
This caused pages to render without any Antora UI styling.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@gtrivedi88 gtrivedi88 merged commit 9571aee into redhat-appstudio:main Apr 8, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant