Move mocha docs to platform version#9535
Merged
PascalSenn merged 2 commits intomainfrom Apr 12, 2026
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates the Mocha documentation to consistently reference the v16 documentation paths (instead of v1), and updates the docs configuration to make v16 the stable Mocha version on the website.
Changes:
- Updated many intra-doc “Next steps” and cross-reference links from
/docs/mocha/v1/...to/docs/mocha/v16/.... - Added new Mocha v16 docs content (
exception-policies.md) and a large example payload (example.json). - Updated
website/src/docs/docs.jsonto set Mocha’slatestStableVersionand version path/title tov16.
Reviewed changes
Copilot reviewed 21 out of 23 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| website/src/docs/mocha/v16/transports/rabbitmq.md | Updates “Next steps” links to v16 paths. |
| website/src/docs/mocha/v16/transports/postgres.md | Updates “Next steps” links to v16 paths. |
| website/src/docs/mocha/v16/transports/index.md | Updates transport index “Next steps” links to v16 paths. |
| website/src/docs/mocha/v16/transports/in-memory.md | Updates “Next steps” links to v16 paths. |
| website/src/docs/mocha/v16/scheduling.md | Updates cross-links (transport config, reliability, sagas) to v16 paths. |
| website/src/docs/mocha/v16/sagas.md | Updates links to Handler Registration, Scheduling, and Transports to v16. |
| website/src/docs/mocha/v16/routing-and-endpoints.md | Updates transport and “Next steps” links to v16 paths. |
| website/src/docs/mocha/v16/reliability.md | Updates links to Middleware, Scheduling, Sagas, Observability, Exception Policies to v16. |
| website/src/docs/mocha/v16/quick-start.md | Updates Handler Registration/Messages/Patterns/Transports links to v16. |
| website/src/docs/mocha/v16/observability.md | Updates Middleware/Reliability/Sagas links to v16. |
| website/src/docs/mocha/v16/middleware-and-pipelines.md | Updates links to Routing, Reliability, Observability to v16. |
| website/src/docs/mocha/v16/messaging-patterns.md | Updates link to Handlers and Consumers to v16. |
| website/src/docs/mocha/v16/messages.md | Updates link to Messaging Patterns to v16. |
| website/src/docs/mocha/v16/mediator/pipeline-and-middleware.md | Updates “Next steps” links to v16 paths. |
| website/src/docs/mocha/v16/mediator/index.md | Updates “Next steps” link to v16 path. |
| website/src/docs/mocha/v16/index.md | Updates core navigation links to v16 paths (and learning-path links). |
| website/src/docs/mocha/v16/hosting.md | Updates “Next steps” links to v16 paths. |
| website/src/docs/mocha/v16/handlers-and-consumers.md | Updates links to Patterns/Handler Registration/Messages/Reliability/Middleware/Routing to v16. |
| website/src/docs/mocha/v16/handler-registration.md | Updates links to Mediator/Diagnostics/Next steps to v16. |
| website/src/docs/mocha/v16/diagnostics.md | Updates links to Mediator/Handlers/Sagas to v16. |
| website/src/docs/mocha/v16/exception-policies.md | Adds a new v16 documentation page describing exception policy configuration. |
| website/src/docs/mocha/v16/example.json | Adds a large JSON example file (topology-style data). |
| website/src/docs/docs.json | Sets Mocha stable version and version path/title to v16. |
Comments suppressed due to low confidence (1)
website/src/docs/mocha/v16/index.md:200
- There’s a missing space after the dash in “-zero to a working message bus…”, which reads like a typo. Consider changing it to “- zero …” (or rephrasing) so the sentence scans correctly.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Comment on lines
2866
to
2876
| "title": "Mocha", | ||
| "description": "Messaging Bus for .NET", | ||
| "metaDescription": "Mocha is a messaging framework for .NET that combines simplicity, flexibility, and observability with deep Nitro integration.", | ||
| "latestStableVersion": "v1", | ||
| "latestStableVersion": "v16", | ||
| "versions": [ | ||
| { | ||
| "path": "v1", | ||
| "title": "v1", | ||
| "path": "v16", | ||
| "title": "v16", | ||
| "items": [ | ||
| { | ||
| "path": "index", |
This was referenced May 1, 2026
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.
No description provided.