Skip to content

Commit 63a2e93

Browse files
authored
DOCSP-44950 TOC Relabel (#83)
* DOCSP-44950 TOC Relabel * Mike's suggestions
1 parent e12d7e4 commit 63a2e93

7 files changed

+57
-58
lines changed

source/getting-started.txt

+6-6
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@ Getting Started
66

77
.. default-domain:: mongodb
88

9-
This section describes how to install the driver, installation prerequisites
10-
and compatibility considerations.
11-
129
.. toctree::
1310
:titlesonly:
1411

15-
installation
16-
reference/driver-compatibility
17-
support
12+
Installation <installation>
13+
Driver Compatibility <reference/driver-compatibility>
14+
Support <support>
15+
16+
This section describes how to install the driver, installation prerequisites,
17+
and compatibility considerations.

source/index.txt

+16-16
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,21 @@ Ruby MongoDB Driver
88

99
.. default-domain:: mongodb
1010

11+
.. class:: hidden
12+
13+
.. toctree::
14+
:titlesonly:
15+
16+
Get Started <getting-started>
17+
Tutorials <tutorials>
18+
Connection & Configuration <reference/connection-and-configuration>
19+
Working with Data <reference/working-with-data>
20+
Schema Operations <reference/schema-operations>
21+
API <https://mongodb.com/docs/ruby-driver/current/api/>
22+
Release Notes <release-notes>
23+
Additional Resources <reference/additional-resources>
24+
Contribute <contribute>
25+
1126
Welcome to the documentation site for the official MongoDB Ruby driver.
1227
You can add the driver to your application to work with MongoDB in
1328
Ruby.
@@ -49,19 +64,4 @@ For tutorials on Mongoid, see the `Mongoid Manual <https://mongodb.com/docs/mong
4964
.. COMMENT For the actual build, see mongodb/docs-ruby repo which pulls the documentation source from:
5065
.. mongo-ruby-driver,
5166
.. bson-ruby, and
52-
.. mongoid repos.
53-
54-
.. class:: hidden
55-
56-
.. toctree::
57-
:titlesonly:
58-
59-
getting-started
60-
tutorials
61-
reference/connection-and-configuration
62-
reference/working-with-data
63-
reference/schema-operations
64-
API <https://mongodb.com/docs/ruby-driver/current/api/>
65-
release-notes
66-
reference/additional-resources
67-
contribute
67+
.. mongoid repos.

source/reference/connection-and-configuration.txt

+7-7
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@ Connection & Configuration
66

77
.. default-domain:: mongodb
88

9-
This section describes how to create the client objects and what configuration
10-
options the driver provides, including authentication.
11-
129
.. toctree::
1310
:titlesonly:
1411

15-
/reference/create-client
16-
/reference/authentication
17-
/reference/monitoring
18-
/reference/user-management
12+
Create a Client </reference/create-client>
13+
Authentication </reference/authentication>
14+
Monitoring </reference/monitoring>
15+
User Management </reference/user-management>
16+
17+
This section describes how to create the client objects and what configuration
18+
options the driver provides, including authentication.

source/reference/in-use-encryption.txt

+5-5
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@ In-Use Encryption
66

77
.. default-domain:: mongodb
88

9-
This section describes the different encryption methods in use by the Ruby
10-
driver for MongoDB.
11-
129
.. toctree::
1310
:titlesonly:
1411

15-
/reference/in-use-encryption/queryable-encryption
16-
/reference/in-use-encryption/client-side-encryption
12+
Queryable Encryption </reference/in-use-encryption/queryable-encryption>
13+
Client-Side Encryption </reference/in-use-encryption/client-side-encryption>
14+
15+
This section describes the different encryption methods in use by the Ruby
16+
driver for MongoDB.
1717

source/reference/schema-operations.txt

+5-5
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ including managing databases, collections, indexes and users.
1212
.. toctree::
1313
:titlesonly:
1414

15-
/reference/database-tasks
16-
/reference/collection-tasks
17-
/reference/indexing
18-
/reference/search-indexes
19-
/reference/collations
15+
Databases </reference/database-tasks>
16+
Collections </reference/collection-tasks>
17+
Indexes </reference/indexing>
18+
Atlas Search Indexes </reference/search-indexes>
19+
Collations </reference/collations>

source/reference/working-with-data.txt

+13-13
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,16 @@ implements for inserting, updating and retrieving data from MongoDB.
1212
.. toctree::
1313
:titlesonly:
1414

15-
/reference/crud-operations
16-
/reference/bulk-operations
17-
/reference/projection
18-
/reference/aggregation
19-
/reference/map-reduce
20-
/reference/text-search
21-
/reference/geospatial-search
22-
/reference/query-cache
23-
/reference/gridfs
24-
/reference/change-streams
25-
/reference/sessions
26-
/reference/transactions
27-
/reference/in-use-encryption
15+
CRUD </reference/crud-operations>
16+
Bulk Writes </reference/bulk-operations>
17+
Projection </reference/projection>
18+
Aggregation </reference/aggregation>
19+
MapReduce </reference/map-reduce>
20+
Text Search </reference/text-search>
21+
Geospatial Search </reference/geospatial-search>
22+
Query Cache </reference/query-cache>
23+
GridFS </reference/gridfs>
24+
Change Streams </reference/change-streams>
25+
Sessions </reference/sessions>
26+
Transactions </reference/transactions>
27+
In-Use Encryption </reference/in-use-encryption>

source/tutorials.txt

+5-6
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,13 @@ Tutorials
66

77
.. default-domain:: mongodb
88

9-
The tutorials in this section provide examples of some frequently used
10-
operations. This section is not meant to be an exhaustive list of all
11-
operations available in the Ruby driver.
12-
139
.. toctree::
1410
:titlesonly:
1511

1612
Quick Start <tutorials/quick-start>
17-
tutorials/common-errors
18-
tutorials/bson
13+
Common Errors <tutorials/common-errors>
14+
BSON Tutorial <tutorials/bson>
1915

16+
The tutorials in this section provide examples of some frequently used
17+
operations. This section is not meant to be an exhaustive list of all
18+
operations available in the Ruby driver.

0 commit comments

Comments
 (0)