Skip to content

Commit ab31320

Browse files
author
Bob Grabar
committed
DOCS-487 edits to Sharding, Admin, Indexes
1 parent 41f736b commit ab31320

File tree

6 files changed

+34
-60
lines changed

6 files changed

+34
-60
lines changed

source/administration.txt

Lines changed: 3 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,14 @@
22
Administration
33
==============
44

5-
This page lists the core administrative documentation, including
5+
This page lists the core administrative documentation and the
66
administration tutorials. This page also provides links to
77
administrative documentation for replica sets, sharding, and indexes.
88

99
Core Documentation
1010
------------------
1111

12-
The following is the expanded outline of the core administration
13-
documentation:
12+
The following is the core administration documentation:
1413

1514
.. toctree::
1615
:maxdepth: 2
@@ -38,28 +37,4 @@ Tutorials
3837

3938
The following tutorials describe core administrative procedures:
4039

41-
.. toctree::
42-
:hidden:
43-
44-
tutorial/recover-data-following-unexpected-shutdown
45-
tutorial/convert-replica-set-to-replicated-shard-cluster
46-
47-
.. TODO: Is there a way to replace this list below with the list in
48-
.. /source/tutorial#tutorials-administration
49-
.. That way, we'd have just one list to keep updated. -bg
50-
51-
- :doc:`/tutorial/expire-data`
52-
- :doc:`/tutorial/deploy-replica-set`
53-
- :doc:`/tutorial/expand-replica-set`
54-
- :doc:`/tutorial/deploy-geographically-distributed-replica-set`
55-
- :doc:`/tutorial/change-hostnames-in-a-replica-set`
56-
- :doc:`/tutorial/change-oplog-size`
57-
- :doc:`/tutorial/install-mongodb-on-linux`
58-
- :doc:`/tutorial/install-mongodb-on-redhat-centos-or-fedora-linux`
59-
- :doc:`/tutorial/install-mongodb-on-os-x`
60-
- :doc:`/tutorial/install-mongodb-on-debian-or-ubuntu-linux`
61-
- :doc:`/tutorial/recover-data-following-unexpected-shutdown`
62-
- :doc:`/tutorial/deploy-shard-cluster`
63-
- :doc:`/tutorial/convert-replica-set-to-replicated-shard-cluster`
64-
- :doc:`/tutorial/add-shards-to-shard-cluster`
65-
- :doc:`/tutorial/remove-shards-from-cluster`
40+
.. include:: /includes/tutorial-list-administration.rst
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
.. toctree::
2+
:maxdepth: 1
3+
4+
tutorial/install-mongodb-on-linux
5+
tutorial/install-mongodb-on-redhat-centos-or-fedora-linux
6+
tutorial/install-mongodb-on-os-x
7+
tutorial/install-mongodb-on-debian-or-ubuntu-linux
8+
tutorial/change-oplog-size
9+
tutorial/deploy-replica-set
10+
tutorial/deploy-geographically-distributed-replica-set
11+
tutorial/expand-replica-set
12+
tutorial/change-hostnames-in-a-replica-set
13+
tutorial/recover-data-following-unexpected-shutdown
14+
tutorial/deploy-shard-cluster
15+
tutorial/convert-replica-set-to-replicated-shard-cluster
16+
tutorial/add-shards-to-shard-cluster
17+
tutorial/remove-shards-from-cluster
18+
tutorial/expire-data
19+
20+
.. toctree::
21+
:hidden:
22+
23+
tutorial/recover-data-following-unexpected-shutdown
24+
tutorial/convert-replica-set-to-replicated-shard-cluster

source/indexes.txt

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@ Indexes provide high performance read operations for frequently used
88
queries. Indexes are particularly useful where the total size of the
99
documents exceeds the amount of available RAM.
1010

11-
This page lists the main documents that describe indexes.
12-
1311
For basic concepts and options, see :doc:`/core/indexes`. For procedures
1412
and operational concerns, see :doc:`/administration/indexes`. For
1513
information on how applications might use indexes, see
@@ -18,7 +16,7 @@ information on how applications might use indexes, see
1816
Documentation
1917
-------------
2018

21-
The following is the expanded outline of the main documentation:
19+
The following is the outline of the main documentation:
2220

2321
.. toctree::
2422
:maxdepth: 2

source/replication.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@ For an overview, see :doc:`/core/replication`. To work with members, see
1212
:doc:`administration/replica-sets`. To configure deployment
1313
architecture, see :doc:`administration/replication-architectures`. To
1414
modify read and write operations, see :doc:`applications/replication`.
15-
For common procedures, see the :ref:`Tutorials
15+
For procedures for performing certain replication tasks, see the :ref:`Tutorials
1616
<replica-set-tutorials-list>` list.
1717

1818
Documentation
1919
-------------
2020

21-
The following is the expanded outline of the main documentation:
21+
The following is the outline of the main documentation:
2222

2323
.. toctree::
2424
:maxdepth: 2

source/sharding.txt

Lines changed: 3 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,6 @@
22
Sharding
33
========
44

5-
.. This was the only sign-post page with an index entry at the top, and
6-
.. the entry seemed unlikely to be used. I've removed it. For top-level
7-
.. pages, we have the left column. -bg
8-
95
.. _sharding-background:
106

117
Sharding distributes a
@@ -22,13 +18,13 @@ troubleshoot shard clusters, see :doc:`/administration/sharding`. For
2218
deployment architectures, see
2319
:doc:`/administration/sharding-architectures`. For details on the
2420
internal operations of sharding, see :doc:`/core/sharding-internals`.
25-
For common procedures, see the :ref:`Tutorials <sharding-tutorials>`
21+
For procedures for performing certain sharding tasks, see the :ref:`Tutorials <sharding-tutorials>`
2622
list.
2723

2824
Documentation
2925
-------------
3026

31-
The following is the expanded outline of the main documentation:
27+
The following is the outline of the main documentation:
3228

3329
.. toctree::
3430
:maxdepth: 3
@@ -44,21 +40,14 @@ The following is the expanded outline of the main documentation:
4440
Tutorials
4541
---------
4642

47-
The following tutorials describe basic administrative procedures:
43+
The following tutorials describe specific sharding procedures:
4844

4945
.. toctree::
5046
:maxdepth: 1
5147

5248
tutorial/deploy-shard-cluster
5349
tutorial/add-shards-to-shard-cluster
5450
tutorial/remove-shards-from-cluster
55-
56-
The following tutorial describes a sharding-specific application
57-
development pattern:
58-
59-
.. toctree::
60-
:maxdepth: 1
61-
6251
tutorial/enforce-unique-keys-for-sharded-collections
6352

6453
.. _sharding-reference:

source/tutorial.txt

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -23,19 +23,7 @@ included here, please open a :issue:`Jira Case <DOCS>`.
2323
Administration
2424
--------------
2525

26-
.. toctree::
27-
:maxdepth: 1
28-
29-
tutorial/change-oplog-size
30-
tutorial/deploy-geographically-distributed-replica-set
31-
tutorial/deploy-replica-set
32-
tutorial/expand-replica-set
33-
tutorial/change-hostnames-in-a-replica-set
34-
tutorial/recover-data-following-unexpected-shutdown
35-
tutorial/deploy-shard-cluster
36-
tutorial/convert-replica-set-to-replicated-shard-cluster
37-
tutorial/add-shards-to-shard-cluster
38-
tutorial/remove-shards-from-cluster
26+
.. include:: /includes/tutorial-list-administration.rst
3927

4028
.. index:: tutorials; installation
4129
.. index:: installation tutorials

0 commit comments

Comments
 (0)