Skip to content

Move mocha docs to platform version#9535

Merged
PascalSenn merged 2 commits intomainfrom
pse/move-docs-to-v16
Apr 12, 2026
Merged

Move mocha docs to platform version#9535
PascalSenn merged 2 commits intomainfrom
pse/move-docs-to-v16

Conversation

@PascalSenn
Copy link
Copy Markdown
Member

@PascalSenn PascalSenn commented Apr 12, 2026

No description provided.

Copilot AI review requested due to automatic review settings April 12, 2026 11:41
@github-actions github-actions Bot added 📚 documentation This issue is about working on our documentation. 🌶️ website labels Apr 12, 2026
@PascalSenn PascalSenn merged commit 0a7a516 into main Apr 12, 2026
11 checks passed
@PascalSenn PascalSenn deleted the pse/move-docs-to-v16 branch April 12, 2026 11:45
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

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.json to set Mocha’s latestStableVersion and version path/title to v16.

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",
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

📚 documentation This issue is about working on our documentation. 🌶️ website

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants