Skip to content

refactor(components): removed unused components and other refactors#4884

Merged
flippedcoder merged 18 commits into
mainfrom
mm/component-clean-up
Jul 16, 2026
Merged

refactor(components): removed unused components and other refactors#4884
flippedcoder merged 18 commits into
mainfrom
mm/component-clean-up

Conversation

@flippedcoder

@flippedcoder flippedcoder commented Jul 15, 2026

Copy link
Copy Markdown
Contributor

What does this PR do?

This is part 1 of a set of PRs. This one cleans up the src/components folder to:

  • remove unused components
  • clean up outdated references
  • restructure the components folder

Notes to reviewers

┆Attachments: EDU-6717 refactor(components): removed unused components and other refactors

@vercel

vercel Bot commented Jul 15, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
temporal-documentation Ready Ready Preview, Comment Jul 16, 2026 1:37pm

Request Review

Comment thread COMPONENTS.md
An additional `prompt` prop enables you to specify the leading text.
Normally it defaults to `prompt = "Dive deeper — "`.

## Using DocsTable

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

📝 [vale] reported by reviewdog 🐶
[Temporal.Headings] 'Using DocsTable' should use sentence-style capitalization.

import { SetupSteps, SetupStep, CodeSnippet } from '@site/src/components/elements/SetupSteps';
import { SetupSteps, SetupStep, CodeSnippet } from '@site/src/components';

# Nexus Go Quickstart

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

📝 [vale] reported by reviewdog 🐶
[Temporal.Headings] 'Nexus Go Quickstart' should use sentence-style capitalization.

import { SetupSteps, SetupStep, CodeSnippet } from '@site/src/components/elements/SetupSteps';
import { SetupSteps, SetupStep, CodeSnippet } from '@site/src/components';

# Nexus Python Quickstart

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

📝 [vale] reported by reviewdog 🐶
[Temporal.Headings] 'Nexus Python Quickstart' should use sentence-style capitalization.

Comment thread COMPONENTS.md

Images are normally stored in the '/static' folder in `img` or `diagrams`.

## Using SdkGuideLinks

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

📝 [vale] reported by reviewdog 🐶
[Temporal.Headings] 'Using SdkGuideLinks' should use sentence-style capitalization.

@flippedcoder
flippedcoder marked this pull request as ready for review July 15, 2026 16:59
@flippedcoder
flippedcoder merged commit f2feca1 into main Jul 16, 2026
12 checks passed
@flippedcoder
flippedcoder deleted the mm/component-clean-up branch July 16, 2026 13:37
lennessyy added a commit that referenced this pull request Jul 24, 2026
Resolve conflicts:
- vercel.json: keep both the self-hosted-setup redirect and main's new
  redirects (saga-pattern, disaster-recovery, multi-region-failover,
  deployment-patterns).
- serverless-workers.mdx: keep this branch's split into a directory
  (index/aws-lambda/cloud-run); main's only change was an import
  consolidation, now applied to the new files.

Update imports broken by the components refactor (#4884): CaptionedImage
and SdkTabs now come from the @site/src/components barrel.
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.

2 participants