-
Notifications
You must be signed in to change notification settings - Fork 1.7k
/
Copy pathsphinx_local.yaml
123 lines (122 loc) · 3.4 KB
/
sphinx_local.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
project: 'mongodb-manual'
master_doc: 'contents'
logo: ".static/logo-mongodb.png"
paths:
static: ['source/.static']
theme:
name: 'manual'
project: 'manual'
google_analytics: 'UA-7301842-8'
book_path_base: 'MongoDB-manual'
repo: 'docs'
jira: 'DOCS'
sitename: 'MongoDB Docs'
nav_excluded:
- /administration
- /administration/production-checklist
- /administration/indexes-management
- /aggregation
- /applications/geospatial-indexes
- /applications/indexes
- /contributors/getting-started
- /core/2d
- /core/2dsphere
- /core/auditing
- /core/authentication
- /core/authorization
- /core/backups
- /core/read-isolation-consistency-recency
- /core/databases-and-collections
- /core/geohaystack
- /core/index-single
- /core/index-compound
- /core/index-creation
- /core/index-hashed
- /core/index-multikey
- /core/index-partial
- /core/index-sparse
- /core/index-text
- /core/index-ttl
- /core/index-unique
- /core/index-wildcard
- /core/journaling
- /core/kerberos
- /core/map-reduce
- /core/operational-segregation
- /core/query-optimization
- /core/read-preference
- /core/replica-set-architectures
- /core/replica-set-high-availability
- /core/replica-set-members
- /core/replica-set-secondary
- /core/transactions
- /geospatial-queries
- /replication
- /core/sharded-cluster-components
- /core/wiredtiger
- /core/write-operations-atomicity
- /crud
- /indexes
- /installation
- /introduction
- /mongo
- /products/bi-connector
- /reference/command
- /reference/collation
- /text-search
- /tutorial/manage-the-database-profiler
- /core/index-text
- /reference/bson-types
- /reference/configuration-options
- /reference/indexes
- /reference/method
- /reference/operator/aggregation
- /reference/operator/query
- /reference/operator/query-modifier
- /reference/operator/update
- /reference/replication
- /reference/read-concern
- /reference/security
- /reference/sharding
- /reference/write-concern
- /release-notes/2.4
- /release-notes/2.6
- /release-notes/2.8
- /release-notes/3.0
- /release-notes/3.2
- /release-notes/3.4
- /release-notes/3.6
- /release-notes/4.0
- /release-notes/4.2
- /release-notes/4.4
- /release-notes/5.0
- /security
- /sharding
- /changeStreams
- /core/zone-sharding
- /core/hashed-sharding
- /core/ranged-sharding
- /storage
- /tutorial/change-sharded-cluster-wiredtiger
- /tutorial/insert-documents
- /tutorial/query-documents
- /tutorial/remove-documents
- /tutorial/update-documents
- /tutorial/enable-authentication
- /tutorial/install-mongodb-on-ubuntu
- /tutorial/install-mongodb-on-windows
- /tutorial/install-mongodb-on-red-hat
- /tutorial/install-mongodb-on-debian
- /tutorial/install-mongodb-on-suse
- /tutorial/install-mongodb-on-amazon
- /tutorial/install-mongodb-enterprise-on-ubuntu
- /tutorial/install-mongodb-enterprise-on-windows
- /tutorial/install-mongodb-enterprise-on-red-hat
- /tutorial/install-mongodb-enterprise-on-debian
- /tutorial/install-mongodb-enterprise-on-suse
- /tutorial/install-mongodb-enterprise-on-amazon
- /tutorial/install-mongodb-on-os-x
sidebars:
'**':
- 'pagenav.html'
...