forked from mongodb/node-mongodb-native
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtypedoc.json
75 lines (75 loc) · 2.16 KB
/
typedoc.json
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
{
"entryPoint": "types/mongodb.d.ts",
"mode": "file",
"out": "docs/public",
"theme": "pages-plugin",
"excludeNotExported": true,
"stripInternal": true,
"pages": {
"enableSearch": true,
"listInvalidSymbolLinks": true,
"output": "pages",
"groups": [
{
"title": "Documentation",
"pages": [
{
"title": "FAQ",
"source": "docs/reference/content/reference/faq/index.md"
}
]
},
{
"title": "Tutorials",
"pages": [
{
"title": "Quick Start",
"source": "docs/reference/content/quick-start/quick-start.md",
"children": [
{
"title": "aggregation",
"source": "docs/reference/content/tutorials/aggregation.md"
},
{
"title": "collations",
"source": "docs/reference/content/tutorials/collations.md"
},
{
"title": "collections",
"source": "docs/reference/content/tutorials/collections.md"
},
{
"title": "commands",
"source": "docs/reference/content/tutorials/commands.md"
},
{
"title": "create-indexes",
"source": "docs/reference/content/tutorials/create-indexes.md"
},
{
"title": "crud",
"source": "docs/reference/content/tutorials/crud.md"
},
{
"title": "geospatial-search",
"source": "docs/reference/content/tutorials/geospatial-search.md"
},
{
"title": "main",
"source": "docs/reference/content/tutorials/main.md"
},
{
"title": "projections",
"source": "docs/reference/content/tutorials/projections.md"
},
{
"title": "text-search",
"source": "docs/reference/content/tutorials/text-search.md"
}
]
}
]
}
]
}
}