Skip to content

Commit ff2fdf9

Browse files
author
Chris Cho
authored
DOCSP-10857: add TOC to use-cases page (#648)
* show use case toc entries
1 parent 384e4b9 commit ff2fdf9

File tree

4 files changed

+6
-8
lines changed

4 files changed

+6
-8
lines changed

config/sphinx_local.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ theme:
2020
- /drivers/python
2121
- /drivers/ruby
2222
- /drivers/scala
23-
- /tools
2423
sidebars:
2524
'**':
2625
- 'pagenav.html'

snooty.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ title = "MongoDB Drivers"
44
[constants]
55
version = 4.0
66
package-name-org = "docs-ecosystem"
7-
pgp-version = "{+version+}"
7+
pgp-version = "{+version+}"

source/community-supported-drivers.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ Community Libraries
88
.. include:: /includes/important-community-drivers.rst
99

1010
.. list-table::
11-
:width: 100%
1211
:class: striped
1312

1413
* - ActionScript3

source/use-cases.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
Use Cases
33
=========
44

5-
.. toctree::
6-
:titlesonly:
7-
:hidden:
5+
.. default-domain:: mongodb
6+
7+
8+
- :doc:`/use-cases/client-side-field-level-encryption-guide`
9+
- :doc:`/use-cases/client-side-field-level-encryption-local-key-to-kms`
810

9-
/use-cases/client-side-field-level-encryption-guide
10-
/use-cases/client-side-field-level-encryption-local-key-to-kms

0 commit comments

Comments
 (0)