Skip to content

Commit 449a5ab

Browse files
author
Sam Kleinman
committed
DOCS-93 migrating all sharding documents to the publication/public tree
1 parent cf042a0 commit 449a5ab

12 files changed

+18
-5
lines changed
File renamed without changes.

source/contents.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ MongoDB Manual Contents
1010
applications
1111
administration
1212
replication
13+
sharding
1314
mongo
1415
use-cases
1516
faq
1617
reference
17-
File renamed without changes.
File renamed without changes.

source/index.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ First have a look at :doc:`configuration </administration/configuration>`. Then
8080
familiarize yourself with MongoDB's clustered deployment options:
8181

8282
1. :doc:`Replication <replication>`
83-
2. :wiki:`Sharding <Sharding>`
83+
2. :doc:`Sharding <sharding>`
8484

8585
Most deployments consist of a single replica set. Scaling the
8686
database on existing hardware usually involved sharding. If you

draft/sharding.txt renamed to source/sharding.txt

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,12 +46,20 @@ Documentation
4646
Tutorials
4747
---------
4848

49+
The following tutorials outline basic administrative process for
50+
managing sharded clusters:
51+
4952
.. toctree::
5053
:maxdepth: 1
5154

5255
tutorial/deploy-shard-cluster
5356
tutorial/convert-standalone-node-to-shard-cluster
5457
tutorial/add-shards-to-shard-cluster
5558
tutorial/remove-shards-from-cluster
56-
tutorial/replace-one-configuration-server-in-a-shard-cluster
57-
tutorial/replace-all-configuration-servers-in-a-shard-cluster
59+
60+
Additionally, the :doc:`/tutorial/enforce-unique-keys-for-sharded-collections`
61+
tutorial describes a sharding-specific application development
62+
pattern.
63+
64+
.. STUB tutorial/replace-one-configuration-server-in-a-shard-cluster
65+
.. STUB tutorial/replace-all-configuration-servers-in-a-shard-cluster

source/tutorial.txt

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,15 @@ Administration
2727
:maxdepth: 2
2828

2929
tutorial/change-oplog-size
30-
tutorial/convert-replica-set-to-replicated-shard-cluster
3130
tutorial/deploy-geographically-distributed-replica-set
3231
tutorial/deploy-replica-set
3332
tutorial/expand-replica-set
3433
tutorial/recover-data-following-unexpected-shutdown
34+
tutorial/deploy-shard-cluster
35+
tutorial/convert-standalone-node-to-shard-cluster
36+
tutorial/convert-replica-set-to-replicated-shard-cluster
37+
tutorial/add-shards-to-shard-cluster
38+
tutorial/remove-shards-from-cluster
3539

3640
.. index:: tutorials; installation
3741
.. index:: installation tutorials
@@ -62,6 +66,7 @@ Development Patterns
6266

6367
tutorial/expire-data
6468
tutorial/perform-two-phase-commits
69+
tutorial/enforce-unique-keys-for-sharded-collections
6570

6671
.. index:: tutorials; application development
6772
.. index:: application tutorials
File renamed without changes.

0 commit comments

Comments
 (0)