Skip to content

Commit ec8f97b

Browse files
authored
remove unnecessary (and deprecated) class directives (#252)
1 parent fc5a5ba commit ec8f97b

File tree

3 files changed

+15
-21
lines changed

3 files changed

+15
-21
lines changed

source/crud.txt

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -59,12 +59,10 @@ remove. These filters use the same syntax as read operations.
5959

6060
For examples, see :ref:`mongosh-delete`.
6161

62-
.. class:: hidden
62+
.. toctree::
63+
:titlesonly:
6364

64-
.. toctree::
65-
:titlesonly:
66-
67-
/crud/insert
68-
/crud/read
69-
/crud/update
70-
/crud/delete
65+
/crud/insert
66+
/crud/read
67+
/crud/update
68+
/crud/delete

source/reference.txt

Lines changed: 9 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,13 @@ Reference
44

55
.. default-domain:: mongodb
66

7-
.. class:: hidden
7+
.. toctree::
8+
:titlesonly:
89

9-
.. toctree::
10-
:titlesonly:
11-
12-
/reference/compatibility
13-
/reference/data-types
14-
/reference/methods
15-
/mongoshrc
16-
/reference/options
17-
/changelog
18-
/logs
10+
/reference/compatibility
11+
/reference/data-types
12+
/reference/methods
13+
/mongoshrc
14+
/reference/options
15+
/changelog
16+
/logs

source/snippets.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,6 @@ management, and configure a registry to share them.
7272
<https://github.com/mongodb-labs/mongosh-snippets/tree/main/snippets>`__
7373
or :ref:`configure <snip-registry-config>` a private registry.
7474

75-
.. class:: hidden
76-
7775
.. toctree::
7876
:titlesonly:
7977

0 commit comments

Comments
 (0)