Skip to content

Commit a89003b

Browse files
authored
Add ToC to Export Your Schema page (#250)
1 parent b275f45 commit a89003b

File tree

1 file changed

+12
-3
lines changed

1 file changed

+12
-3
lines changed

source/schema/export.txt

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
1+
==================
12
Export Your Schema
2-
------------------
3+
==================
4+
5+
.. default-domain:: mongodb
6+
7+
.. contents:: On this page
8+
:local:
9+
:backlinks: none
10+
:depth: 1
11+
:class: singlecol
312

413
You can export your schema after analyzing it. This is useful for
514
sharing your schema and comparing schemas across collections.
@@ -27,7 +36,7 @@ Once your schema has been analyzed, export your schema:
2736
Your schema is copied to your clipboard as a |json| object.
2837

2938
Schema Object Properties
30-
~~~~~~~~~~~~~~~~~~~~~~~~
39+
------------------------
3140

3241
Schema objects have ``count`` and ``fields`` properties:
3342

@@ -137,7 +146,7 @@ Schema objects have ``count`` and ``fields`` properties:
137146
field.
138147

139148
Example Schema
140-
~~~~~~~~~~~~~~
149+
--------------
141150

142151
The following example uses a collection of 3 documents, each
143152
with a ``sport`` field and unique information about that sport:

0 commit comments

Comments
 (0)