refactor(components): removed unused components and other refactors#4884
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
| An additional `prompt` prop enables you to specify the leading text. | ||
| Normally it defaults to `prompt = "Dive deeper — "`. | ||
|
|
||
| ## Using DocsTable |
Contributor
There was a problem hiding this comment.
📝 [vale] reported by reviewdog 🐶
[Temporal.Headings] 'Using DocsTable' should use sentence-style capitalization.
Contributor
📖 Docs PR preview links
|
| import { SetupSteps, SetupStep, CodeSnippet } from '@site/src/components/elements/SetupSteps'; | ||
| import { SetupSteps, SetupStep, CodeSnippet } from '@site/src/components'; | ||
|
|
||
| # Nexus Go Quickstart |
Contributor
There was a problem hiding this comment.
📝 [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 |
Contributor
There was a problem hiding this comment.
📝 [vale] reported by reviewdog 🐶
[Temporal.Headings] 'Nexus Python Quickstart' should use sentence-style capitalization.
… up a missing deletion
|
|
||
| Images are normally stored in the '/static' folder in `img` or `diagrams`. | ||
|
|
||
| ## Using SdkGuideLinks |
Contributor
There was a problem hiding this comment.
📝 [vale] reported by reviewdog 🐶
[Temporal.Headings] 'Using SdkGuideLinks' should use sentence-style capitalization.
flippedcoder
marked this pull request as ready for review
July 15, 2026 16:59
Duncanma
approved these changes
Jul 15, 2026
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.
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.
What does this PR do?
This is part 1 of a set of PRs. This one cleans up the
src/componentsfolder to:Notes to reviewers
┆Attachments: EDU-6717 refactor(components): removed unused components and other refactors