Skip to content

Commit 8fba8fe

Browse files
authored
DOCSP-37496 - FAQ (#35)
1 parent 0fa03f2 commit 8fba8fe

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

49 files changed

+2171
-3500
lines changed

snooty.toml

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
name = "pymongo"
22
title = "PyMongo"
33
toc_landing_pages = [
4-
"/get-started",
5-
"/write-operations",
6-
"/read",
7-
"/connect"
84
]
95

106
intersphinx = [
@@ -16,16 +12,13 @@ sharedinclude_root = "https://raw.githubusercontent.com/10gen/docs-shared/main/"
1612

1713
[constants]
1814
driver-short = "PyMongo"
19-
driver-long = "PyMongo, the MongoDB synchronous Python driver,"
2015
language = "Python"
2116
mongo-community = "MongoDB Community Edition"
2217
mongo-enterprise = "MongoDB Enterprise Edition"
23-
docs-branch = "master" # always set this to the docs branch (i.e. master, 1.7, 1.8, etc.)
18+
docs-branch = "master" # always set this to the docs branch (i.e. master, 1.7, 1.8, etc.)
2419
version-number = "4.6"
25-
patch-version-number = "{+version-number+}.1" # always set this to the driver branch (i.e. 1.7.0, 1.8.0, etc.)
20+
patch-version-number = "{+version-number+}.1" # always set this to the driver branch (i.e. 1.7.0, 1.8.0, etc.)
2621
version = "v{+version-number+}"
2722
example = "https://raw.githubusercontent.com/mongodb/docs-pymongo/{+docs-branch+}/source/includes/code-examples"
2823
stable-api = "Stable API"
29-
api-root = "https://pymongo.readthedocs.io/en/{+patch-version-number+}/api/"
30-
string-data-type = "``str``"
31-
int-data-type = "``int``"
24+
api-root = "https://pymongo.readthedocs.io/en/{+patch-version-number+}/api/index.html"

source/connect.txt

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

source/connect/connection-options.txt

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

source/connect/network-compression.txt

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

0 commit comments

Comments
 (0)