Skip to content

Commit be8d2f0

Browse files
committed
fixes
1 parent c7f80a4 commit be8d2f0

12 files changed

+12
-29
lines changed

snooty.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@ toc_landing_pages = [
2424
php-library = "MongoDB PHP Library"
2525

2626
[constants]
27+
2728
php-library = "MongoDB PHP Library"
2829
mdb-server = "MongoDB Server"
2930
api = "https://www.mongodb.com/docs/php-library/current/reference"
30-
mdb-servewr = "MongoDB Server"
31+
driver-short = "PHP library"

source/connect/tls.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,4 +264,4 @@ API Documentation
264264
To learn more about configuring TLS for the {+driver-short+},
265265
see the following API documentation:
266266

267-
- :ref:`MongoDB\\Client <php-mongodb-client>`
267+
- :ref:`MongoDB\Client <php-mongodb-client>`

source/includes/connect/ca-file-tabs.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.. tabs::
22

3-
.. tab:: MongoDB\Client
3+
.. tab:: MongoDB\\Client
44
:tabid: mongoclient
55

66
.. code-block:: php

source/includes/connect/client-cert-tabs.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.. tabs::
22

3-
.. tab:: MongoDB\Client
3+
.. tab:: MongoDB\\Client
44
:tabid: mongoclient
55

66
.. code-block:: php

source/includes/connect/compression-tabs.rst

Lines changed: 0 additions & 18 deletions
This file was deleted.

source/includes/connect/crl-tabs.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.. tabs::
22

3-
.. tab:: MongoDB\Client
3+
.. tab:: MongoDB\\Client
44
:tabid: mongoclient
55

66
.. code-block:: php

source/includes/connect/disable-cert-validation-tabs.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.. tabs::
22

3-
.. tab:: MongoDB\Client
3+
.. tab:: MongoDB\\Client
44
:tabid: mongoclient
55

66
.. code-block:: php

source/includes/connect/disable-host-verification-tabs.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.. tabs::
22

3-
.. tab:: MongoDB\Client
3+
.. tab:: MongoDB\\Client
44
:tabid: mongoclient
55

66
.. code-block:: php

source/includes/connect/insecure-tls-tabs.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.. tabs::
22

3-
.. tab:: MongoDB\Client
3+
.. tab:: MongoDB\\Client
44
:tabid: mongoclient
55

66
.. code-block:: php

source/includes/connect/key-file-password.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.. tabs::
22

3-
.. tab:: MongoDB\Client
3+
.. tab:: MongoDB\\Client
44
:tabid: mongoclient
55

66
.. code-block:: php

0 commit comments

Comments
 (0)