build(ui): add cloud-only bundle (ui-bundle-cloud.zip) for Savanna + Cloud Classic docs - #46
Merged
Merged
Conversation
Ships a separate, themed UI bundle for the TigerGraph Savanna + Cloud Classic docs (cloud-docs) without changing the shared default build/ui-bundle.zip that every other product doc consumes. Only cloud-docs' playbook will point at build/ui-bundle-cloud.zip, so the Savanna/Classic theme (Inter/Outfit typography, page actions, nav pills, video player, admonitions) is fully contained and other docs are unaffected. Built from feat/docs-typography-and-page-actions @ 7986ad3 (npx gulp build && npx gulp bundle:pack).
ngarakapati
added a commit
to ngarakapati/cloud-docs
that referenced
this pull request
Aug 19, 2026
Use the dedicated cloud bundle so the Savanna/Classic theme is scoped to cloud-docs and does not depend on the shared default UI bundle. Resolves once tigergraph/antora-ui#46 (which adds build/ui-bundle-cloud.zip) merges.
Contributor
Author
|
@Tushar-TG-14 Please review and merge this. |
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
Adds a separate, themed UI bundle —
build/ui-bundle-cloud.zip— used only by the TigerGraph Savanna + Cloud Classic docs (cloud-docs). The shared defaultbuild/ui-bundle.zipthat every other product doc consumes is left untouched.This replaces the previous, now-closed #45 (which would have themed the shared bundle and affected all product docs). By shipping a second artifact instead, the blast radius is fully contained: only
cloud-docs' playbook points atui-bundle-cloud.zip.What's in the cloud bundle
Savanna/Classic theme built from
feat/docs-typography-and-page-actions@7986ad3:What changed here
build/ui-bundle-cloud.zipbuild/ui-bundle.zip(default UI) is unchanged — no other doc is affected.Build provenance
Source of truth for the theme lives on
feat/docs-typography-and-page-actions(ngarakapati fork).Follow-up (separate repo)
After merge,
cloud-docs/antora-playbook.ymlwill point at:https://github.com/tigergraph/antora-ui/blob/main/build/ui-bundle-cloud.zip?raw=true