Skip to content

Commit 61b7a27

Browse files
authored
DOCSP-53679 Write-blocking change thresholds for clusters under 20GB, and fix the table of contents (#14361)
* DOCSP-53679 Write-blocking change thresholds for clusters under 20GB, fix the table of contents * Fix procedure style for vercel, unrelated to this pr * Review from Yang
1 parent ff385ca commit 61b7a27

File tree

3 files changed

+13
-13
lines changed

3 files changed

+13
-13
lines changed

content/atlas/source/cluster-blocking-writes.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -146,8 +146,8 @@ disk utilization scenarios with high write volume:
146146
:widths: 15 85
147147

148148
* - **Disk size < 20 GB**
149-
- |service| blocks writes when free disk space drops below 800 MB.
150-
|service| unblocks writes when disk space exceeds 1.2 GB.
149+
- |service| blocks writes when free disk space drops below 600 MB.
150+
|service| unblocks writes when disk space exceeds 900 MB.
151151
* - **Disk size < 1.25 TB**
152152
- |service| blocks writes when free disk space drops below 4% of
153153
total disk size. |service| unblocks writes when disk space

content/atlas/source/reference/partner-integrations/vercel.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -430,7 +430,7 @@ in the |vercel| UI.
430430
and :ref:`add a new integration with a team scope <vercel-add-connectable-accounts-integration>`.
431431

432432
.. procedure::
433-
style: normal
433+
:style: normal
434434

435435
.. step:: Navigate to the MongoDB |service| integration.
436436

@@ -577,7 +577,7 @@ Manage a Connectable Accounts Integration
577577
To manage the Connectable Accounts integration with Vercel:
578578

579579
.. procedure::
580-
style: normal
580+
:style: normal
581581

582582
.. include:: /includes/nav/steps-org-settings.rst
583583

@@ -607,7 +607,7 @@ To link additional {+clusters+} in your organization to projects in Vercel:
607607
Use this procedure for an already configured Connectable Accounts integration.
608608

609609
.. procedure::
610-
style:: normal
610+
:style: normal
611611

612612
.. include:: /includes/nav/steps-org-settings.rst
613613

@@ -652,7 +652,7 @@ Edit or Remove Links to |service| {+Clusters+}
652652
You can add or remove Vercel projects that you linked to |a-service| {+cluster+}.
653653

654654
.. procedure::
655-
style:: normal
655+
:style: normal
656656

657657
.. include:: /includes/nav/steps-org-settings.rst
658658

@@ -708,7 +708,7 @@ rules don't share other projects and applications connected to this
708708
|service| {+cluster+}.
709709

710710
.. procedure::
711-
style:: normal
711+
:style: normal
712712

713713
.. include:: /includes/nav/steps-org-settings.rst
714714

content/table-of-contents/L2-data/atlas.ts

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -296,9 +296,14 @@ const tocData: TocItem[] = [
296296
label: "Cluster Sharding",
297297
contentSite: "cloud-docs",
298298
url: "/docs/atlas/cluster-sharding",
299+
},
300+
{
301+
label: "Auto-Scaling",
302+
contentSite: "cloud-docs",
303+
url: "/docs/atlas/cluster-autoscaling",
299304
},
300305
{
301-
label: "Write Blocking",
306+
label: "Write-Blocking",
302307
contentSite: "cloud-docs",
303308
url: "/docs/atlas/cluster-blocking-writes/",
304309
},
@@ -320,11 +325,6 @@ const tocData: TocItem[] = [
320325
},
321326
],
322327
},
323-
{
324-
label: "Auto-Scaling",
325-
contentSite: "cloud-docs",
326-
url: "/docs/atlas/cluster-autoscaling",
327-
},
328328
{
329329
label: "Major MongoDB Version",
330330
contentSite: "cloud-docs",

0 commit comments

Comments
 (0)