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

0 commit comments

Comments
 (0)