-
Notifications
You must be signed in to change notification settings - Fork 45
Expand file tree
/
Copy pathtypedoc.json
More file actions
152 lines (152 loc) · 4.16 KB
/
typedoc.json
File metadata and controls
152 lines (152 loc) · 4.16 KB
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
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
{
"highlightLanguages": [
"typescript",
"javascript",
"jsx",
"tsx",
"json",
"bash",
"html"
],
"projectDocuments": [
"source_docs/coveo-headless-home.md",
"source_docs/relevance-generative-answering.md",
"source_docs/headless-code-samples.md",
"source_docs/getting-started.md",
"source_docs/getting-started-case-assist.md",
"source_docs/getting-started-commerce.md",
"source_docs/getting-started-insight.md",
"source_docs/getting-started-recommendation.md",
"source_docs/getting-started-ssr-search.md",
"source_docs/getting-started-ssr-commerce.md",
"source_docs/concepts.md",
"source_docs/dependent-facets.md",
"source_docs/extend-headless-controllers.md",
"source_docs/headless-modify-requests-responses.md",
"source_docs/headless-proxy.md",
"source_docs/headless-saml-authentication.md",
"source_docs/headless-usage-analytics-coveo-ua.md",
"source_docs/headless-usage-analytics-ep.md",
"source_docs/headless-usage-analytics.md",
"source_docs/headless-view-events-ep.md",
"source_docs/headless-view-events.md",
"source_docs/highlighting.md",
"source_docs/product-lifecycle.md",
"source_docs/result-templates.md",
"source_docs/server-side-rendering.md",
"source_docs/ssr-extend-engine-definitons.md",
"source_docs/ssr-implement-search-parameter-support.md",
"source_docs/ssr-send-context.md",
"source_docs/ssr-usage.md",
"source_docs/standalone-search-box.md",
"source_docs/synchronize-search-parameters-with-the-url.md",
"source_docs/upgrade-from-v1-to-v2.md",
"source_docs/upgrade-from-v2-to-v3.md",
"source_docs/versions.md",
"README.md",
"contributors/adding-a-controller.md",
"contributors/adding-a-sub-package.md",
"contributors/troubleshooting-bundles-content.md"
],
"entryPointStrategy": "merge",
"navigation": {
"includeCategories": true,
"includeGroups": true,
"includeFolders": true
},
"readme": "source_docs/coveo-headless-home.md",
"categorizeByGroup": true,
"entryPoints": [
"./temp/index.json",
"./temp/ssr.json",
"./temp/commerce.json",
"./temp/ssr-commerce.json",
"./temp/case-assist.json",
"./temp/insight.json",
"./temp/recommendation.json"
],
"plugin": ["@coveo/documentation"],
"headerNav.activeEntry": "Headless",
"hoistOther.topLevelOrder": [
"Home",
"Getting Started",
"Guides",
"Reference",
"Information",
"Contributing"
],
"hoistOther.nestedOrder": {
"contributing": ["Contributing", "*"],
"guides server-side rendering": ["Concepts", "*"],
"guides upgrade": ["Concepts", "*"],
"guides usage analytics": ["Concepts", "*"],
"getting started": [
"Getting Started with Search",
"Getting Started with Case Assist",
"Getting Started with Commerce",
"Getting Started with Insight",
"Getting Started with Recommendation",
"Getting Started with SSR Search",
"Getting Started with SSR Commerce"
],
"guides": ["Concepts", "*"],
"reference search": [
"Engine",
"Controllers",
"Buildable controllers",
"Sub-controllers",
"Actions",
"*"
],
"reference case assist": [
"Engine",
"Controllers",
"Buildable controllers",
"Sub-controllers",
"Actions",
"*"
],
"reference commerce": [
"Engine",
"Controllers",
"Buildable controllers",
"Sub-controllers",
"Actions",
"*"
],
"reference insight": [
"Engine",
"Controllers",
"Buildable controllers",
"Sub-controllers",
"Actions",
"*"
],
"reference recommendation": [
"Engine",
"Controllers",
"Buildable controllers",
"Sub-controllers",
"Actions",
"*"
],
"reference ssr commerce": [
"Engine",
"Controllers",
"Buildable controllers",
"Sub-controllers",
"Actions",
"*"
],
"reference ssr search": [
"Engine",
"Controllers",
"Buildable controllers",
"Sub-controllers",
"Actions",
"*"
]
},
"hoistOther.renameModulesTo": "Reference",
"router": "kebab"
}