feat(ui): Savanna docs theme, page actions, and video player - #45
Closed
ngarakapati wants to merge 4 commits into
Closed
feat(ui): Savanna docs theme, page actions, and video player#45ngarakapati wants to merge 4 commits into
ngarakapati wants to merge 4 commits into
Conversation
Introduce the theme-cloud stylesheet for Savanna and Cloud Classic, switch docs typography to Inter, Outfit, and JetBrains Mono, refine navigation and tabs, add page-level copy and view-in-LLM actions, and rebuild ui-bundle.zip.
Add videoblock.css and a 09-video-player.js click-to-play overlay, wire videoblock.css into site.css, and rebuild build/ui-bundle.zip so the theme ships the new video styling and behavior.
Remove the 760px cap so embedded videos use the full article column and rebuild ui-bundle.zip for production.
Contributor
Author
|
@Tushar-TG-14 Please review this |
Contributor
Author
|
Closing in favor of a contained approach: instead of merging the theme into the shared |
This was referenced Aug 19, 2026
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.
Summary
Updates the Antora UI theme for Savanna and Cloud Classic documentation with refreshed typography, navigation, page-level actions, and embedded video support. Includes a rebuilt
build/ui-bundle.zipso production builds pick up the changes immediately.Theme & typography
theme-cloud.csswith Savanna/Cloud stylingtypeface-docs.css(replaces Roboto typefaces)Page actions
page-actions.css,08-page-actions.js,page-actions.hbs)md-urlandhas-current-pageHandlebars helpersVideo blocks
videoblock.cssfor embedded video styling09-video-player.jsclick-to-play overlay for.videoblockelementsNavigation & layout
07-tabs-block.js)Build
build/ui-bundle.zipwith all UI changespackage.jsonMerge order
Merge this PR before the companion
cloud-docsPR. Production fetchesbuild/ui-bundle.zipfrom this repo at build time.Test plan
npx gulp build && npx gulp bundle:packantora-playbook.local.yml)