@betterportal/docs-site 10.1.52 → 10.1.54

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.
@@ -4,7 +4,7 @@
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.52",
7
+ "version": "10.1.54",
8
8
  "category": "service",
9
9
  "deploymentModes": [
10
10
  "self-hosted"
@@ -27,6 +27,7 @@
27
27
  "title": "BetterPortal Docs",
28
28
  "description": "Documentation index for BetterPortal.",
29
29
  "path": "/docs",
30
+ "pathVariants": [],
30
31
  "methods": [
31
32
  "GET"
32
33
  ],
@@ -137,6 +138,10 @@
137
138
  ],
138
139
  "permissions": []
139
140
  },
141
+ "sitemap": {
142
+ "kind": "default"
143
+ },
144
+ "robots": [],
140
145
  "dependencies": [],
141
146
  "apiContracts": [],
142
147
  "demoScenarios": [
@@ -166,6 +171,7 @@
166
171
  "title": "BetterPortal Doc Page",
167
172
  "description": "Markdown-backed BetterPortal documentation page.",
168
173
  "path": "/docs/:section/:page",
174
+ "pathVariants": [],
169
175
  "methods": [
170
176
  "GET"
171
177
  ],
@@ -294,6 +300,10 @@
294
300
  ],
295
301
  "permissions": []
296
302
  },
303
+ "sitemap": {
304
+ "kind": "default"
305
+ },
306
+ "robots": [],
297
307
  "dependencies": [],
298
308
  "apiContracts": [],
299
309
  "demoScenarios": [
@@ -338,6 +348,7 @@
338
348
  {
339
349
  "viewId": "docs.index",
340
350
  "path": "/docs",
351
+ "pathVariants": [],
341
352
  "methods": [
342
353
  "GET"
343
354
  ],
@@ -352,6 +363,7 @@
352
363
  {
353
364
  "viewId": "docs.$section.$page.index",
354
365
  "path": "/docs/:section/:page",
366
+ "pathVariants": [],
355
367
  "methods": [
356
368
  "GET"
357
369
  ],
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "pluginName": "service-betterportal-docs-site",
3
3
  "events": {},
4
- "version": "10.1.52",
4
+ "version": "10.1.54",
5
5
  "configSchema": {
6
6
  "anyvaliVersion": "1.0",
7
7
  "schemaVersion": "1.1",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "id": "service-betterportal-docs-site",
3
3
  "name": "service-betterportal-docs-site",
4
- "version": "10.1.52",
4
+ "version": "10.1.54",
5
5
  "description": "Documentation site service for BetterPortal",
6
6
  "category": "service",
7
7
  "tags": [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@betterportal/docs-site",
3
- "version": "10.1.52",
3
+ "version": "10.1.54",
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.52",
37
- "@betterportal/plugin-bsb": "10.1.52",
36
+ "@betterportal/framework": "10.1.54",
37
+ "@betterportal/plugin-bsb": "10.1.54",
38
38
  "@bsb/base": "^9.6.60",
39
39
  "anyvali": "^1.0.6",
40
40
  "jsx-htmx": "4.0.0-beta6"