|
1 | 1 | name = "manual" |
2 | 2 | title = "MongoDB Manual" |
3 | 3 |
|
4 | | -intersphinx = ["https://api.mongodb.com/python/current/objects.inv", |
5 | | -"https://motor.readthedocs.io/en/stable/objects.inv", |
6 | | -"https://docs.atlas.mongodb.com/objects.inv"] |
7 | | - |
8 | | - |
9 | | - |
10 | | - |
11 | | -# name: pymongo |
12 | | -# url: |
13 | | -# path: pymongo.inv |
14 | | -# --- |
15 | | -# name: motor |
16 | | -# url: |
17 | | -# path: motor.inv |
18 | | -# --- |
19 | | -# name: phplib |
20 | | -# url: https://docs.mongodb.com/php-library/master/ |
21 | | -# path: phplib.inv |
22 | | -# --- |
23 | | -# name: clouddocs |
24 | | -# url: |
25 | | -# path: cloud-docs.inv |
26 | | -# --- |
27 | | -# name: compassdocs |
28 | | -# url: https://docs.mongodb.com/compass/current/ |
29 | | -# path: compass-docs.inv |
30 | | -# --- |
31 | | -# name: databasetools |
32 | | -# url: https://docs.mongodb.com/database-tools/ |
33 | | -# path: database-tools-docs.inv |
34 | | - |
| 4 | +intersphinx = [ "https://api.mongodb.com/python/current/objects.inv", |
| 5 | + "https://motor.readthedocs.io/en/stable/objects.inv", |
| 6 | + "https://docs.atlas.mongodb.com/objects.inv", |
| 7 | + "https://docs.mongodb.com/php-library/master/objects.inv", |
| 8 | + "https://docs.mongodb.com/compass/current/objects.inv", |
| 9 | + "https://docs.mongodb.com/database-tools/objects.inv" |
| 10 | + ] |
35 | 11 |
|
| 12 | +toc_landing_pages = [ "/administration", |
| 13 | + "/administration/production-checklist", |
| 14 | + "/administration/indexes-management", |
| 15 | + "/aggregation", |
| 16 | + "/applications/geospatial-indexes", |
| 17 | + "/applications/indexes", |
| 18 | + "/contributors/getting-started", |
| 19 | + "/core/2d", |
| 20 | + "/core/2dsphere", |
| 21 | + "/core/auditing", |
| 22 | + "/core/authentication", |
| 23 | + "/core/authorization", |
| 24 | + "/core/backups", |
| 25 | + "/core/read-isolation-consistency-recency", |
| 26 | + "/core/databases-and-collections", |
| 27 | + "/core/geohaystack", |
| 28 | + "/core/index-single", |
| 29 | + "/core/index-compound", |
| 30 | + "/core/index-creation", |
| 31 | + "/core/index-hashed", |
| 32 | + "/core/index-multikey", |
| 33 | + "/core/index-partial", |
| 34 | + "/core/index-sparse", |
| 35 | + "/core/index-text", |
| 36 | + "/core/index-ttl", |
| 37 | + "/core/index-unique", |
| 38 | + "/core/index-wildcard", |
| 39 | + "/core/journaling", |
| 40 | + "/core/kerberos", |
| 41 | + "/core/map-reduce", |
| 42 | + "/core/operational-segregation", |
| 43 | + "/core/query-optimization", |
| 44 | + "/core/read-preference", |
| 45 | + "/core/replica-set-architectures", |
| 46 | + "/core/replica-set-high-availability", |
| 47 | + "/core/replica-set-members", |
| 48 | + "/core/replica-set-secondary", |
| 49 | + "/core/transactions", |
| 50 | + "/geospatial-queries", |
| 51 | + "/replication", |
| 52 | + "/core/sharded-cluster-components", |
| 53 | + "/core/wiredtiger", |
| 54 | + "/core/write-operations-atomicity", |
| 55 | + "/crud", |
| 56 | + "/indexes", |
| 57 | + "/installation", |
| 58 | + "/introduction", |
| 59 | + "/mongo", |
| 60 | + "/products/bi-connector", |
| 61 | + "/reference/command", |
| 62 | + "/reference/collation", |
| 63 | + "/text-search", |
| 64 | + "/tutorial/manage-the-database-profiler", |
| 65 | + "/core/index-text", |
| 66 | + "/reference/bson-types", |
| 67 | + "/reference/configuration-options", |
| 68 | + "/reference/indexes", |
| 69 | + "/reference/method", |
| 70 | + "/reference/operator/aggregation", |
| 71 | + "/reference/operator/query", |
| 72 | + "/reference/operator/query-modifier", |
| 73 | + "/reference/operator/update", |
| 74 | + "/reference/replication", |
| 75 | + "/reference/read-concern", |
| 76 | + "/reference/security", |
| 77 | + "/reference/sharding", |
| 78 | + "/reference/write-concern", |
| 79 | + "/release-notes/2.4", |
| 80 | + "/release-notes/2.6", |
| 81 | + "/release-notes/2.8", |
| 82 | + "/release-notes/3.0", |
| 83 | + "/release-notes/3.2", |
| 84 | + "/release-notes/3.4", |
| 85 | + "/release-notes/3.6", |
| 86 | + "/release-notes/4.0", |
| 87 | + "/release-notes/4.2", |
| 88 | + "/release-notes/4.4", |
| 89 | + "/security", |
| 90 | + "/sharding", |
| 91 | + "/changeStreams", |
| 92 | + "/core/zone-sharding", |
| 93 | + "/core/hashed-sharding", |
| 94 | + "/core/ranged-sharding", |
| 95 | + "/storage", |
| 96 | + "/tutorial/change-sharded-cluster-wiredtiger", |
| 97 | + "/tutorial/insert-documents", |
| 98 | + "/tutorial/query-documents", |
| 99 | + "/tutorial/remove-documents", |
| 100 | + "/tutorial/update-documents", |
| 101 | + "/tutorial/enable-authentication", |
| 102 | + "/tutorial/install-mongodb-on-ubuntu", |
| 103 | + "/tutorial/install-mongodb-on-windows", |
| 104 | + "/tutorial/install-mongodb-on-red-hat", |
| 105 | + "/tutorial/install-mongodb-on-debian", |
| 106 | + "/tutorial/install-mongodb-on-suse", |
| 107 | + "/tutorial/install-mongodb-on-amazon", |
| 108 | + "/tutorial/install-mongodb-enterprise-on-ubuntu", |
| 109 | + "/tutorial/install-mongodb-enterprise-on-windows", |
| 110 | + "/tutorial/install-mongodb-enterprise-on-red-hat", |
| 111 | + "/tutorial/install-mongodb-enterprise-on-debian", |
| 112 | + "/tutorial/install-mongodb-enterprise-on-suse", |
| 113 | + "/tutorial/install-mongodb-enterprise-on-amazon", |
| 114 | + "/tutorial/install-mongodb-on-os-x" |
| 115 | +] |
36 | 116 |
|
| 117 | +[substitutions] |
| 118 | +compass = "MongoDB Compass" |
| 119 | +mdb-shell = "MongoDB Shell" |
37 | 120 |
|
38 | 121 |
|
39 | 122 | [constants] |
40 | | -package-branch = "4.2" # For rc = testing. For GA, will be 4.2. |
41 | | -windows-dir-version = "4.2" # The wizard installs in 4.2 branch |
| 123 | +version-dev = "4.3" |
42 | 124 | package-name-org = "mongodb-org" |
43 | 125 | package-name-enterprise = "mongodb-enterprise" |
44 | | -version = "4.2" |
45 | | -release = "{+release+}" |
46 | | -pgp-version = "{+version+}" |
47 | | -pgp-fingerprint = "E162F504A20CDF15827F718D4B7C549A058F8B6B" |
48 | | -rsa-key = "4B7C549A058F8B6B" |
49 | | -pgp-fingerprint-fmt = "E162 F504 A20C DF15 827F 718D 4B7C 549A 058F 8B6B" |
50 | | -windows-sha256 = "C777DF7816BB8C9A760FDEA782113949408B6F39D72BE29A2551FA51E2FE0473" |
| 126 | +pgp-fingerprint = "20691EEC35216C63CAF66CE1656408E390CFB1F5" |
| 127 | +rsa-key = "656408E390CFB1F5" |
| 128 | +pgp-fingerprint-fmt = "2069 1EEC 3521 6C63 CAF6 6CE1 6564 08E3 90CF B1F5" |
| 129 | +windows-sha256 = "BBF2662BF05D8CF2B796A9702CB82699AD0259796DD44D5FED1D818090431503" |
51 | 130 | pgp-short-fingerprint = "0x4B7C549A058F8B6B" |
52 | | -source-available = "`source available and free to use <https://github.com/mongodb/mongo/>`_" |
53 | | - |
54 | | - |
| 131 | +source-available = "`source available and free to use <https://github.com/mongodb/mongo/>`" |
0 commit comments