Skip to content

Commit a52c677

Browse files
committed
fixed migration TOC placement
1 parent ce3c294 commit a52c677

File tree

4 files changed

+3
-24
lines changed

4 files changed

+3
-24
lines changed

source/getting-started.txt

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -43,14 +43,6 @@ Use the following resources to get started with |service| and the
4343

4444
Make a plan to move your existing data into {+service+}.
4545

46-
.. card::
47-
:headline: Migration
48-
:url: https://mongodb.com/docs/atlas/architecture/migration/
49-
:icon: mdb_live_migration
50-
:icon-alt: icon
51-
52-
Select a method for migrating to |service|.
53-
5446
.. card::
5547
:headline: Operational Readiness Checklist
5648
:url: https://mongodb.com/docs/atlas/architecture/operational-readiness-checklist/
@@ -64,7 +56,6 @@ Use the following resources to get started with |service| and the
6456

6557
Landing Zone Design </landing-zone>
6658
Deployment Paradigms </deployment-paradigms>
67-
Migration </migration>
6859
Orgs, Projects, and Clusters </hierarchy>
6960
Migration </migration>
7061
Operational Readiness Checklist </operational-readiness-checklist>

source/includes/complete-examples-go-sdk.rst

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,5 @@
22
:url: https://github.com/mongodb/atlas-architecture-go-sdk
33
:icon: Code
44

5-
<<<<<<< HEAD
6-
See the example scripts from the Atlas SDK for Go project in one place
7-
`in Github <https://github.com/mongodb/atlas-architecture-go-sdk>`__.
8-
=======
95
See the complete Go example project `in Github <https://github.com/mongodb/atlas-architecture-go-sdk>`__.
10-
>>>>>>> 0f09538 (Update Monitoring and Logging page with go sdk examples)
116

source/index.txt

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -138,12 +138,6 @@ Find features and best practices for each {+service+} {+waf+} pillar.
138138
:icon-alt: Alert for high cost icon
139139

140140
Cost-saving configurations and billing data features and best practices.
141-
142-
.. card::
143-
:headline: Migration
144-
:url: https://mongodb.com/docs/atlas/architecture/migration/
145-
146-
Make a plan to move your existing data into {+service+}.
147141

148142
.. toctree::
149143
:titlesonly:
@@ -154,5 +148,4 @@ Find features and best practices for each {+service+} {+waf+} pillar.
154148
Reliability </reliability>
155149
Performance </performance>
156150
Cost Optimization </cost-optimization>
157-
Migration </migration>
158151
Release Notes </release-notes>

source/monitoring-alerts.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -647,7 +647,7 @@ The following examples demonstrate how to enable monitoring using |service|
647647
set limit.
648648
- QUERY TARGETING - Ensure that number of keys and documents
649649
scanned to the number of documents returned, averaged by second,
650-
are't too high.
650+
aren't too high.
651651
- SYSTEM CPU - Ensure that the CPU usage is steady.
652652

653653
.. include:: /includes/examples/cli/staging-prod/cli-example-metrics-processes-stagingprod.rst
@@ -718,10 +718,10 @@ The following examples demonstrate how to enable monitoring using |service|
718718
set limit.
719719
- QUERY TARGETING - Ensure that number of keys and documents
720720
scanned to the number of documents returned, averaged by second,
721-
are't too high.
721+
aren't too high.
722722
- SYSTEM CPU - Ensure that the CPU usage is steady.
723723

724-
..literalinclude:: /includes/examples/generated-examples/main.snippet.get-metrics-prod.go
724+
.. literalinclude:: /includes/examples/generated-examples/main.snippet.get-metrics-prod.go
725725
:language: go
726726
:caption: get-disk-metrics/main.go
727727

0 commit comments

Comments
 (0)