@techdocs/cli 0.0.0-nightly-20240705021713 → 0.0.0-nightly-20240707021930
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/CHANGELOG.md +3 -3
- package/dist/embedded-app/.config-schema.json +46 -46
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
# @techdocs/cli
|
|
2
2
|
|
|
3
|
-
## 0.0.0-nightly-
|
|
3
|
+
## 0.0.0-nightly-20240707021930
|
|
4
4
|
|
|
5
5
|
### Patch Changes
|
|
6
6
|
|
|
7
7
|
- c964a3d: Import discovery from backend-defaults instead of backend-common
|
|
8
8
|
- Updated dependencies
|
|
9
|
-
- @backstage/backend-defaults@0.0.0-nightly-
|
|
10
|
-
- @backstage/plugin-techdocs-node@0.0.0-nightly-
|
|
9
|
+
- @backstage/backend-defaults@0.0.0-nightly-20240707021930
|
|
10
|
+
- @backstage/plugin-techdocs-node@0.0.0-nightly-20240707021930
|
|
11
11
|
- @backstage/catalog-model@1.5.0
|
|
12
12
|
- @backstage/cli-common@0.1.14
|
|
13
13
|
- @backstage/config@1.2.0
|
|
@@ -354,51 +354,6 @@
|
|
|
354
354
|
"$schema": "http://json-schema.org/draft-07/schema#"
|
|
355
355
|
}
|
|
356
356
|
},
|
|
357
|
-
{
|
|
358
|
-
"path": "../../plugins/techdocs/config.d.ts",
|
|
359
|
-
"value": {
|
|
360
|
-
"type": "object",
|
|
361
|
-
"properties": {
|
|
362
|
-
"techdocs": {
|
|
363
|
-
"description": "Configuration options for the techdocs plugin",
|
|
364
|
-
"type": "object",
|
|
365
|
-
"properties": {
|
|
366
|
-
"builder": {
|
|
367
|
-
"description": "Documentation building process depends on the builder attr",
|
|
368
|
-
"visibility": "frontend",
|
|
369
|
-
"enum": [
|
|
370
|
-
"external",
|
|
371
|
-
"local"
|
|
372
|
-
],
|
|
373
|
-
"type": "string"
|
|
374
|
-
},
|
|
375
|
-
"legacyUseCaseSensitiveTripletPaths": {
|
|
376
|
-
"description": "Allows fallback to case-sensitive triplets in case of migration issues.",
|
|
377
|
-
"visibility": "frontend",
|
|
378
|
-
"type": "boolean"
|
|
379
|
-
},
|
|
380
|
-
"sanitizer": {
|
|
381
|
-
"type": "object",
|
|
382
|
-
"properties": {
|
|
383
|
-
"allowedIframeHosts": {
|
|
384
|
-
"description": "Allows iframe tag only for listed hosts\nExample:\n allowedIframeHosts: [\"example.com\"]\n this will allow all iframes with the host `example.com` in the src attribute",
|
|
385
|
-
"visibility": "frontend",
|
|
386
|
-
"type": "array",
|
|
387
|
-
"items": {
|
|
388
|
-
"type": "string"
|
|
389
|
-
}
|
|
390
|
-
}
|
|
391
|
-
}
|
|
392
|
-
}
|
|
393
|
-
}
|
|
394
|
-
}
|
|
395
|
-
},
|
|
396
|
-
"required": [
|
|
397
|
-
"techdocs"
|
|
398
|
-
],
|
|
399
|
-
"$schema": "http://json-schema.org/draft-07/schema#"
|
|
400
|
-
}
|
|
401
|
-
},
|
|
402
357
|
{
|
|
403
358
|
"path": "../core-components/config.d.ts",
|
|
404
359
|
"value": {
|
|
@@ -444,6 +399,51 @@
|
|
|
444
399
|
"$schema": "http://json-schema.org/draft-07/schema#"
|
|
445
400
|
}
|
|
446
401
|
},
|
|
402
|
+
{
|
|
403
|
+
"path": "../../plugins/techdocs/config.d.ts",
|
|
404
|
+
"value": {
|
|
405
|
+
"type": "object",
|
|
406
|
+
"properties": {
|
|
407
|
+
"techdocs": {
|
|
408
|
+
"description": "Configuration options for the techdocs plugin",
|
|
409
|
+
"type": "object",
|
|
410
|
+
"properties": {
|
|
411
|
+
"builder": {
|
|
412
|
+
"description": "Documentation building process depends on the builder attr",
|
|
413
|
+
"visibility": "frontend",
|
|
414
|
+
"enum": [
|
|
415
|
+
"external",
|
|
416
|
+
"local"
|
|
417
|
+
],
|
|
418
|
+
"type": "string"
|
|
419
|
+
},
|
|
420
|
+
"legacyUseCaseSensitiveTripletPaths": {
|
|
421
|
+
"description": "Allows fallback to case-sensitive triplets in case of migration issues.",
|
|
422
|
+
"visibility": "frontend",
|
|
423
|
+
"type": "boolean"
|
|
424
|
+
},
|
|
425
|
+
"sanitizer": {
|
|
426
|
+
"type": "object",
|
|
427
|
+
"properties": {
|
|
428
|
+
"allowedIframeHosts": {
|
|
429
|
+
"description": "Allows iframe tag only for listed hosts\nExample:\n allowedIframeHosts: [\"example.com\"]\n this will allow all iframes with the host `example.com` in the src attribute",
|
|
430
|
+
"visibility": "frontend",
|
|
431
|
+
"type": "array",
|
|
432
|
+
"items": {
|
|
433
|
+
"type": "string"
|
|
434
|
+
}
|
|
435
|
+
}
|
|
436
|
+
}
|
|
437
|
+
}
|
|
438
|
+
}
|
|
439
|
+
}
|
|
440
|
+
},
|
|
441
|
+
"required": [
|
|
442
|
+
"techdocs"
|
|
443
|
+
],
|
|
444
|
+
"$schema": "http://json-schema.org/draft-07/schema#"
|
|
445
|
+
}
|
|
446
|
+
},
|
|
447
447
|
{
|
|
448
448
|
"path": "../integration/config.d.ts",
|
|
449
449
|
"value": {
|
|
@@ -1508,7 +1508,7 @@
|
|
|
1508
1508
|
}
|
|
1509
1509
|
},
|
|
1510
1510
|
{
|
|
1511
|
-
"path": "../../node_modules/@backstage-community/plugin-
|
|
1511
|
+
"path": "../../node_modules/@backstage-community/plugin-puppetdb/node_modules/@backstage/core-components/config.d.ts",
|
|
1512
1512
|
"value": {
|
|
1513
1513
|
"type": "object",
|
|
1514
1514
|
"properties": {
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@techdocs/cli",
|
|
3
3
|
"description": "Utility CLI for managing TechDocs sites in Backstage.",
|
|
4
|
-
"version": "0.0.0-nightly-
|
|
4
|
+
"version": "0.0.0-nightly-20240707021930",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
7
7
|
},
|
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
"techdocs-cli": "bin/techdocs-cli"
|
|
36
36
|
},
|
|
37
37
|
"devDependencies": {
|
|
38
|
-
"@backstage/cli": "^0.0.0-nightly-
|
|
38
|
+
"@backstage/cli": "^0.0.0-nightly-20240707021930",
|
|
39
39
|
"@types/commander": "^2.12.2",
|
|
40
40
|
"@types/fs-extra": "^11.0.0",
|
|
41
41
|
"@types/http-proxy": "^1.17.4",
|
|
@@ -56,11 +56,11 @@
|
|
|
56
56
|
"ext": "ts"
|
|
57
57
|
},
|
|
58
58
|
"dependencies": {
|
|
59
|
-
"@backstage/backend-defaults": "^0.0.0-nightly-
|
|
59
|
+
"@backstage/backend-defaults": "^0.0.0-nightly-20240707021930",
|
|
60
60
|
"@backstage/catalog-model": "^1.5.0",
|
|
61
61
|
"@backstage/cli-common": "^0.1.14",
|
|
62
62
|
"@backstage/config": "^1.2.0",
|
|
63
|
-
"@backstage/plugin-techdocs-node": "^0.0.0-nightly-
|
|
63
|
+
"@backstage/plugin-techdocs-node": "^0.0.0-nightly-20240707021930",
|
|
64
64
|
"commander": "^12.0.0",
|
|
65
65
|
"fs-extra": "^11.0.0",
|
|
66
66
|
"global-agent": "^3.0.0",
|