Skip to content

Commit bce76f8

Browse files
committed
toc-tweaks
1 parent ce79a74 commit bce76f8

19 files changed

+19
-17
lines changed

source/crud/aggregation.txt renamed to source/aggregation.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,12 @@ Aggregation
1717
:depth: 2
1818
:class: singlecol
1919

20+
.. toctree::
21+
:titlesonly:
22+
:maxdepth: 1
23+
24+
Aggregation Expressions </aggregation/aggregation-expression-operations>
25+
2026
Overview
2127
--------
2228

source/crud/builders.txt renamed to source/builders.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@ Builders
88

99
.. toctree::
1010

11-
Aggregation </crud/builders/aggregates>
12-
Filters </crud/builders/filters>
13-
Indexes </crud/builders/indexes>
14-
Projection </crud/builders/projections>
15-
Sort </crud/builders/sort>
16-
Update </crud/builders/updates>
11+
Aggregation </builders/aggregates>
12+
Filters </builders/filters>
13+
Indexes </builders/indexes>
14+
Projection </builders/projections>
15+
Sort </builders/sort>
16+
Update </builders/updates>
1717

1818
.. contents:: On this page
1919
:local:
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

source/command.txt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,8 @@
22
Run a Command
33
=============
44

5-
<<<<<<< HEAD:source/usage-examples/command.txt
65
.. default-domain:: mongodb
76

8-
=======
9-
>>>>>>> 215c9aa ([Java Sync] P1 - Shift Java ToC (#615)):source/command.txt
107
You can run all raw database operations using the
118
``MongoDatabase.runCommand()`` method. A raw database operation is a
129
command you can execute directly on the {+mdb-server+} CLI. These

source/crud.txt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,6 @@ CRUD Operations
1212
Query </crud/query-document>
1313
Compound Operations </crud/compound-operations>
1414
Transactions </crud/transactions>
15-
Builders </crud/builders>
16-
Aggregation </crud/aggregation>
17-
Aggregation Expressions </crud/aggregation-expression-operations>
1815
Collations </crud/collations>
1916
Large File Storage with GridFS </crud/gridfs>
2017

source/getting-started.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ Getting Started
2323

2424
Quick Reference </getting-started/quick-reference>
2525
Databases and Collections </getting-started/databases-collections>
26-
Integrations </getting-started/integrations>
2726

2827
Introduction
2928
------------

source/index.txt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,17 @@ MongoDB Java Driver
2121
Getting Started </getting-started>
2222
Connect </connection>
2323
CRUD Operations </crud>
24+
Aggregation </aggregation>
25+
Builders </builders>
2426
Data Formats </data-formats>
2527
Indexes </indexes>
2628
Run a Command </command>
2729
Atlas Search </atlas-search>
2830
Atlas Vector Search </atlas-vector-search>
2931
Logging and Monitoring </logging-monitoring>
3032
Security </security>
31-
Versioning </versioning>
33+
Third-Party Integrations </integrations>
34+
Reference </reference>
3235
API Documentation </api-documentation>
3336
Issues & Help </issues-and-help>
3437

source/getting-started/integrations.txt renamed to source/integrations.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
.. _java-integrations:
22

3-
===================
4-
Driver Integrations
5-
===================
3+
========================
4+
Third-Party Integrations
5+
========================
66

77
.. facet::
88
:name: genre
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)