Skip to content

Commit 3eea93f

Browse files
(DOCSP-8189): TOC refactor (#173)
* (DOCSP-8235): Refactor TOC and create shell pages for new topics * (DOCSP-8315): Break up TOC files * TOC cleanup * Create new definition list landing pages for tocs * (DOCSP-8284): Rename topic titles to distinguish between OM and database resources * (DOCSP-8314): Restructure includes folder * (DOCSP-8286): Create “Plan your Ops Manager resource” conceptual page * (DOCSP-8285): Create “Deploy Ops Manager resources” conceptual page * Copy/tech review * Tech review 2
1 parent e2b3b29 commit 3eea93f

File tree

79 files changed

+596
-724
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

79 files changed

+596
-724
lines changed

source/configure-k8s-operator-for-mdb-resources.txt

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
.. _configure-k8s-op-mdb-resources:
44

5-
==================================================
6-
Configure the |k8s-op-short| for MongoDB Resources
7-
==================================================
5+
===========================================================
6+
Configure the |k8s-op-short| for MongoDB Database Resources
7+
===========================================================
88

99
.. default-domain:: mongodb
1010

@@ -14,9 +14,17 @@ Configure the |k8s-op-short| for MongoDB Resources
1414
:depth: 1
1515
:class: singlecol
1616

17-
.. include:: /includes/toc/dfn-list-configure-k8s-operator-for-mdb-resources.rst
17+
:ref:`create-k8s-credentials`
18+
Create a |k8s-secret| so the |k8s-op-short| can create and update
19+
|k8s-objs| in your |com| Project.
1820

19-
.. include:: /includes/toc/configure-k8s-operator-for-mdb-resources.rst
21+
:ref:`create-k8s-project`
22+
Create a |k8s-configmap| to link the |k8s-op-short| to your |com|
23+
Project.
24+
25+
:ref:`create-x509-certs`
26+
Create an X.509 certificate to connect to an X.509-enabled
27+
MongoDB deployment.
2028

2129
.. class:: hidden
2230

source/connect.txt

Lines changed: 15 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,29 @@
11
:noprevnext:
22

3-
=================
4-
Deployment Access
5-
=================
3+
.. _k8s-connect-resources:
4+
5+
=========================
6+
Access Database Resources
7+
=========================
68

79
.. default-domain:: mongodb
810

9-
The following pages describe how to connect to your MongoDB
10-
resource deployed by |k8s|:
11+
The following pages describe how to connect to a MongoDB
12+
database resource that is deployed to |k8s|:
13+
14+
:ref:`connect-from-inside-k8s`
15+
Connect to a MongoDB database resource from inside
16+
of the |k8s| cluster.
1117

12-
.. include:: /includes/toc/dfn-list-connect.rst
18+
:ref:`connect-from-outside-k8s`
19+
Connect to a MongoDB database resource from outside
20+
of the |k8s| cluster.
1321

14-
.. include:: /includes/toc/connect.rst
1522

1623
.. class:: hidden
1724

1825
.. toctree::
1926
:titlesonly:
2027

2128
/tutorial/connect-from-inside-k8s
29+
/tutorial/connect-from-outside-k8s

source/deploy.txt

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
:noprevnext:
22

3-
.. _deploy-resources:
3+
.. _k8s-deploy-mdb-resources:
44

5-
================
6-
Deploy Resources
7-
================
5+
==================================
6+
Deploy a MongoDB Database Resource
7+
==================================
88

99
.. default-domain:: mongodb
1010

@@ -14,17 +14,20 @@ Deploy Resources
1414
:depth: 1
1515
:class: singlecol
1616

17-
.. include:: /includes/toc/dfn-list-deploy.rst
17+
:ref:`deploy-standalone`
18+
Use |k8s-op-short| to deploy a new standalone MongoDB instance.
1819

19-
.. include:: /includes/toc/deploy.rst
20+
:ref:`deploy-replica-set`
21+
Use |k8s-op-short| to deploy a replica set.
22+
23+
:ref:`deploy-sharded-cluster`
24+
Use |k8s-op-short| to deploy a sharded cluster.
2025

2126
.. class:: hidden
2227

2328
.. toctree::
2429
:titlesonly:
2530

26-
/tutorial/deploy-om-container
2731
/tutorial/deploy-standalone
2832
/tutorial/deploy-replica-set
2933
/tutorial/deploy-sharded-cluster
30-
/tutorial/edit-deployment
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)