Skip to content

Commit 6aae44c

Browse files
(DOCSP-10372): Add toc skeleton (#1)
1 parent 2b4b435 commit 6aae44c

File tree

8 files changed

+91
-0
lines changed

8 files changed

+91
-0
lines changed

source/aggregation.txt

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

source/connect.txt

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
=======================
2+
Connect to a Deployment
3+
=======================
4+
5+
.. default-domain:: mongodb
6+
7+
.. contents:: On this page
8+
:local:
9+
:backlinks: none
10+
:depth: 1
11+
:class: singlecol

source/crud.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
=======================
2+
Perform CRUD Operations
3+
=======================

source/index.txt

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
=============
2+
MongoDB Shell
3+
=============
4+
5+
.. default-domain:: mongodb
6+
7+
.. contents:: On this page
8+
:local:
9+
:backlinks: none
10+
:depth: 1
11+
:class: singlecol
12+
13+
.. class:: hidden
14+
15+
.. toctree::
16+
:titlesonly:
17+
18+
/connect
19+
/crud
20+
/aggregation
21+
/reference

source/reference.txt

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
=========
2+
Reference
3+
=========
4+
5+
.. default-domain:: mongodb
6+
7+
.. class:: hidden
8+
9+
.. toctree::
10+
:titlesonly:
11+
12+
/reference/settings
13+
/reference/commands
14+
/reference/logging

source/reference/commands.txt

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
=======================================
2+
Available Commands in the MongoDB Shell
3+
=======================================
4+
5+
.. contents:: On this page
6+
:local:
7+
:backlinks: none
8+
:depth: 1
9+
:class: singlecol

source/reference/logging.txt

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

source/reference/settings.txt

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

0 commit comments

Comments
 (0)