docs: add a CLI setup recording to the quickstart and a dashboard quickstart page - #401
Open
JoshKappler wants to merge 9 commits into
Open
docs: add a CLI setup recording to the quickstart and a dashboard quickstart page#401JoshKappler wants to merge 9 commits into
JoshKappler wants to merge 9 commits into
Conversation
…e, and media components for apps/content
pie575
requested changes
Jul 22, 2026
pie575
left a comment
Contributor
There was a problem hiding this comment.
Same complaints as I had in https://github.com/generaltranslation/gt-cloud/pull/3617
More questions: Why are we duplicating the mp4 file to two repos? Same with the Lottie, Asciinema, and .cast files. This seems like bad logic.
Again, we should be moving things to use the new Media repo without strange cross repo copied logic, that is bound to end up out of sync.
If things are unclear, we should instead look into how we did videos in the past not like this
- delete the committed cast/mp4; the cast loads through a /remote-assets rewrite to assets.gtx.dev (the bucket sends no CORS headers), the mp4 uses the direct URL - remove the unused Lottie component and its dependency per review
…ng-only components - content repo carries only MDX content; the player renders in gt-cloud's landing app, so Asciinema registers as a StubComponent here (the existing convention for landing-only components) - reverts the asciinema-player dependency and the rewrite; this app no longer fetches recordings at all
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
npx gt init, credentials,npx gt translate, real output) at the top of the CLI quickstart.platform/quickstart.mdx, a linear Dashboard setup path with a 37s walkthrough video, plus a Quickstart card on the platform index and the get-started walkthrough embed onplatform/dashboard/get-started.mdx(theme-matched, its own light and dark takes).assets.gtx.dev/walkthroughs/; the player renders in gt-cloud's landing app (gt-cloud#3617). HereAsciinemaregisters as aStubComponent, the existing convention for landing-only components.meta.json, one stub registration line, and optionalmuted/srcDarkprops on the existingVideo. No new components, dependencies, or config.Videorenders only the light source here, since this app has theming disabled and a dark variant could never show.Testing
pnpm build:contentgreen (every new route prerenders through the stub);validate:unsafe-html,validate:callouts,validate-links, and the validator self-tests all clean.Notes
general-translationexample project from an empty org at 1.15x, page-anchored asset names, assets reorganized underassets/walkthroughs/, default black cursor and no blur (the revealed key is a mock swapped in before paint).relatedfrontmatter on the new page renders in landing only;apps/contentstrips it for every docs page today (pre-existing schema gap, not introduced here).cli-setup.mp4
dashboard-setup.mp4