High Availability interactive demo [experimentation]#4363
Draft
brianmacdonald-temporal wants to merge 1 commit intomainfrom
Draft
High Availability interactive demo [experimentation]#4363brianmacdonald-temporal wants to merge 1 commit intomainfrom
brianmacdonald-temporal wants to merge 1 commit intomainfrom
Conversation
Adds a new interactive demo page at /ha-demo covering Temporal Cloud High Availability -- same-region, multi-region, and multi-cloud replication -- following the same section-based format as the Nexus demo (PR #4332). New files: - docs/ha-demo.mdx: MDX entry point at /ha-demo - src/components/HADemo/index.tsx: nav + section switcher - src/components/HADemo/Overview.tsx: What is HA, SLA comparison table - src/components/HADemo/ReplicationTypes.tsx: 3 replication types + failure coverage matrix - src/components/HADemo/HowItWorks.tsx: animated replication/failover flow - src/components/HADemo/FailoverSection.tsx: Hybrid/Graceful/Forced tabs, trigger methods - src/components/HADemo/EnableIt.tsx: tcld + UI setup steps for all HA operations - src/components/HADemo/Quiz.tsx: 6-question quiz with score card + resource links - src/components/HADemo/HADemo.module.css: IFM-variable-based light/dark styles - src/components/HADemo/replicationSteps.ts: animated flow step data - src/components/HADemo/quizQuestions.ts: quiz question data sidebars.js updated to add an 'Interactive Demos' category. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Contributor
📖 Docs PR preview links |
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
/ha-democovering Temporal Cloud High Availability, following the same section-based format as the Nexus demo (PR nexus demo walkthrough [experimentation only] #4332)sidebars.jsto add an Interactive Demos category (with a comment placeholder fornexus-demofrom PR nexus demo walkthrough [experimentation only] #4332)New component files (
src/components/HADemo/)index.tsxOverview.tsxReplicationTypes.tsxHowItWorks.tsxFailoverSection.tsxEnableIt.tsxQuiz.tsxHADemo.module.cssreplicationSteps.tsquizQuestions.tsTest plan
npm run buildcompletes without new errors/ha-demorenders all six sections and the nav bar correctlyRelated
Generated with Claude Code
┆Attachments: EDU-6131 feat(demo): add Temporal High Availability interactive demo