RDoc-4094 Cloud docs update for the September 2026 deployment - #2640
Open
PFYasu wants to merge 1 commit into
Open
RDoc-4094 Cloud docs update for the September 2026 deployment#2640PFYasu wants to merge 1 commit into
PFYasu wants to merge 1 commit into
Conversation
PFYasu
force-pushed
the
RDoc-4094
branch
8 times, most recently
from
September 1, 2026 13:07
d004383 to
d0325df
Compare
PFYasu
marked this pull request as ready for review
September 1, 2026 13:47
matz985
reviewed
Sep 1, 2026
Document the user-facing changes in the September deployment window. Alerts - New "Alerts" section in Maintenance & Troubleshooting covering the daily summary and custom alerts, subscribers, the per-product limits and the cases where rules are removed automatically. Trigger events point at the existing Labels table, which already carries the thresholds. - Short generic "View the Alerts" section on the Products page, following the Metrics / Cluster Health pattern. Billing & Costs - Document the Current billing period costs donut, the Unbilled total and the Cost Details entry points. - Document the Spending cost-category filter, the year-picker behaviour and the "not calculated yet" states. - New "Cost details" section for /billing/cost-details, which was undocumented. Portal navigation - Rewrite the Portal overview for the collapsible sidebar: the seven role-gated views, the Help center menu (Support, Documentation, Community, Service status) and the profile entry. Note that the account switcher identifies accounts by domain name. Support - Document "Request support for this instance" from the product view and the support resources panel shown on the product list and product view. Login - Google, GitHub and Microsoft sign-in, with the provider email-verification requirements. Microsoft work/school accounts additionally need the tenant to attest domain ownership. List the sign-in failure messages. Provisioning - Note that the Account and Billing wizard stages are skipped when the account already has those details, and never shown for marketplace accounts. Screenshots refreshed for the revamped portal chrome.
matz985
approved these changes
Sep 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.
Documents the user-facing changes in the September deployment window.
Ticket: https://issues.ravendb.net/issue/RDoc-4094
Alerts
Billing & Costs
/billing/cost-details, which was previously undocumented, including the prediction caveat on unbilled periods and the marketplace notices.Portal navigation
Rewrote the Portal overview for the collapsible sidebar: the seven role-gated views, the Help center menu (Support, Documentation, Community, Service status) and the profile entry. Support and Service status are no longer top-level entries. Added the missing Users & Access entry, and noted that the account switcher identifies accounts by domain name.
Support
Request support for this instance from the product view (paid support only, pre-selects the product), plus the support resources panel on the product view.
Login
Google, GitHub and Microsoft sign-in, with each provider's email-verification requirement. Microsoft work/school (Entra ID) accounts additionally need the tenant to attest domain ownership via the
xms_edovoptional claim — worth calling out, because a tenant that does not emit it fails with "could not be verified" even though the address is correct. Also lists the actual sign-in failure messages.Provisioning
Noted that the Account and Billing wizard stages are skipped when the account already has those details, and are never shown for marketplace accounts — so the documented five-stage flow is the first-product case.
Second pass — validated against
hr/testEvery claim below was checked against the cloud portal source rather than inferred, and the whole set was re-validated after the September merge landed on
hr/test.Autoscaling — rewritten (RDBCL-3989)
RDBCL-3989 replaced the flat CPU thresholds with three independent metrics: load average, available memory and IO wait, each with its own low/high limit and duration. The old section described CPU only, and 4 of its 10 table rows no longer exist in the UI.
autoscalingThresholdFields.ts.ProductFeatureNamevalue that had no coverage. Always enabled (canDisableFeature={false}), and its modal exposes only the instance range; the thresholds are managed for you.Automatic Storage Extension — corrected
<input>carriesmin=0 max=100, but bothUpdateThresholdSchema.ts(Yup.number().min(70).max(95)) andProductValidator.csenforce 70–95. Entering 50 was rejected with no explanation in the docs.ModelExtensions.cs): the product must be Active, and the threshold cannot be changed at all on yearly contracts.Memory Used Threshold→Disk Space Used Thresholdrename.Products tab — restructured
Constants.Certificate,ProvisionProductCommandHandler).ProductEditAccessSectionis dead code onhr/test; Open Studio moved to the product-details top bar and becomes a per-node dropdown on multi-node products, so "opens the Studio of node A" was wrong for clusters.Support-role gating on the badge and CTA.Support — response times and the skipped step
severity === "Critical", Next business day requires Normal or Critical. A paying customer filing a Minor issue finds both greyed out. Replaced with a per-option condition table.isFamiliarWithResources, so the Expected Response Time section does not render until you click through it. Lists are now 7 and 10 steps, using the UI's own field labels.Backup
The mandatory backup is a Server-Wide Backup (
BackupHelpertakes aServerWideBackupConfiguration), so it covers every database rather than being per-database. The navigation said "Manage Ongoing Tasks"; the view is Ongoing Tasks.Link and alt-text hygiene
cloud/— verified old-broken / new-valid against the rendered HTML, not guessed slugs.put the literal quotes inside the alt attribute (alt=""…""), which screen readers announce. TheFigure Nprefixes were invisible (LazyImagerenders no caption) and referenced by no prose, while costing renumbering on every insertion. Now. Also repaired a malformed tag incloud-aws-marketplace.mdxthat was missing its closing quote.Before merge
cloud/portal/assets/portal-product-alerts.pngis a placeholder. Component-level capture with no portal chrome, so it does not match the framing of the neighbouring Metrics / Cluster Health figures. Needs a real-portal shot (sidebar + product header + Alerts tab active).portal-billing-costs-tab-current-billing-period.pngstill shows the 3% marketplace commission notice removed by RDBCL-4746;portal-billing-costs-tab-billing-history.pngpredates two column reworks (RDBCL-4739, RDBCL-4751). SNMPv3 Monitoring credentials has no figure while its sibling does.scripts/redirects.jsonentries, so it is out of scope here.Two features documented here are on
hr/testbut not onhr/prod:hr/testhr/prodCorrect for the September deployment; wrong if this merges before that ships. Please check the deploy order before merging.
Noted while working, not fixed here
#manage-product-the-security-tabdoes not exist on the products tab page — the anchor is#security-your-certificate-audit-logs-and-allowed-ips. Three guides still point at the old one and land at the top of the page:guides/connecting-c-application-to-ravendb-cloud.mdxguides/connecting-node-js-application-to-ravendb-cloud.mdxguides/how-to-setup-ravendb-with-asp-net-core-8-application.mdx(The previously-noted
#cloud-account-portal-productsfromcloud/cloud-migration.mdxis fixed in this PR.)Docusaurus validates page links but not anchors, which is why the build stays green either way.
Also still unreferenced:
cloud/assets/portal-product-details-storage-upgrade-to-premium-v2.png, a duplicate of theportal/assetscopy, orphaned before this work.Verified with
npm run build:current— clean, no warnings, no broken links.