Skip to content

Commit b4ddc6e

Browse files
authored
(DOCSP-44130) [OM] Backport DOCSP-43006 to v6.0 (#437) (#441)
## Unnesting components in 12 OM API usage pages. [This spreadsheet](https://docs.google.com/spreadsheets/d/1M2IlsyV0-6mY-AvBBrX-4uSDtQrbt9zuoXsqIJaVqlk/edit?gid=0#gid=0) tracks the number of nested components on each page, and [this doc](https://docs.google.com/document/d/1yMbng-EPOQ82bAzBTC2VJwIvsUBOSCJh21cGbDoe1a8/edit#heading=h.7hxlffls9cx6) provides guidelines for fixing nested components. ## [DOCSP-43006](https://jira.mongodb.org/browse/DOCSP-43006) ## STAGING 1. [reference/api/usage/create-one-physical-host/](https://deploy-preview-437--10gen-docs-ops-manager.netlify.app/reference/api/usage/create-one-physical-host/) — Unnested 2 tips in tables 2. [reference/api/usage/get-all-physical-hosts/](https://deploy-preview-437--10gen-docs-ops-manager.netlify.app/reference/api/usage/get-all-physical-hosts/) — Unnested 1 tip in table, same commit as (1) 3. [reference/api/usage/get-default-server-type-for-one-organization/](https://deploy-preview-437--10gen-docs-ops-manager.netlify.app/reference/api/usage/get-default-server-type-for-one-organization/) — Unnested 4 tips in table, 2 in same commit as (1). 4. [reference/api/usage/get-default-server-type-for-one-project/](https://deploy-preview-437--10gen-docs-ops-manager.netlify.app/reference/api/usage/get-default-server-type-for-one-project/) — Unnested 2 tips in table 5. [reference/api/usage/get-one-physical-host-by-host-id](https://deploy-preview-437--10gen-docs-ops-manager.netlify.app/reference/api/usage/get-one-physical-host-by-host-id/) — Unnested 1 tip in table, same commit as (1). 6. [reference/api/usage/list-all-host-assignments-in-one-organization](https://deploy-preview-437--10gen-docs-ops-manager.netlify.app/reference/api/usage/list-all-host-assignments-in-one-organization/) — Unnested 1 tip in table. 7. [reference/api/usage/list-all-host-assignments-in-one-project](https://deploy-preview-437--10gen-docs-ops-manager.netlify.app/reference/api/usage/list-all-host-assignments-in-one-project/) — Unnest 1 tip in table, same commit as (7). 8. [reference/api/usage/list-all-host-assignments](https://deploy-preview-437--10gen-docs-ops-manager.netlify.app/reference/api/usage/list-all-host-assignments/) — Unnested 1 tip in table, same commit as (7). 9. [reference/api/usage/update-default-server-type-for-one-organization](https://deploy-preview-437--10gen-docs-ops-manager.netlify.app/reference/api/usage/update-default-server-type-for-one-organization/) — Unnested 4 tips in tables, 2 of which were in a previous commit. 10. [reference/api/usage/update-default-server-type-for-one-project](https://deploy-preview-437--10gen-docs-ops-manager.netlify.app/reference/api/usage/update-default-server-type-for-one-project/) — Unnested 4 tips in tables in previous commits. 11. [reference/api/usage/update-one-physical-host](https://deploy-preview-437--10gen-docs-ops-manager.netlify.app/reference/api/usage/update-one-physical-host/) — Unnested 2 tips in previous commits. 12. [reference/api/usage/update-server-type-for-one-host/](https://deploy-preview-437--10gen-docs-ops-manager.netlify.app/reference/api/usage/update-server-type-for-one-host/) — Unnested 4 tips in previous commits. ## [LATEST BUILD LOG](https://app.netlify.com/sites/10gen-docs-ops-manager/deploys/66fdae6b06886c0008e8ce99) ### Self-Review Checklist - [ ] [Define](https://wiki.corp.mongodb.com/display/DE/Taxonomy+tagging+instructions) taxonomy [values](https://wiki.corp.mongodb.com/display/DE/Docs+Taxonomy) at top of page. - [ ] Add genre facets (tutorial or reference), as in this [example PR](10gen/cloud-docs#5042). - [ ] Add programmingLanguage (if necessary). - [ ] Add meta keywords (if necessary). - [x] Resolve any new warnings or errors in the build. - [x] Proofread for spelling and grammatical errors. - [x] Check staging for rendering issues. - [x] Confirm links are working. --------- Backport [DOCSP-43006](https://jira.mongodb.org/browse/DOCSP-43006) to v6.0. - [DOCSP-44130](https://jira.mongodb.org/browse/DOCSP-44130) ### Self-Review Checklist - [ ] [Define](https://wiki.corp.mongodb.com/display/DE/Taxonomy+tagging+instructions) taxonomy [values](https://wiki.corp.mongodb.com/display/DE/Docs+Taxonomy) at top of page. - [ ] Add genre facets (tutorial or reference), as in this [example PR](10gen/cloud-docs#5042). - [ ] Add programmingLanguage (if necessary). - [ ] Add meta keywords (if necessary). - [ ] Resolve any new warnings or errors in the build. - [ ] Proofread for spelling and grammatical errors. - [ ] Check staging for rendering issues. - [ ] Confirm links are working.
1 parent e32ca1f commit b4ddc6e

File tree

5 files changed

+7
-21
lines changed

5 files changed

+7
-21
lines changed

source/includes/api/list-tables/server-usage/requests/db-usage.rst

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,7 @@
2626
- ``PRODUCTION_SERVER``
2727
- ``RAM_POOL``
2828

29-
.. seealso::
30-
31-
:ref:`admin-console-general-mongodb-usage`
29+
To learn more, see :ref:`admin-console-general-mongodb-usage`.
3230

3331
* - | serverType
3432
| .label
@@ -43,6 +41,4 @@
4341
- **Production Server**
4442
- **Ram Pool**
4543

46-
.. seealso::
47-
48-
:ref:`admin-console-general-mongodb-usage`
44+
To learn more, see :ref:`admin-console-general-mongodb-usage`.

source/includes/api/list-tables/server-usage/requests/host.rst

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,4 @@
4242
- ``PRODUCTION_SERVER``
4343
- ``RAM_POOL``
4444

45-
.. seealso::
46-
47-
:ref:`admin-console-general-mongodb-usage`
45+
To learn more, see :ref:`admin-console-general-mongodb-usage`.

source/includes/api/list-tables/server-usage/responses/db-usage.rst

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,7 @@
2323
- ``PRODUCTION_SERVER``
2424
- ``RAM_POOL``
2525

26-
.. seealso::
27-
28-
:ref:`admin-console-general-mongodb-usage`
26+
To learn more, see :ref:`admin-console-general-mongodb-usage`.
2927

3028
* - | serverType
3129
| .label
@@ -39,6 +37,4 @@
3937
- **Production Server**
4038
- **Ram Pool**
4139

42-
.. seealso::
43-
44-
:ref:`admin-console-general-mongodb-usage`
40+
To learn more, see :ref:`admin-console-general-mongodb-usage`.

source/includes/api/list-tables/server-usage/responses/host-assignment.rst

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,9 +68,7 @@
6868
- object
6969
- Server Type of the physical host.
7070

71-
.. seealso::
72-
73-
:ref:`admin-console-general-mongodb-usage`
71+
To learn more, see :ref:`admin-console-general-mongodb-usage`.
7472

7573
* - serverType.name
7674
- string

source/includes/api/list-tables/server-usage/responses/host.rst

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,4 @@
4242
- PRODUCTION_SERVER
4343
- RAM_POOL
4444

45-
.. seealso::
46-
47-
:ref:`admin-console-general-mongodb-usage`
45+
To learn more, see :ref:`admin-console-general-mongodb-usage`.

0 commit comments

Comments
 (0)