BS-558 feat: add load balancer docs - #422
Open
Jonno12345 wants to merge 2 commits into
Open
Conversation
Contributor
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
Contributor
There was a problem hiding this comment.
Pull request overview
Adds a new Load Balancer documentation section to the CDN docs, covering configuration, routing behavior, health/failover, monitoring, and billing, and wires it into the site navigation.
Changes:
- Added a new Load Balancer docs group to the CDN sidebar navigation.
- Introduced a full set of Load Balancer docs pages (overview, origins, routing, sticky sessions, health/failover, statistics, pricing).
- Expanded origin error-code documentation to include Load Balancer–related failures and TLS/origin URL issues, plus added Load Balancer limits to the CDN limits page.
Reviewed changes
Copilot reviewed 11 out of 11 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
| docs.json | Adds the “Load Balancer” docs group and page ordering under CDN navigation. |
| cdn/logging/origin-errors.mdx | Adds new origin error codes relevant to Load Balancer and TLS/origin URL issues. |
| cdn/load-balancer/index.mdx | New overview page introducing the Load Balancer concept and entry points to subtopics. |
| cdn/load-balancer/origins.mdx | New page documenting origin groups, origin types, and limits for Load Balancers. |
| cdn/load-balancer/routing.mdx | New page explaining group/origin routing methods, priority tiers, and Edge Rule overrides. |
| cdn/load-balancer/sticky-sessions.mdx | New page documenting sticky-session behavior, break conditions, and interactions. |
| cdn/load-balancer/health-and-failover.mdx | New page describing health checks, passive detection, and failover semantics. |
| cdn/load-balancer/statistics.mdx | New page defining key metrics and how to interpret per-origin statistics. |
| cdn/load-balancer/pricing.mdx | New page describing monthly fee, included requests, and overage billing. |
| cdn/limits.mdx | Adds a Load Balancer limits section to the CDN limits overview. |
| api-reference/origin-errors/index.mdx | Extends API reference table with new error codes for TLS, malformed origin URLs, and Load Balancer failures. |
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
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.
Once everything else is live - PR just so I can preview it and proof read.