@betterportal/docs-site 10.1.61 → 10.1.63
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/bp-contracts/org.betterportal.docs-site.json +295 -279
- package/lib/plugins/service-betterportal-docs-site/.bp-generated/registry.d.ts.map +1 -1
- package/lib/plugins/service-betterportal-docs-site/.bp-generated/registry.js +6 -16
- package/lib/plugins/service-betterportal-docs-site/.bp-generated/registry.js.map +1 -1
- package/lib/plugins/service-betterportal-docs-site/bp-routes/docs/GET.d.ts +2 -0
- package/lib/plugins/service-betterportal-docs-site/bp-routes/docs/GET.d.ts.map +1 -1
- package/lib/plugins/service-betterportal-docs-site/bp-routes/docs/GET.js +2 -0
- package/lib/plugins/service-betterportal-docs-site/bp-routes/docs/GET.js.map +1 -1
- package/lib/plugins/service-betterportal-docs-site/bp-routes/docs/[section]/[page]/GET.d.ts +2 -0
- package/lib/plugins/service-betterportal-docs-site/bp-routes/docs/[section]/[page]/GET.d.ts.map +1 -1
- package/lib/plugins/service-betterportal-docs-site/bp-routes/docs/[section]/[page]/GET.js +2 -0
- package/lib/plugins/service-betterportal-docs-site/bp-routes/docs/[section]/[page]/GET.js.map +1 -1
- package/lib/plugins/service-betterportal-docs-site/bp-routes/docs/[section]/[page]/index.d.ts +1 -1
- package/lib/plugins/service-betterportal-docs-site/bp-routes/docs/[section]/[page]/index.d.ts.map +1 -1
- package/lib/plugins/service-betterportal-docs-site/bp-routes/docs/[section]/[page]/index.js +1 -1
- package/lib/plugins/service-betterportal-docs-site/bp-routes/docs/[section]/[page]/index.js.map +1 -1
- package/lib/plugins/service-betterportal-docs-site/bp-routes/docs/[section]/[page]/route.impl.d.ts.map +1 -1
- package/lib/plugins/service-betterportal-docs-site/bp-routes/docs/[section]/[page]/route.impl.js +2 -2
- package/lib/plugins/service-betterportal-docs-site/bp-routes/docs/[section]/[page]/route.impl.js.map +1 -1
- package/lib/plugins/service-betterportal-docs-site/bp-routes/docs/index.d.ts +1 -1
- package/lib/plugins/service-betterportal-docs-site/bp-routes/docs/index.d.ts.map +1 -1
- package/lib/plugins/service-betterportal-docs-site/bp-routes/docs/index.js +1 -1
- package/lib/plugins/service-betterportal-docs-site/bp-routes/docs/index.js.map +1 -1
- package/lib/plugins/service-betterportal-docs-site/bp-routes/docs/route.impl.d.ts.map +1 -1
- package/lib/plugins/service-betterportal-docs-site/bp-routes/docs/route.impl.js +2 -2
- package/lib/plugins/service-betterportal-docs-site/bp-routes/docs/route.impl.js.map +1 -1
- package/lib/plugins/service-betterportal-docs-site/index.js +1 -1
- package/lib/plugins/service-betterportal-docs-site/index.js.map +1 -1
- package/lib/schemas/service-betterportal-docs-site.json +1 -1
- package/lib/schemas/service-betterportal-docs-site.plugin.json +1 -1
- package/package.json +3 -3
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"manifest": {
|
|
3
|
-
"protocolVersion":
|
|
3
|
+
"protocolVersion": 2,
|
|
4
4
|
"pluginId": "org.betterportal.docs-site",
|
|
5
5
|
"title": "BetterPortal Docs",
|
|
6
6
|
"description": "Dogfooded BetterPortal documentation site backed by repository Markdown files.",
|
|
7
|
-
"version": "10.1.
|
|
7
|
+
"version": "10.1.63",
|
|
8
8
|
"category": "service",
|
|
9
9
|
"deploymentModes": [
|
|
10
10
|
"self-hosted"
|
|
@@ -28,143 +28,148 @@
|
|
|
28
28
|
"description": "Documentation index for BetterPortal.",
|
|
29
29
|
"path": "/docs",
|
|
30
30
|
"pathVariants": [],
|
|
31
|
-
"methods": [
|
|
32
|
-
"GET"
|
|
33
|
-
],
|
|
34
31
|
"paramsSchema": {},
|
|
35
|
-
"
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
"
|
|
43
|
-
"
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
"
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
"kind": "array",
|
|
54
|
-
"items": {
|
|
55
|
-
"kind": "object",
|
|
56
|
-
"properties": {
|
|
57
|
-
"id": {
|
|
58
|
-
"kind": "string",
|
|
59
|
-
"minLength": 1
|
|
60
|
-
},
|
|
61
|
-
"section": {
|
|
62
|
-
"kind": "string",
|
|
63
|
-
"minLength": 1
|
|
64
|
-
},
|
|
65
|
-
"page": {
|
|
66
|
-
"kind": "string",
|
|
67
|
-
"minLength": 1
|
|
68
|
-
},
|
|
69
|
-
"title": {
|
|
70
|
-
"kind": "string",
|
|
71
|
-
"minLength": 1
|
|
72
|
-
},
|
|
73
|
-
"href": {
|
|
74
|
-
"kind": "string",
|
|
75
|
-
"minLength": 1
|
|
76
|
-
},
|
|
77
|
-
"sourcePath": {
|
|
78
|
-
"kind": "string",
|
|
79
|
-
"minLength": 1
|
|
80
|
-
},
|
|
81
|
-
"excerpt": {
|
|
82
|
-
"kind": "string"
|
|
83
|
-
}
|
|
32
|
+
"operations": [
|
|
33
|
+
{
|
|
34
|
+
"operationId": "docs.browse",
|
|
35
|
+
"method": "GET",
|
|
36
|
+
"title": "BetterPortal Docs",
|
|
37
|
+
"description": "Documentation index for BetterPortal.",
|
|
38
|
+
"querySchema": {},
|
|
39
|
+
"headersSchema": {},
|
|
40
|
+
"bodySchema": {},
|
|
41
|
+
"jsonResponseSchema": {
|
|
42
|
+
"anyvaliVersion": "1.0",
|
|
43
|
+
"schemaVersion": "1.1",
|
|
44
|
+
"root": {
|
|
45
|
+
"kind": "object",
|
|
46
|
+
"properties": {
|
|
47
|
+
"title": {
|
|
48
|
+
"kind": "string",
|
|
49
|
+
"minLength": 1
|
|
84
50
|
},
|
|
85
|
-
"
|
|
86
|
-
"
|
|
87
|
-
"
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
"
|
|
91
|
-
"
|
|
92
|
-
|
|
51
|
+
"description": {
|
|
52
|
+
"kind": "string",
|
|
53
|
+
"minLength": 1
|
|
54
|
+
},
|
|
55
|
+
"docs": {
|
|
56
|
+
"kind": "array",
|
|
57
|
+
"items": {
|
|
58
|
+
"kind": "object",
|
|
59
|
+
"properties": {
|
|
60
|
+
"id": {
|
|
61
|
+
"kind": "string",
|
|
62
|
+
"minLength": 1
|
|
63
|
+
},
|
|
64
|
+
"section": {
|
|
65
|
+
"kind": "string",
|
|
66
|
+
"minLength": 1
|
|
67
|
+
},
|
|
68
|
+
"page": {
|
|
69
|
+
"kind": "string",
|
|
70
|
+
"minLength": 1
|
|
71
|
+
},
|
|
72
|
+
"title": {
|
|
73
|
+
"kind": "string",
|
|
74
|
+
"minLength": 1
|
|
75
|
+
},
|
|
76
|
+
"href": {
|
|
77
|
+
"kind": "string",
|
|
78
|
+
"minLength": 1
|
|
79
|
+
},
|
|
80
|
+
"sourcePath": {
|
|
81
|
+
"kind": "string",
|
|
82
|
+
"minLength": 1
|
|
83
|
+
},
|
|
84
|
+
"excerpt": {
|
|
85
|
+
"kind": "string"
|
|
86
|
+
}
|
|
87
|
+
},
|
|
88
|
+
"required": [
|
|
89
|
+
"id",
|
|
90
|
+
"section",
|
|
91
|
+
"page",
|
|
92
|
+
"title",
|
|
93
|
+
"href",
|
|
94
|
+
"sourcePath",
|
|
95
|
+
"excerpt"
|
|
96
|
+
],
|
|
97
|
+
"unknownKeys": "strip"
|
|
98
|
+
}
|
|
99
|
+
}
|
|
100
|
+
},
|
|
101
|
+
"required": [
|
|
102
|
+
"title",
|
|
103
|
+
"description",
|
|
104
|
+
"docs"
|
|
105
|
+
],
|
|
106
|
+
"unknownKeys": "strip"
|
|
107
|
+
},
|
|
108
|
+
"definitions": {},
|
|
109
|
+
"extensions": {}
|
|
110
|
+
},
|
|
111
|
+
"metadataResponseSchema": {},
|
|
112
|
+
"renderable": true,
|
|
113
|
+
"html": {
|
|
114
|
+
"renderers": {
|
|
115
|
+
"bootstrap5": {
|
|
116
|
+
"defaultRenderer": "default",
|
|
117
|
+
"renderModes": [
|
|
118
|
+
"page"
|
|
93
119
|
],
|
|
94
|
-
"
|
|
120
|
+
"slots": [
|
|
121
|
+
"main"
|
|
122
|
+
],
|
|
123
|
+
"renderers": [
|
|
124
|
+
{
|
|
125
|
+
"id": "default",
|
|
126
|
+
"title": "Default Content",
|
|
127
|
+
"slotId": "main",
|
|
128
|
+
"renderModes": [
|
|
129
|
+
"page",
|
|
130
|
+
"fragment"
|
|
131
|
+
]
|
|
132
|
+
}
|
|
133
|
+
]
|
|
95
134
|
}
|
|
96
135
|
}
|
|
97
136
|
},
|
|
98
|
-
"
|
|
99
|
-
"
|
|
100
|
-
"
|
|
101
|
-
|
|
102
|
-
],
|
|
103
|
-
"unknownKeys": "strip"
|
|
104
|
-
},
|
|
105
|
-
"definitions": {},
|
|
106
|
-
"extensions": {}
|
|
107
|
-
},
|
|
108
|
-
"metadataResponseSchema": {},
|
|
109
|
-
"renderable": true,
|
|
110
|
-
"html": {
|
|
111
|
-
"renderers": {
|
|
112
|
-
"bootstrap5": {
|
|
113
|
-
"defaultRenderer": "default",
|
|
114
|
-
"renderModes": [
|
|
115
|
-
"page"
|
|
116
|
-
],
|
|
117
|
-
"slots": [
|
|
118
|
-
"main"
|
|
137
|
+
"auth": {
|
|
138
|
+
"required": false,
|
|
139
|
+
"callers": [
|
|
140
|
+
"user"
|
|
119
141
|
],
|
|
120
|
-
"
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
142
|
+
"permissions": []
|
|
143
|
+
},
|
|
144
|
+
"sitemap": {
|
|
145
|
+
"kind": "default"
|
|
146
|
+
},
|
|
147
|
+
"robots": [],
|
|
148
|
+
"dependencies": [],
|
|
149
|
+
"apiContracts": [],
|
|
150
|
+
"demoScenarios": [
|
|
151
|
+
{
|
|
152
|
+
"id": "default",
|
|
153
|
+
"title": "Docs Index",
|
|
154
|
+
"response": {
|
|
155
|
+
"title": "BetterPortal",
|
|
156
|
+
"description": "A service-composed portal platform for multi-tenant products.",
|
|
157
|
+
"docs": []
|
|
129
158
|
}
|
|
159
|
+
}
|
|
160
|
+
],
|
|
161
|
+
"cacheHints": {
|
|
162
|
+
"ttlSeconds": 15,
|
|
163
|
+
"varyBy": [
|
|
164
|
+
"accept",
|
|
165
|
+
"origin",
|
|
166
|
+
"referer",
|
|
167
|
+
":origin",
|
|
168
|
+
":referer"
|
|
130
169
|
]
|
|
131
170
|
}
|
|
132
171
|
}
|
|
133
|
-
|
|
134
|
-
"auth": {
|
|
135
|
-
"required": false,
|
|
136
|
-
"callers": [
|
|
137
|
-
"user"
|
|
138
|
-
],
|
|
139
|
-
"permissions": []
|
|
140
|
-
},
|
|
141
|
-
"sitemap": {
|
|
142
|
-
"kind": "default"
|
|
143
|
-
},
|
|
144
|
-
"robots": [],
|
|
145
|
-
"dependencies": [],
|
|
146
|
-
"apiContracts": [],
|
|
147
|
-
"demoScenarios": [
|
|
148
|
-
{
|
|
149
|
-
"id": "default",
|
|
150
|
-
"title": "Docs Index",
|
|
151
|
-
"response": {
|
|
152
|
-
"title": "BetterPortal",
|
|
153
|
-
"description": "A service-composed portal platform for multi-tenant products.",
|
|
154
|
-
"docs": []
|
|
155
|
-
}
|
|
156
|
-
}
|
|
157
|
-
],
|
|
158
|
-
"cacheHints": {
|
|
159
|
-
"ttlSeconds": 15,
|
|
160
|
-
"varyBy": [
|
|
161
|
-
"accept",
|
|
162
|
-
"origin",
|
|
163
|
-
"referer",
|
|
164
|
-
":origin",
|
|
165
|
-
":referer"
|
|
166
|
-
]
|
|
167
|
-
}
|
|
172
|
+
]
|
|
168
173
|
},
|
|
169
174
|
{
|
|
170
175
|
"viewId": "docs.$section.$page.index",
|
|
@@ -172,165 +177,170 @@
|
|
|
172
177
|
"description": "Markdown-backed BetterPortal documentation page.",
|
|
173
178
|
"path": "/docs/:section/:page",
|
|
174
179
|
"pathVariants": [],
|
|
175
|
-
"methods": [
|
|
176
|
-
"GET"
|
|
177
|
-
],
|
|
178
180
|
"paramsSchema": {},
|
|
179
|
-
"
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
"
|
|
187
|
-
"
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
"
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
"
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
"
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
181
|
+
"operations": [
|
|
182
|
+
{
|
|
183
|
+
"operationId": "docs.read",
|
|
184
|
+
"method": "GET",
|
|
185
|
+
"title": "BetterPortal Doc Page",
|
|
186
|
+
"description": "Markdown-backed BetterPortal documentation page.",
|
|
187
|
+
"querySchema": {},
|
|
188
|
+
"headersSchema": {},
|
|
189
|
+
"bodySchema": {},
|
|
190
|
+
"jsonResponseSchema": {
|
|
191
|
+
"anyvaliVersion": "1.0",
|
|
192
|
+
"schemaVersion": "1.1",
|
|
193
|
+
"root": {
|
|
194
|
+
"kind": "object",
|
|
195
|
+
"properties": {
|
|
196
|
+
"title": {
|
|
197
|
+
"kind": "string",
|
|
198
|
+
"minLength": 1
|
|
199
|
+
},
|
|
200
|
+
"section": {
|
|
201
|
+
"kind": "string",
|
|
202
|
+
"minLength": 1
|
|
203
|
+
},
|
|
204
|
+
"page": {
|
|
205
|
+
"kind": "string",
|
|
206
|
+
"minLength": 1
|
|
207
|
+
},
|
|
208
|
+
"sourcePath": {
|
|
209
|
+
"kind": "string",
|
|
210
|
+
"minLength": 1
|
|
211
|
+
},
|
|
212
|
+
"markdown": {
|
|
213
|
+
"kind": "string"
|
|
214
|
+
},
|
|
215
|
+
"docs": {
|
|
216
|
+
"kind": "array",
|
|
217
|
+
"items": {
|
|
218
|
+
"kind": "object",
|
|
219
|
+
"properties": {
|
|
220
|
+
"id": {
|
|
221
|
+
"kind": "string",
|
|
222
|
+
"minLength": 1
|
|
223
|
+
},
|
|
224
|
+
"section": {
|
|
225
|
+
"kind": "string",
|
|
226
|
+
"minLength": 1
|
|
227
|
+
},
|
|
228
|
+
"page": {
|
|
229
|
+
"kind": "string",
|
|
230
|
+
"minLength": 1
|
|
231
|
+
},
|
|
232
|
+
"title": {
|
|
233
|
+
"kind": "string",
|
|
234
|
+
"minLength": 1
|
|
235
|
+
},
|
|
236
|
+
"href": {
|
|
237
|
+
"kind": "string",
|
|
238
|
+
"minLength": 1
|
|
239
|
+
},
|
|
240
|
+
"sourcePath": {
|
|
241
|
+
"kind": "string",
|
|
242
|
+
"minLength": 1
|
|
243
|
+
},
|
|
244
|
+
"excerpt": {
|
|
245
|
+
"kind": "string"
|
|
246
|
+
}
|
|
247
|
+
},
|
|
248
|
+
"required": [
|
|
249
|
+
"id",
|
|
250
|
+
"section",
|
|
251
|
+
"page",
|
|
252
|
+
"title",
|
|
253
|
+
"href",
|
|
254
|
+
"sourcePath",
|
|
255
|
+
"excerpt"
|
|
256
|
+
],
|
|
257
|
+
"unknownKeys": "strip"
|
|
238
258
|
}
|
|
239
259
|
},
|
|
240
|
-
"
|
|
241
|
-
"
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
260
|
+
"notFound": {
|
|
261
|
+
"kind": "bool"
|
|
262
|
+
}
|
|
263
|
+
},
|
|
264
|
+
"required": [
|
|
265
|
+
"title",
|
|
266
|
+
"section",
|
|
267
|
+
"page",
|
|
268
|
+
"sourcePath",
|
|
269
|
+
"markdown",
|
|
270
|
+
"docs",
|
|
271
|
+
"notFound"
|
|
272
|
+
],
|
|
273
|
+
"unknownKeys": "strip"
|
|
274
|
+
},
|
|
275
|
+
"definitions": {},
|
|
276
|
+
"extensions": {}
|
|
277
|
+
},
|
|
278
|
+
"metadataResponseSchema": {},
|
|
279
|
+
"renderable": true,
|
|
280
|
+
"html": {
|
|
281
|
+
"renderers": {
|
|
282
|
+
"bootstrap5": {
|
|
283
|
+
"defaultRenderer": "default",
|
|
284
|
+
"renderModes": [
|
|
285
|
+
"page"
|
|
286
|
+
],
|
|
287
|
+
"slots": [
|
|
288
|
+
"main"
|
|
248
289
|
],
|
|
249
|
-
"
|
|
290
|
+
"renderers": [
|
|
291
|
+
{
|
|
292
|
+
"id": "default",
|
|
293
|
+
"title": "Default Content",
|
|
294
|
+
"slotId": "main",
|
|
295
|
+
"renderModes": [
|
|
296
|
+
"page",
|
|
297
|
+
"fragment"
|
|
298
|
+
]
|
|
299
|
+
}
|
|
300
|
+
]
|
|
250
301
|
}
|
|
251
|
-
},
|
|
252
|
-
"notFound": {
|
|
253
|
-
"kind": "bool"
|
|
254
302
|
}
|
|
255
303
|
},
|
|
256
|
-
"
|
|
257
|
-
"
|
|
258
|
-
"
|
|
259
|
-
|
|
260
|
-
"sourcePath",
|
|
261
|
-
"markdown",
|
|
262
|
-
"docs",
|
|
263
|
-
"notFound"
|
|
264
|
-
],
|
|
265
|
-
"unknownKeys": "strip"
|
|
266
|
-
},
|
|
267
|
-
"definitions": {},
|
|
268
|
-
"extensions": {}
|
|
269
|
-
},
|
|
270
|
-
"metadataResponseSchema": {},
|
|
271
|
-
"renderable": true,
|
|
272
|
-
"html": {
|
|
273
|
-
"renderers": {
|
|
274
|
-
"bootstrap5": {
|
|
275
|
-
"defaultRenderer": "default",
|
|
276
|
-
"renderModes": [
|
|
277
|
-
"page"
|
|
278
|
-
],
|
|
279
|
-
"slots": [
|
|
280
|
-
"main"
|
|
304
|
+
"auth": {
|
|
305
|
+
"required": false,
|
|
306
|
+
"callers": [
|
|
307
|
+
"user"
|
|
281
308
|
],
|
|
282
|
-
"
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
309
|
+
"permissions": []
|
|
310
|
+
},
|
|
311
|
+
"sitemap": {
|
|
312
|
+
"kind": "default"
|
|
313
|
+
},
|
|
314
|
+
"robots": [],
|
|
315
|
+
"dependencies": [],
|
|
316
|
+
"apiContracts": [],
|
|
317
|
+
"demoScenarios": [
|
|
318
|
+
{
|
|
319
|
+
"id": "default",
|
|
320
|
+
"title": "Quick Start",
|
|
321
|
+
"response": {
|
|
322
|
+
"title": "Quick Start",
|
|
323
|
+
"section": "getting-started",
|
|
324
|
+
"page": "quick-start",
|
|
325
|
+
"sourcePath": "getting-started/quick-start.md",
|
|
326
|
+
"markdown": "# Quick Start\n\nBetterPortal documentation.",
|
|
327
|
+
"docs": [],
|
|
328
|
+
"notFound": false
|
|
291
329
|
}
|
|
330
|
+
}
|
|
331
|
+
],
|
|
332
|
+
"cacheHints": {
|
|
333
|
+
"ttlSeconds": 15,
|
|
334
|
+
"varyBy": [
|
|
335
|
+
"accept",
|
|
336
|
+
"origin",
|
|
337
|
+
"referer",
|
|
338
|
+
":origin",
|
|
339
|
+
":referer"
|
|
292
340
|
]
|
|
293
341
|
}
|
|
294
342
|
}
|
|
295
|
-
|
|
296
|
-
"auth": {
|
|
297
|
-
"required": false,
|
|
298
|
-
"callers": [
|
|
299
|
-
"user"
|
|
300
|
-
],
|
|
301
|
-
"permissions": []
|
|
302
|
-
},
|
|
303
|
-
"sitemap": {
|
|
304
|
-
"kind": "default"
|
|
305
|
-
},
|
|
306
|
-
"robots": [],
|
|
307
|
-
"dependencies": [],
|
|
308
|
-
"apiContracts": [],
|
|
309
|
-
"demoScenarios": [
|
|
310
|
-
{
|
|
311
|
-
"id": "default",
|
|
312
|
-
"title": "Quick Start",
|
|
313
|
-
"response": {
|
|
314
|
-
"title": "Quick Start",
|
|
315
|
-
"section": "getting-started",
|
|
316
|
-
"page": "quick-start",
|
|
317
|
-
"sourcePath": "getting-started/quick-start.md",
|
|
318
|
-
"markdown": "# Quick Start\n\nBetterPortal documentation.",
|
|
319
|
-
"docs": [],
|
|
320
|
-
"notFound": false
|
|
321
|
-
}
|
|
322
|
-
}
|
|
323
|
-
],
|
|
324
|
-
"cacheHints": {
|
|
325
|
-
"ttlSeconds": 15,
|
|
326
|
-
"varyBy": [
|
|
327
|
-
"accept",
|
|
328
|
-
"origin",
|
|
329
|
-
"referer",
|
|
330
|
-
":origin",
|
|
331
|
-
":referer"
|
|
332
|
-
]
|
|
333
|
-
}
|
|
343
|
+
]
|
|
334
344
|
}
|
|
335
345
|
],
|
|
336
346
|
"configSchemas": [],
|
|
@@ -349,8 +359,11 @@
|
|
|
349
359
|
"viewId": "docs.index",
|
|
350
360
|
"path": "/docs",
|
|
351
361
|
"pathVariants": [],
|
|
352
|
-
"
|
|
353
|
-
|
|
362
|
+
"operations": [
|
|
363
|
+
{
|
|
364
|
+
"operationId": "docs.browse",
|
|
365
|
+
"method": "GET"
|
|
366
|
+
}
|
|
354
367
|
],
|
|
355
368
|
"paramNames": [],
|
|
356
369
|
"renderers": [
|
|
@@ -364,8 +377,11 @@
|
|
|
364
377
|
"viewId": "docs.$section.$page.index",
|
|
365
378
|
"path": "/docs/:section/:page",
|
|
366
379
|
"pathVariants": [],
|
|
367
|
-
"
|
|
368
|
-
|
|
380
|
+
"operations": [
|
|
381
|
+
{
|
|
382
|
+
"operationId": "docs.read",
|
|
383
|
+
"method": "GET"
|
|
384
|
+
}
|
|
369
385
|
],
|
|
370
386
|
"paramNames": [
|
|
371
387
|
"section",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"registry.d.ts","sourceRoot":"","sources":["../../../../src/plugins/service-betterportal-docs-site/.bp-generated/registry.ts"],"names":[],"mappings":"AAOA,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,yBAAyB,CAAC;AAEpE,eAAO,MAAM,QAAQ,EAAE,
|
|
1
|
+
{"version":3,"file":"registry.d.ts","sourceRoot":"","sources":["../../../../src/plugins/service-betterportal-docs-site/.bp-generated/registry.ts"],"names":[],"mappings":"AAOA,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,yBAAyB,CAAC;AAEpE,eAAO,MAAM,QAAQ,EAAE,oBA6CtB,CAAC"}
|
|
@@ -12,18 +12,13 @@ export const registry = {
|
|
|
12
12
|
path: "/docs",
|
|
13
13
|
methods: ["GET"],
|
|
14
14
|
paramNames: [],
|
|
15
|
-
schemas: {
|
|
16
|
-
|
|
17
|
-
},
|
|
18
|
-
methodRoutes: { GET: { method: "GET", schemas: {
|
|
15
|
+
schemas: {},
|
|
16
|
+
methodRoutes: { GET: { method: "GET", operationId: docsGETRoute.operationId, title: docsGETRoute.title, description: docsGETRoute.description, schemas: {
|
|
19
17
|
response: docsGETRoute.ResponseSchema
|
|
20
|
-
}, handler: docsGETRoute.default } },
|
|
18
|
+
}, handler: docsGETRoute.default, auth: docsGETRoute.auth, cacheHints: docsGETRoute.cacheHints, demoScenarios: docsGETRoute.demoScenarios } },
|
|
21
19
|
handlers: { GET: docsGETRoute.default },
|
|
22
20
|
title: docsRoute.title,
|
|
23
21
|
description: docsRoute.description,
|
|
24
|
-
auth: docsRoute.auth,
|
|
25
|
-
cacheHints: docsRoute.cacheHints,
|
|
26
|
-
demoScenarios: docsRoute.demoScenarios,
|
|
27
22
|
renderers: {
|
|
28
23
|
"bootstrap5": {
|
|
29
24
|
pages: [{ rendererId: "default", type: "page", method: "GET", render: docsBootstrap5PageGET.render }],
|
|
@@ -37,18 +32,13 @@ export const registry = {
|
|
|
37
32
|
path: "/docs/:section/:page",
|
|
38
33
|
methods: ["GET"],
|
|
39
34
|
paramNames: ["section", "page"],
|
|
40
|
-
schemas: {
|
|
41
|
-
|
|
42
|
-
},
|
|
43
|
-
methodRoutes: { GET: { method: "GET", schemas: {
|
|
35
|
+
schemas: {},
|
|
36
|
+
methodRoutes: { GET: { method: "GET", operationId: docsSectionPageGETRoute.operationId, title: docsSectionPageGETRoute.title, description: docsSectionPageGETRoute.description, schemas: {
|
|
44
37
|
response: docsSectionPageGETRoute.ResponseSchema
|
|
45
|
-
}, handler: docsSectionPageGETRoute.default } },
|
|
38
|
+
}, handler: docsSectionPageGETRoute.default, auth: docsSectionPageGETRoute.auth, cacheHints: docsSectionPageGETRoute.cacheHints, demoScenarios: docsSectionPageGETRoute.demoScenarios } },
|
|
46
39
|
handlers: { GET: docsSectionPageGETRoute.default },
|
|
47
40
|
title: docsSectionPageRoute.title,
|
|
48
41
|
description: docsSectionPageRoute.description,
|
|
49
|
-
auth: docsSectionPageRoute.auth,
|
|
50
|
-
cacheHints: docsSectionPageRoute.cacheHints,
|
|
51
|
-
demoScenarios: docsSectionPageRoute.demoScenarios,
|
|
52
42
|
renderers: {
|
|
53
43
|
"bootstrap5": {
|
|
54
44
|
pages: [{ rendererId: "default", type: "page", method: "GET", render: docsSectionPageBootstrap5PageGET.render }],
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"registry.js","sourceRoot":"","sources":["../../../../src/plugins/service-betterportal-docs-site/.bp-generated/registry.ts"],"names":[],"mappings":"AAAA,uDAAuD;AACvD,OAAO,KAAK,SAAS,MAAM,4BAA4B,CAAC;AACxD,OAAO,KAAK,YAAY,MAAM,0BAA0B,CAAC;AACzD,OAAO,KAAK,qBAAqB,MAAM,+CAA+C,CAAC;AACvF,OAAO,KAAK,oBAAoB,MAAM,6CAA6C,CAAC;AACpF,OAAO,KAAK,uBAAuB,MAAM,2CAA2C,CAAC;AACrF,OAAO,KAAK,gCAAgC,MAAM,gEAAgE,CAAC;AAGnH,MAAM,CAAC,MAAM,QAAQ,GAAyB;IAC5C,MAAM,EAAE;QACN;YACE,MAAM,EAAE,YAAY;YACpB,IAAI,EAAE,OAAO;YACb,OAAO,EAAE,CAAC,KAAK,CAAC;YAChB,UAAU,EAAE,EAAE;YACd,OAAO,EAAE;
|
|
1
|
+
{"version":3,"file":"registry.js","sourceRoot":"","sources":["../../../../src/plugins/service-betterportal-docs-site/.bp-generated/registry.ts"],"names":[],"mappings":"AAAA,uDAAuD;AACvD,OAAO,KAAK,SAAS,MAAM,4BAA4B,CAAC;AACxD,OAAO,KAAK,YAAY,MAAM,0BAA0B,CAAC;AACzD,OAAO,KAAK,qBAAqB,MAAM,+CAA+C,CAAC;AACvF,OAAO,KAAK,oBAAoB,MAAM,6CAA6C,CAAC;AACpF,OAAO,KAAK,uBAAuB,MAAM,2CAA2C,CAAC;AACrF,OAAO,KAAK,gCAAgC,MAAM,gEAAgE,CAAC;AAGnH,MAAM,CAAC,MAAM,QAAQ,GAAyB;IAC5C,MAAM,EAAE;QACN;YACE,MAAM,EAAE,YAAY;YACpB,IAAI,EAAE,OAAO;YACb,OAAO,EAAE,CAAC,KAAK,CAAC;YAChB,UAAU,EAAE,EAAE;YACd,OAAO,EAAE,EAAE;YACX,YAAY,EAAE,EAAE,GAAG,EAAE,EAAE,MAAM,EAAE,KAAK,EAAE,WAAW,EAAE,YAAY,CAAC,WAAW,EAAE,KAAK,EAAE,YAAY,CAAC,KAAK,EAAE,WAAW,EAAE,YAAY,CAAC,WAAW,EAAE,OAAO,EAAE;wBACtJ,QAAQ,EAAE,YAAY,CAAC,cAAc;qBACtC,EAAE,OAAO,EAAE,YAAY,CAAC,OAAO,EAAE,IAAI,EAAE,YAAY,CAAC,IAAI,EAAE,UAAU,EAAE,YAAY,CAAC,UAAU,EAAE,aAAa,EAAE,YAAY,CAAC,aAAa,EAAE,EAAE;YAC7I,QAAQ,EAAE,EAAE,GAAG,EAAE,YAAY,CAAC,OAAO,EAAE;YACvC,KAAK,EAAE,SAAS,CAAC,KAAK;YACtB,WAAW,EAAE,SAAS,CAAC,WAAW;YAClC,SAAS,EAAE;gBACT,YAAY,EAAE;oBACZ,KAAK,EAAE,CAAC,EAAE,UAAU,EAAE,SAAS,EAAE,IAAI,EAAE,MAAM,EAAE,MAAM,EAAE,KAAK,EAAE,MAAM,EAAE,qBAAqB,CAAC,MAAM,EAAE,CAAC;oBACrG,UAAU,EAAE,EAAE;oBACd,SAAS,EAAE,EAAE;iBACd;aACF;SACF;QACD;YACE,MAAM,EAAE,2BAA2B;YACnC,IAAI,EAAE,sBAAsB;YAC5B,OAAO,EAAE,CAAC,KAAK,CAAC;YAChB,UAAU,EAAE,CAAC,SAAS,EAAC,MAAM,CAAC;YAC9B,OAAO,EAAE,EAAE;YACX,YAAY,EAAE,EAAE,GAAG,EAAE,EAAE,MAAM,EAAE,KAAK,EAAE,WAAW,EAAE,uBAAuB,CAAC,WAAW,EAAE,KAAK,EAAE,uBAAuB,CAAC,KAAK,EAAE,WAAW,EAAE,uBAAuB,CAAC,WAAW,EAAE,OAAO,EAAE;wBACvL,QAAQ,EAAE,uBAAuB,CAAC,cAAc;qBACjD,EAAE,OAAO,EAAE,uBAAuB,CAAC,OAAO,EAAE,IAAI,EAAE,uBAAuB,CAAC,IAAI,EAAE,UAAU,EAAE,uBAAuB,CAAC,UAAU,EAAE,aAAa,EAAE,uBAAuB,CAAC,aAAa,EAAE,EAAE;YACzL,QAAQ,EAAE,EAAE,GAAG,EAAE,uBAAuB,CAAC,OAAO,EAAE;YAClD,KAAK,EAAE,oBAAoB,CAAC,KAAK;YACjC,WAAW,EAAE,oBAAoB,CAAC,WAAW;YAC7C,SAAS,EAAE;gBACT,YAAY,EAAE;oBACZ,KAAK,EAAE,CAAC,EAAE,UAAU,EAAE,SAAS,EAAE,IAAI,EAAE,MAAM,EAAE,MAAM,EAAE,KAAK,EAAE,MAAM,EAAE,gCAAgC,CAAC,MAAM,EAAE,CAAC;oBAChH,UAAU,EAAE,EAAE;oBACd,SAAS,EAAE,EAAE;iBACd;aACF;SACF;KACF;IACD,cAAc,EAAE,EACf;CACF,CAAC"}
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
export declare const operationId = "docs.browse";
|
|
2
|
+
export { title, description, auth, cacheHints, demoScenarios } from "./route.impl.js";
|
|
1
3
|
export { ResponseSchema } from "./route.impl.js";
|
|
2
4
|
export { handleGet as default } from "./route.impl.js";
|
|
3
5
|
//# sourceMappingURL=GET.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"GET.d.ts","sourceRoot":"","sources":["../../../../../src/plugins/service-betterportal-docs-site/bp-routes/docs/GET.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAC;AACjD,OAAO,EAAE,SAAS,IAAI,OAAO,EAAE,MAAM,iBAAiB,CAAC"}
|
|
1
|
+
{"version":3,"file":"GET.d.ts","sourceRoot":"","sources":["../../../../../src/plugins/service-betterportal-docs-site/bp-routes/docs/GET.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,WAAW,gBAAgB,CAAC;AACzC,OAAO,EAAE,KAAK,EAAE,WAAW,EAAE,IAAI,EAAE,UAAU,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAC;AACtF,OAAO,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAC;AACjD,OAAO,EAAE,SAAS,IAAI,OAAO,EAAE,MAAM,iBAAiB,CAAC"}
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
export const operationId = "docs.browse";
|
|
2
|
+
export { title, description, auth, cacheHints, demoScenarios } from "./route.impl.js";
|
|
1
3
|
export { ResponseSchema } from "./route.impl.js";
|
|
2
4
|
export { handleGet as default } from "./route.impl.js";
|
|
3
5
|
//# sourceMappingURL=GET.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"GET.js","sourceRoot":"","sources":["../../../../../src/plugins/service-betterportal-docs-site/bp-routes/docs/GET.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAC;AACjD,OAAO,EAAE,SAAS,IAAI,OAAO,EAAE,MAAM,iBAAiB,CAAC"}
|
|
1
|
+
{"version":3,"file":"GET.js","sourceRoot":"","sources":["../../../../../src/plugins/service-betterportal-docs-site/bp-routes/docs/GET.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,WAAW,GAAG,aAAa,CAAC;AACzC,OAAO,EAAE,KAAK,EAAE,WAAW,EAAE,IAAI,EAAE,UAAU,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAC;AACtF,OAAO,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAC;AACjD,OAAO,EAAE,SAAS,IAAI,OAAO,EAAE,MAAM,iBAAiB,CAAC"}
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
export declare const operationId = "docs.read";
|
|
2
|
+
export { title, description, auth, cacheHints, demoScenarios } from "./route.impl.js";
|
|
1
3
|
export { ResponseSchema } from "./route.impl.js";
|
|
2
4
|
export { handleGet as default } from "./route.impl.js";
|
|
3
5
|
//# sourceMappingURL=GET.d.ts.map
|
package/lib/plugins/service-betterportal-docs-site/bp-routes/docs/[section]/[page]/GET.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"GET.d.ts","sourceRoot":"","sources":["../../../../../../../src/plugins/service-betterportal-docs-site/bp-routes/docs/[section]/[page]/GET.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAC;AACjD,OAAO,EAAE,SAAS,IAAI,OAAO,EAAE,MAAM,iBAAiB,CAAC"}
|
|
1
|
+
{"version":3,"file":"GET.d.ts","sourceRoot":"","sources":["../../../../../../../src/plugins/service-betterportal-docs-site/bp-routes/docs/[section]/[page]/GET.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,WAAW,cAAc,CAAC;AACvC,OAAO,EAAE,KAAK,EAAE,WAAW,EAAE,IAAI,EAAE,UAAU,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAC;AACtF,OAAO,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAC;AACjD,OAAO,EAAE,SAAS,IAAI,OAAO,EAAE,MAAM,iBAAiB,CAAC"}
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
export const operationId = "docs.read";
|
|
2
|
+
export { title, description, auth, cacheHints, demoScenarios } from "./route.impl.js";
|
|
1
3
|
export { ResponseSchema } from "./route.impl.js";
|
|
2
4
|
export { handleGet as default } from "./route.impl.js";
|
|
3
5
|
//# sourceMappingURL=GET.js.map
|
package/lib/plugins/service-betterportal-docs-site/bp-routes/docs/[section]/[page]/GET.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"GET.js","sourceRoot":"","sources":["../../../../../../../src/plugins/service-betterportal-docs-site/bp-routes/docs/[section]/[page]/GET.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAC;AACjD,OAAO,EAAE,SAAS,IAAI,OAAO,EAAE,MAAM,iBAAiB,CAAC"}
|
|
1
|
+
{"version":3,"file":"GET.js","sourceRoot":"","sources":["../../../../../../../src/plugins/service-betterportal-docs-site/bp-routes/docs/[section]/[page]/GET.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,WAAW,GAAG,WAAW,CAAC;AACvC,OAAO,EAAE,KAAK,EAAE,WAAW,EAAE,IAAI,EAAE,UAAU,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAC;AACtF,OAAO,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAC;AACjD,OAAO,EAAE,SAAS,IAAI,OAAO,EAAE,MAAM,iBAAiB,CAAC"}
|
package/lib/plugins/service-betterportal-docs-site/bp-routes/docs/[section]/[page]/index.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { title, description
|
|
1
|
+
export { title, description } from "./route.impl.js";
|
|
2
2
|
//# sourceMappingURL=index.d.ts.map
|
package/lib/plugins/service-betterportal-docs-site/bp-routes/docs/[section]/[page]/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../src/plugins/service-betterportal-docs-site/bp-routes/docs/[section]/[page]/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,WAAW,EAAE,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../src/plugins/service-betterportal-docs-site/bp-routes/docs/[section]/[page]/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,WAAW,EAAE,MAAM,iBAAiB,CAAC"}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { title, description
|
|
1
|
+
export { title, description } from "./route.impl.js";
|
|
2
2
|
//# sourceMappingURL=index.js.map
|
package/lib/plugins/service-betterportal-docs-site/bp-routes/docs/[section]/[page]/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../../src/plugins/service-betterportal-docs-site/bp-routes/docs/[section]/[page]/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,WAAW,EAAE,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../../src/plugins/service-betterportal-docs-site/bp-routes/docs/[section]/[page]/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,WAAW,EAAE,MAAM,iBAAiB,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"route.impl.d.ts","sourceRoot":"","sources":["../../../../../../../src/plugins/service-betterportal-docs-site/bp-routes/docs/[section]/[page]/route.impl.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,MAAM,SAAS,CAAC;AAC9B,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,SAAS,CAAC;AACrC,OAAO,EAEL,KAAK,UAAU,EACf,KAAK,YAAY,EACjB,KAAK,kBAAkB,EACxB,MAAM,yBAAyB,CAAC;AAajC,eAAO,MAAM,cAAc;;;;;;;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"route.impl.d.ts","sourceRoot":"","sources":["../../../../../../../src/plugins/service-betterportal-docs-site/bp-routes/docs/[section]/[page]/route.impl.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,MAAM,SAAS,CAAC;AAC9B,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,SAAS,CAAC;AACrC,OAAO,EAEL,KAAK,UAAU,EACf,KAAK,YAAY,EACjB,KAAK,kBAAkB,EACxB,MAAM,yBAAyB,CAAC;AAajC,eAAO,MAAM,cAAc;;;;;;;;;;;;;;;;EAQzB,CAAC;AACH,MAAM,MAAM,YAAY,GAAG,KAAK,CAAC,OAAO,cAAc,CAAC,CAAC;AAExD,eAAO,MAAM,KAAK,0BAA0B,CAAC;AAC7C,eAAO,MAAM,WAAW,qDAAqD,CAAC;AAE9E,eAAO,MAAM,IAAI,EAAE,kBAGlB,CAAC;AAEF,eAAO,MAAM,UAAU,EAAE,UAGxB,CAAC;AAEF,eAAO,MAAM,aAAa,EAAE,YAAY,CAAC,YAAY,CAAC,EAcrD,CAAC;AAEF,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;oCA8BrB,CAAC"}
|
package/lib/plugins/service-betterportal-docs-site/bp-routes/docs/[section]/[page]/route.impl.js
CHANGED
|
@@ -9,7 +9,7 @@ const DocSummarySchema = av.object({
|
|
|
9
9
|
href: av.string().minLength(1),
|
|
10
10
|
sourcePath: av.string().minLength(1),
|
|
11
11
|
excerpt: av.string()
|
|
12
|
-
}
|
|
12
|
+
});
|
|
13
13
|
export const ResponseSchema = av.object({
|
|
14
14
|
title: av.string().minLength(1),
|
|
15
15
|
section: av.string().minLength(1),
|
|
@@ -18,7 +18,7 @@ export const ResponseSchema = av.object({
|
|
|
18
18
|
markdown: av.string(),
|
|
19
19
|
docs: av.array(DocSummarySchema),
|
|
20
20
|
notFound: av.bool()
|
|
21
|
-
}
|
|
21
|
+
});
|
|
22
22
|
export const title = "BetterPortal Doc Page";
|
|
23
23
|
export const description = "Markdown-backed BetterPortal documentation page.";
|
|
24
24
|
export const auth = {
|
package/lib/plugins/service-betterportal-docs-site/bp-routes/docs/[section]/[page]/route.impl.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"route.impl.js","sourceRoot":"","sources":["../../../../../../../src/plugins/service-betterportal-docs-site/bp-routes/docs/[section]/[page]/route.impl.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,MAAM,SAAS,CAAC;AAE9B,OAAO,EACL,aAAa,EAId,MAAM,yBAAyB,CAAC;AACjC,OAAO,EAAE,MAAM,EAAE,QAAQ,EAAE,MAAM,kBAAkB,CAAC;AAEpD,MAAM,gBAAgB,GAAG,EAAE,CAAC,MAAM,CAAC;IACjC,EAAE,EAAE,EAAE,CAAC,MAAM,EAAE,CAAC,SAAS,CAAC,CAAC,CAAC;IAC5B,OAAO,EAAE,EAAE,CAAC,MAAM,EAAE,CAAC,SAAS,CAAC,CAAC,CAAC;IACjC,IAAI,EAAE,EAAE,CAAC,MAAM,EAAE,CAAC,SAAS,CAAC,CAAC,CAAC;IAC9B,KAAK,EAAE,EAAE,CAAC,MAAM,EAAE,CAAC,SAAS,CAAC,CAAC,CAAC;IAC/B,IAAI,EAAE,EAAE,CAAC,MAAM,EAAE,CAAC,SAAS,CAAC,CAAC,CAAC;IAC9B,UAAU,EAAE,EAAE,CAAC,MAAM,EAAE,CAAC,SAAS,CAAC,CAAC,CAAC;IACpC,OAAO,EAAE,EAAE,CAAC,MAAM,EAAE;CACrB,
|
|
1
|
+
{"version":3,"file":"route.impl.js","sourceRoot":"","sources":["../../../../../../../src/plugins/service-betterportal-docs-site/bp-routes/docs/[section]/[page]/route.impl.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { title, description
|
|
1
|
+
export { title, description } from "./route.impl.js";
|
|
2
2
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/plugins/service-betterportal-docs-site/bp-routes/docs/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,WAAW,EAAE,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/plugins/service-betterportal-docs-site/bp-routes/docs/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,WAAW,EAAE,MAAM,iBAAiB,CAAC"}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { title, description
|
|
1
|
+
export { title, description } from "./route.impl.js";
|
|
2
2
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/plugins/service-betterportal-docs-site/bp-routes/docs/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,WAAW,EAAE,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/plugins/service-betterportal-docs-site/bp-routes/docs/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,WAAW,EAAE,MAAM,iBAAiB,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"route.impl.d.ts","sourceRoot":"","sources":["../../../../../src/plugins/service-betterportal-docs-site/bp-routes/docs/route.impl.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,MAAM,SAAS,CAAC;AAC9B,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,SAAS,CAAC;AACrC,OAAO,EAEL,KAAK,UAAU,EACf,KAAK,YAAY,EACjB,KAAK,kBAAkB,EACxB,MAAM,yBAAyB,CAAC;AAajC,eAAO,MAAM,cAAc;;;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"route.impl.d.ts","sourceRoot":"","sources":["../../../../../src/plugins/service-betterportal-docs-site/bp-routes/docs/route.impl.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,MAAM,SAAS,CAAC;AAC9B,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,SAAS,CAAC;AACrC,OAAO,EAEL,KAAK,UAAU,EACf,KAAK,YAAY,EACjB,KAAK,kBAAkB,EACxB,MAAM,yBAAyB,CAAC;AAajC,eAAO,MAAM,cAAc;;;;;;;;;;;;EAIzB,CAAC;AACH,MAAM,MAAM,YAAY,GAAG,KAAK,CAAC,OAAO,cAAc,CAAC,CAAC;AAExD,eAAO,MAAM,KAAK,sBAAsB,CAAC;AACzC,eAAO,MAAM,WAAW,0CAA0C,CAAC;AAEnE,eAAO,MAAM,IAAI,EAAE,kBAGlB,CAAC;AAEF,eAAO,MAAM,UAAU,EAAE,UAGxB,CAAC;AAEF,eAAO,MAAM,aAAa,EAAE,YAAY,CAAC,YAAY,CAAC,EAUrD,CAAC;AAEF,eAAO,MAAM,SAAS;;;;;;;;;;;;oCAOrB,CAAC"}
|
|
@@ -9,12 +9,12 @@ const DocSummarySchema = av.object({
|
|
|
9
9
|
href: av.string().minLength(1),
|
|
10
10
|
sourcePath: av.string().minLength(1),
|
|
11
11
|
excerpt: av.string()
|
|
12
|
-
}
|
|
12
|
+
});
|
|
13
13
|
export const ResponseSchema = av.object({
|
|
14
14
|
title: av.string().minLength(1),
|
|
15
15
|
description: av.string().minLength(1),
|
|
16
16
|
docs: av.array(DocSummarySchema)
|
|
17
|
-
}
|
|
17
|
+
});
|
|
18
18
|
export const title = "BetterPortal Docs";
|
|
19
19
|
export const description = "Documentation index for BetterPortal.";
|
|
20
20
|
export const auth = {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"route.impl.js","sourceRoot":"","sources":["../../../../../src/plugins/service-betterportal-docs-site/bp-routes/docs/route.impl.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,MAAM,SAAS,CAAC;AAE9B,OAAO,EACL,aAAa,EAId,MAAM,yBAAyB,CAAC;AACjC,OAAO,EAAE,QAAQ,EAAE,MAAM,cAAc,CAAC;AAExC,MAAM,gBAAgB,GAAG,EAAE,CAAC,MAAM,CAAC;IACjC,EAAE,EAAE,EAAE,CAAC,MAAM,EAAE,CAAC,SAAS,CAAC,CAAC,CAAC;IAC5B,OAAO,EAAE,EAAE,CAAC,MAAM,EAAE,CAAC,SAAS,CAAC,CAAC,CAAC;IACjC,IAAI,EAAE,EAAE,CAAC,MAAM,EAAE,CAAC,SAAS,CAAC,CAAC,CAAC;IAC9B,KAAK,EAAE,EAAE,CAAC,MAAM,EAAE,CAAC,SAAS,CAAC,CAAC,CAAC;IAC/B,IAAI,EAAE,EAAE,CAAC,MAAM,EAAE,CAAC,SAAS,CAAC,CAAC,CAAC;IAC9B,UAAU,EAAE,EAAE,CAAC,MAAM,EAAE,CAAC,SAAS,CAAC,CAAC,CAAC;IACpC,OAAO,EAAE,EAAE,CAAC,MAAM,EAAE;CACrB,
|
|
1
|
+
{"version":3,"file":"route.impl.js","sourceRoot":"","sources":["../../../../../src/plugins/service-betterportal-docs-site/bp-routes/docs/route.impl.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,MAAM,SAAS,CAAC;AAE9B,OAAO,EACL,aAAa,EAId,MAAM,yBAAyB,CAAC;AACjC,OAAO,EAAE,QAAQ,EAAE,MAAM,cAAc,CAAC;AAExC,MAAM,gBAAgB,GAAG,EAAE,CAAC,MAAM,CAAC;IACjC,EAAE,EAAE,EAAE,CAAC,MAAM,EAAE,CAAC,SAAS,CAAC,CAAC,CAAC;IAC5B,OAAO,EAAE,EAAE,CAAC,MAAM,EAAE,CAAC,SAAS,CAAC,CAAC,CAAC;IACjC,IAAI,EAAE,EAAE,CAAC,MAAM,EAAE,CAAC,SAAS,CAAC,CAAC,CAAC;IAC9B,KAAK,EAAE,EAAE,CAAC,MAAM,EAAE,CAAC,SAAS,CAAC,CAAC,CAAC;IAC/B,IAAI,EAAE,EAAE,CAAC,MAAM,EAAE,CAAC,SAAS,CAAC,CAAC,CAAC;IAC9B,UAAU,EAAE,EAAE,CAAC,MAAM,EAAE,CAAC,SAAS,CAAC,CAAC,CAAC;IACpC,OAAO,EAAE,EAAE,CAAC,MAAM,EAAE;CACrB,CAAC,CAAC;AAEH,MAAM,CAAC,MAAM,cAAc,GAAG,EAAE,CAAC,MAAM,CAAC;IACtC,KAAK,EAAE,EAAE,CAAC,MAAM,EAAE,CAAC,SAAS,CAAC,CAAC,CAAC;IAC/B,WAAW,EAAE,EAAE,CAAC,MAAM,EAAE,CAAC,SAAS,CAAC,CAAC,CAAC;IACrC,IAAI,EAAE,EAAE,CAAC,KAAK,CAAC,gBAAgB,CAAC;CACjC,CAAC,CAAC;AAGH,MAAM,CAAC,MAAM,KAAK,GAAG,mBAAmB,CAAC;AACzC,MAAM,CAAC,MAAM,WAAW,GAAG,uCAAuC,CAAC;AAEnE,MAAM,CAAC,MAAM,IAAI,GAAuB;IACtC,QAAQ,EAAE,KAAK;IACf,WAAW,EAAE,EAAE;CAChB,CAAC;AAEF,MAAM,CAAC,MAAM,UAAU,GAAe;IACpC,UAAU,EAAE,EAAE;IACd,MAAM,EAAE,CAAC,QAAQ,EAAE,QAAQ,EAAE,SAAS,EAAE,SAAS,EAAE,UAAU,CAAC;CAC/D,CAAC;AAEF,MAAM,CAAC,MAAM,aAAa,GAAiC;IACzD;QACE,EAAE,EAAE,SAAS;QACb,KAAK,EAAE,YAAY;QACnB,QAAQ,EAAE;YACR,KAAK,EAAE,cAAc;YACrB,WAAW,EAAE,+DAA+D;YAC5E,IAAI,EAAE,EAAE;SACT;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,SAAS,GAAG,aAAa,CACpC,EAAE,QAAQ,EAAE,cAAc,EAAE,EAC5B,KAAK,IAAI,EAAE,CAAC,CAAC;IACX,KAAK,EAAE,cAAc;IACrB,WAAW,EAAE,+DAA+D;IAC5E,IAAI,EAAE,MAAM,QAAQ,EAAE;CACvB,CAAC,CACH,CAAC"}
|
|
@@ -11,7 +11,7 @@ const PluginConfigSchema = av.object({
|
|
|
11
11
|
host: av.string().minLength(1).default("0.0.0.0"),
|
|
12
12
|
port: av.int().min(1).default(3400),
|
|
13
13
|
betterportal: BetterPortalConfigSchema
|
|
14
|
-
}
|
|
14
|
+
});
|
|
15
15
|
const Config = createConfigSchema({
|
|
16
16
|
name: "service-betterportal-docs-site",
|
|
17
17
|
description: "Documentation site service for BetterPortal",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/plugins/service-betterportal-docs-site/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAEL,kBAAkB,EAClB,kBAAkB,EAEnB,MAAM,WAAW,CAAC;AACnB,OAAO,EAAE,QAAQ,EAAE,MAAM,kBAAkB,CAAC;AAC5C,OAAO,EAAE,aAAa,EAAE,MAAM,UAAU,CAAC;AACzC,OAAO,EAAE,OAAO,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC;AAC7C,OAAO,KAAK,EAAE,MAAM,SAAS,CAAC;AAC9B,OAAO,EAAE,wBAAwB,EAAE,SAAS,EAA4B,MAAM,0BAA0B,CAAC;AAEzG,OAAO,EAAE,QAAQ,EAAE,MAAM,6BAA6B,CAAC;AAEvD,MAAM,SAAS,GAAG,OAAO,CAAC,OAAO,CAAC,aAAa,CAAC,MAAM,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC,EAAE,QAAQ,CAAC,CAAC;AAC7E,MAAM,aAAa,GAAG,IAAI,GAAG,CAAC,CAAC,gBAAgB,EAAE,cAAc,CAAC,CAAC,CAAC;AAElE,MAAM,kBAAkB,GAAG,EAAE,CAAC,MAAM,CAAC;IACnC,IAAI,EAAE,EAAE,CAAC,MAAM,EAAE,CAAC,SAAS,CAAC,CAAC,CAAC,CAAC,OAAO,CAAC,SAAS,CAAC;IACjD,IAAI,EAAE,EAAE,CAAC,GAAG,EAAE,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,OAAO,CAAC,IAAI,CAAC;IACnC,YAAY,EAAE,wBAAwB;CACvC,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/plugins/service-betterportal-docs-site/index.ts"],"names":[],"mappings":"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"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@betterportal/docs-site",
|
|
3
|
-
"version": "10.1.
|
|
3
|
+
"version": "10.1.63",
|
|
4
4
|
"description": "BetterPortal documentation site service",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"types": "src/index.ts",
|
|
@@ -33,8 +33,8 @@
|
|
|
33
33
|
"typescript": "^6.0.3"
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"@betterportal/framework": "10.1.
|
|
37
|
-
"@betterportal/plugin-bsb": "10.1.
|
|
36
|
+
"@betterportal/framework": "10.1.63",
|
|
37
|
+
"@betterportal/plugin-bsb": "10.1.63",
|
|
38
38
|
"@bsb/base": "^9.6.60",
|
|
39
39
|
"anyvali": "^1.0.6",
|
|
40
40
|
"jsx-htmx": "4.0.0-beta6"
|