refactor(evaluate): refreshed the Features content in the Evaluate section - #5157
Draft
flippedcoder wants to merge 2 commits into
Draft
refactor(evaluate): refreshed the Features content in the Evaluate section#5157flippedcoder wants to merge 2 commits into
flippedcoder wants to merge 2 commits into
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Contributor
There was a problem hiding this comment.
Pull request overview
Moves and refreshes Evaluate feature documentation under /evaluate/features, updating navigation, links, and redirects.
Changes:
- Relocates feature pages and refreshes feature content.
- Updates sidebar navigation and internal links.
- Adds redirects for legacy URLs.
Reviewed changes
Copilot reviewed 20 out of 38 changed files in this pull request and generated 5 comments.
Show a summary per file
| File | Description |
|---|---|
vercel.json |
Adds legacy feature-page redirects. |
src/components/elements/ReleaseNoteHeader/ReleaseNoteHeader.js |
Updates release-stage links. |
sidebars.js |
Points navigation to relocated pages. |
docs/production-deployment/self-hosted-guide/checklist.mdx |
Updates feature comparison link. |
docs/glossary.md |
Updates release-stage links. |
docs/evaluate/index.mdx |
Links to the new Features section. |
docs/evaluate/features/workflow-message-passing.mdx |
Adds message-passing overview. |
docs/evaluate/features/throughput-composability.mdx |
Adds Child Workflow overview. |
docs/evaluate/features/testing-suite.mdx |
Adds testing-suite overview. |
docs/evaluate/features/temporal-nexus.mdx |
Adds refreshed Nexus guidance. |
docs/evaluate/features/serverless-workers/index.mdx |
Adds Serverless Workers evaluation guidance. |
docs/evaluate/features/schedules.mdx |
Adds Schedules overview. |
docs/evaluate/features/release-stages.mdx |
Relocates release-stage guidance. |
docs/evaluate/features/observability.mdx |
Adds observability overview. |
docs/evaluate/features/multi-tenant.mdx |
Adds multi-tenancy guidance. |
docs/evaluate/features/low-latency.mdx |
Adds latency-focused Cloud guidance. |
docs/evaluate/features/job-queue.mdx |
Adds Standalone Activity job-queue guidance. |
docs/evaluate/features/interrupt-a-workflow.mdx |
Adds cancellation and termination guidance. |
docs/evaluate/features/index.mdx |
Adds the relocated Features landing page. |
docs/evaluate/features/failure-detection.mdx |
Adds timeout and retry guidance. |
docs/evaluate/features/debugging.mdx |
Adds debugging overview. |
docs/evaluate/features/data-encryption.mdx |
Adds encryption overview. |
docs/evaluate/features/core-application.mdx |
Adds core application primitives overview. |
docs/evaluate/features/cloud-vs-self-hosted.mdx |
Adds deployment-option comparison. |
docs/evaluate/features/cloud-automation.mdx |
Adds Cloud automation overview. |
docs/evaluate/development-production-features/index.mdx |
Removes the legacy landing page. |
docs/encyclopedia/workflow/workflow-pause.mdx |
Updates interruption link. |
docs/encyclopedia/activities/standalone-activity.mdx |
Updates job-queue links. |
docs/encyclopedia/activities/activity-operations.mdx |
Updates release-stage link. |
docs/develop/rust/workers/worker-process.mdx |
Updates release-stage link. |
docs/develop/ruby/workflows/message-passing.mdx |
Updates release-stage link. |
docs/develop/plugins-guide.mdx |
Updates feature links. |
docs/demos/standalone-activities.mdx |
Updates release-stage link. |
docs/cloud/high-availability/index.mdx |
Updates release-stage link. |
docs/cloud/get-started/namespaces.mdx |
Updates release-stage link. |
docs/cli/setup-cli.mdx |
Updates release-stage link. |
docs/best-practices/pre-production-testing.mdx |
Updates testing-suite links. |
docs/best-practices/multi-tenant-patterns.mdx |
Updates multi-tenancy links. |
💡 Configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
Comment on lines
+2289
to
+2290
| "source": "/evaluate/development-production-features/nexus", | ||
| "destination": "/evaluate/features/nexus", |
Comment on lines
+2269
to
+2270
| "source": "/evaluate/development-production-features/index", | ||
| "destination": "/evaluate/features/index", |
Comment on lines
+2349
to
+2350
| "source": "/evaluate/development-production-features/serverless-workers/index", | ||
| "destination": "/evaluate/features/serverless-workers/index", |
| title: Temporal development and production features | ||
| description: Leverage a Temporal SDK to develop robust applications featuring Workflows, Activities, Workers, testing suites, Temporal Clients, Scheduled Workflows, and advanced observability tools. | ||
| sidebar_label: Features | ||
| keywords: |
Comment on lines
+1368
to
+1369
| "source": "/evaluate/development-production-features/release-stages", | ||
| "destination": "/evaluate/features/release-stages" |
flippedcoder
force-pushed
the
mm/evaluate-refresh
branch
from
August 21, 2026 20:36
e78a002 to
d19e314
Compare
Contributor
📖 Docs PR preview links
|
Contributor
❌ Docs build failedBroken linksUpdate the link to point to a page that exists, or fix the typo in the path.
Run |
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?
Notes to reviewers