forked from tjworks/docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
pdfs.yaml
70 lines (70 loc) · 1.56 KB
/
pdfs.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
source: 'indexes'
title: 'Indexes and MongoDB'
output: 'MongoDB-indexes.tex'
author: 'MongoDB Documentation Project'
class: 'howto'
tag: 'guide'
---
source: 'meta/manual'
title: 'MongoDB Documentation'
output: 'MongoDB.tex'
author: 'MongoDB Documentation Project'
class: 'manual'
tag: 'manual'
---
source: 'replication'
title: 'Replication and MongoDB'
output: 'MongoDB-replication.tex'
author: 'MongoDB Documentation Project'
class: 'howto'
tag: 'guide'
---
source: 'sharding'
title: 'Sharding and MongoDB'
output: 'MongoDB-sharding.tex'
author: 'MongoDB Documentation Project'
class: 'howto'
tag: 'guide'
---
source: 'meta/reference'
title: 'MongoDB Reference Manual'
output: 'MongoDB-reference.tex'
author: 'MongoDB Documentation Project'
class: 'manual'
tag: 'manual'
---
source: 'crud'
title: 'MongoDB CRUD Operations'
output: 'MongoDB-crud.tex'
author: 'MongoDB Documentation Project'
class: 'howto'
tag: 'guide'
---
source: 'meta/administration'
title: 'MongoDB Administration'
output: 'MongoDB-administration.tex'
author: 'MongoDB Documentation Project'
class: 'howto'
tag: 'guide'
---
source: 'security'
title: 'MongoDB Security Guide'
output: 'MongoDB-security.tex'
author: 'MongoDB Documentation Project'
class: 'howto'
tag: 'guide'
---
source: 'aggregation'
title: 'MongoDB Aggregation and Data Processing'
output: 'MongoDB-aggregation.tex'
author: 'MongoDB Documentation Project'
class: 'howto'
tag: 'guide'
---
source: 'data-modeling'
title: 'Data Model Design for MongoDB'
output: 'MongoDB-data-models.tex'
author: 'MongoDB Documentation Project'
class: 'howto'
tag: 'guide'
...