@techdocs/cli 0.0.0-nightly-20231128021620 → 0.0.0-nightly-20231129021646
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 +20 -5
- package/dist/embedded-app/.config-schema.json +52 -52
- package/dist/embedded-app/index.html +1 -1
- package/dist/embedded-app/static/main.58e94ce8.js +491 -0
- package/dist/embedded-app/static/main.58e94ce8.js.map +1 -0
- package/dist/embedded-app/static/{runtime.fbab724e.js → runtime.58e94ce8.js} +1 -1
- package/dist/embedded-app/static/{runtime.fbab724e.js.map → runtime.58e94ce8.js.map} +1 -1
- package/dist/embedded-app/static/vendor.58e94ce8.js +164 -0
- package/dist/embedded-app/static/vendor.58e94ce8.js.map +1 -0
- package/dist/index.cjs.js +1 -1
- package/package.json +4 -4
- package/dist/embedded-app/static/main.fbab724e.js +0 -491
- package/dist/embedded-app/static/main.fbab724e.js.map +0 -1
- package/dist/embedded-app/static/vendor.fbab724e.js +0 -159
- package/dist/embedded-app/static/vendor.fbab724e.js.map +0 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,17 +1,32 @@
|
|
|
1
1
|
# @techdocs/cli
|
|
2
2
|
|
|
3
|
-
## 0.0.0-nightly-
|
|
3
|
+
## 0.0.0-nightly-20231129021646
|
|
4
4
|
|
|
5
5
|
### Minor Changes
|
|
6
6
|
|
|
7
|
-
-
|
|
8
|
-
-
|
|
7
|
+
- d15d483: Add command `--runAsDefaultUser` for `@techdocs/cli generate` to bypass running the docker builds as host user for macOS and Linux.
|
|
8
|
+
- b2dccad: Support passing additional `mkdocs-server` CLI parameters (`--dirtyreload`, `--strict` and `--clean`) when run in containerized mode.
|
|
9
9
|
|
|
10
10
|
### Patch Changes
|
|
11
11
|
|
|
12
12
|
- Updated dependencies
|
|
13
|
-
- @backstage/backend-common@0.0.0-nightly-
|
|
14
|
-
- @backstage/plugin-techdocs-node@0.0.0-nightly-
|
|
13
|
+
- @backstage/backend-common@0.0.0-nightly-20231129021646
|
|
14
|
+
- @backstage/plugin-techdocs-node@0.0.0-nightly-20231129021646
|
|
15
|
+
- @backstage/catalog-model@1.4.3
|
|
16
|
+
- @backstage/cli-common@0.1.13
|
|
17
|
+
- @backstage/config@1.1.1
|
|
18
|
+
|
|
19
|
+
## 1.8.0-next.1
|
|
20
|
+
|
|
21
|
+
### Minor Changes
|
|
22
|
+
|
|
23
|
+
- b2dccad7b3: Support passing additional `mkdocs-server` CLI parameters (`--dirtyreload`, `--strict` and `--clean`) when run in containerized mode.
|
|
24
|
+
|
|
25
|
+
### Patch Changes
|
|
26
|
+
|
|
27
|
+
- Updated dependencies
|
|
28
|
+
- @backstage/plugin-techdocs-node@1.11.0-next.1
|
|
29
|
+
- @backstage/backend-common@0.20.0-next.1
|
|
15
30
|
- @backstage/catalog-model@1.4.3
|
|
16
31
|
- @backstage/cli-common@0.1.13
|
|
17
32
|
- @backstage/config@1.1.1
|
|
@@ -416,6 +416,36 @@
|
|
|
416
416
|
"$schema": "http://json-schema.org/draft-07/schema#"
|
|
417
417
|
}
|
|
418
418
|
},
|
|
419
|
+
{
|
|
420
|
+
"path": "../../plugins/catalog/config.d.ts",
|
|
421
|
+
"value": {
|
|
422
|
+
"type": "object",
|
|
423
|
+
"properties": {
|
|
424
|
+
"catalog": {
|
|
425
|
+
"type": "object",
|
|
426
|
+
"properties": {
|
|
427
|
+
"experimentalPagination": {
|
|
428
|
+
"deepVisibility": "frontend",
|
|
429
|
+
"anyOf": [
|
|
430
|
+
{
|
|
431
|
+
"type": "object",
|
|
432
|
+
"properties": {
|
|
433
|
+
"limit": {
|
|
434
|
+
"type": "number"
|
|
435
|
+
}
|
|
436
|
+
}
|
|
437
|
+
},
|
|
438
|
+
{
|
|
439
|
+
"type": "boolean"
|
|
440
|
+
}
|
|
441
|
+
]
|
|
442
|
+
}
|
|
443
|
+
}
|
|
444
|
+
}
|
|
445
|
+
},
|
|
446
|
+
"$schema": "http://json-schema.org/draft-07/schema#"
|
|
447
|
+
}
|
|
448
|
+
},
|
|
419
449
|
{
|
|
420
450
|
"path": "../integration/config.d.ts",
|
|
421
451
|
"value": {
|
|
@@ -828,36 +858,6 @@
|
|
|
828
858
|
"$schema": "http://json-schema.org/draft-07/schema#"
|
|
829
859
|
}
|
|
830
860
|
},
|
|
831
|
-
{
|
|
832
|
-
"path": "../../plugins/catalog/config.d.ts",
|
|
833
|
-
"value": {
|
|
834
|
-
"type": "object",
|
|
835
|
-
"properties": {
|
|
836
|
-
"catalog": {
|
|
837
|
-
"type": "object",
|
|
838
|
-
"properties": {
|
|
839
|
-
"experimentalPagination": {
|
|
840
|
-
"deepVisibility": "frontend",
|
|
841
|
-
"anyOf": [
|
|
842
|
-
{
|
|
843
|
-
"type": "object",
|
|
844
|
-
"properties": {
|
|
845
|
-
"limit": {
|
|
846
|
-
"type": "number"
|
|
847
|
-
}
|
|
848
|
-
}
|
|
849
|
-
},
|
|
850
|
-
{
|
|
851
|
-
"type": "boolean"
|
|
852
|
-
}
|
|
853
|
-
]
|
|
854
|
-
}
|
|
855
|
-
}
|
|
856
|
-
}
|
|
857
|
-
},
|
|
858
|
-
"$schema": "http://json-schema.org/draft-07/schema#"
|
|
859
|
-
}
|
|
860
|
-
},
|
|
861
861
|
{
|
|
862
862
|
"path": "../frontend-app-api/config.d.ts",
|
|
863
863
|
"value": {
|
|
@@ -962,52 +962,52 @@
|
|
|
962
962
|
}
|
|
963
963
|
},
|
|
964
964
|
{
|
|
965
|
-
"path": "../../
|
|
965
|
+
"path": "../../plugins/stackstorm/config.d.ts",
|
|
966
966
|
"value": {
|
|
967
967
|
"type": "object",
|
|
968
968
|
"properties": {
|
|
969
|
-
"
|
|
970
|
-
"description": "Extra configuration for score card plugin",
|
|
969
|
+
"stackstorm": {
|
|
971
970
|
"type": "object",
|
|
972
971
|
"properties": {
|
|
973
|
-
"
|
|
974
|
-
"description": "
|
|
975
|
-
"visibility": "frontend",
|
|
976
|
-
"type": "string"
|
|
977
|
-
},
|
|
978
|
-
"wikiLinkTemplate": {
|
|
979
|
-
"description": "The template for the link to the wiki, e.g. \"https://TBD/XXX/_wiki/wikis/XXX.wiki/{id}\"",
|
|
972
|
+
"webUrl": {
|
|
973
|
+
"description": "StackStorm Web UI url\nUsed in links to StackStorm web UI",
|
|
980
974
|
"visibility": "frontend",
|
|
981
975
|
"type": "string"
|
|
982
976
|
}
|
|
983
|
-
}
|
|
977
|
+
},
|
|
978
|
+
"required": [
|
|
979
|
+
"webUrl"
|
|
980
|
+
]
|
|
984
981
|
}
|
|
985
982
|
},
|
|
986
|
-
"required": [
|
|
987
|
-
"scorecards"
|
|
988
|
-
],
|
|
989
983
|
"$schema": "http://json-schema.org/draft-07/schema#"
|
|
990
984
|
}
|
|
991
985
|
},
|
|
992
986
|
{
|
|
993
|
-
"path": "../../
|
|
987
|
+
"path": "../../node_modules/@oriflame/backstage-plugin-score-card/config.d.ts",
|
|
994
988
|
"value": {
|
|
995
989
|
"type": "object",
|
|
996
990
|
"properties": {
|
|
997
|
-
"
|
|
991
|
+
"scorecards": {
|
|
992
|
+
"description": "Extra configuration for score card plugin",
|
|
998
993
|
"type": "object",
|
|
999
994
|
"properties": {
|
|
1000
|
-
"
|
|
1001
|
-
"description": "
|
|
995
|
+
"jsonDataUrl": {
|
|
996
|
+
"description": "The public absolute root URL with json file defining the score card entries.",
|
|
997
|
+
"visibility": "frontend",
|
|
998
|
+
"type": "string"
|
|
999
|
+
},
|
|
1000
|
+
"wikiLinkTemplate": {
|
|
1001
|
+
"description": "The template for the link to the wiki, e.g. \"https://TBD/XXX/_wiki/wikis/XXX.wiki/{id}\"",
|
|
1002
1002
|
"visibility": "frontend",
|
|
1003
1003
|
"type": "string"
|
|
1004
1004
|
}
|
|
1005
|
-
}
|
|
1006
|
-
"required": [
|
|
1007
|
-
"webUrl"
|
|
1008
|
-
]
|
|
1005
|
+
}
|
|
1009
1006
|
}
|
|
1010
1007
|
},
|
|
1008
|
+
"required": [
|
|
1009
|
+
"scorecards"
|
|
1010
|
+
],
|
|
1011
1011
|
"$schema": "http://json-schema.org/draft-07/schema#"
|
|
1012
1012
|
}
|
|
1013
1013
|
},
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<!doctype html><html lang="en"><head><meta charset="utf-8"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><meta name="description" content="Backstage is an open platform for building developer portals"/><link rel="manifest" href="/manifest.json" crossorigin="use-credentials"/><link rel="icon" href="/favicon.ico"/><link rel="shortcut icon" href="/favicon.ico"/><link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png"/><link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png"/><link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png"/><link rel="mask-icon" href="/safari-pinned-tab.svg" color="#5bbad5"/><title>Techdocs Preview App</title><script defer="defer" src="/static/runtime.
|
|
1
|
+
<!doctype html><html lang="en"><head><meta charset="utf-8"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><meta name="description" content="Backstage is an open platform for building developer portals"/><link rel="manifest" href="/manifest.json" crossorigin="use-credentials"/><link rel="icon" href="/favicon.ico"/><link rel="shortcut icon" href="/favicon.ico"/><link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png"/><link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png"/><link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png"/><link rel="mask-icon" href="/safari-pinned-tab.svg" color="#5bbad5"/><title>Techdocs Preview App</title><script defer="defer" src="/static/runtime.58e94ce8.js"></script><script defer="defer" src="/static/module-material-ui.0420d68d.js"></script><script defer="defer" src="/static/module-lodash.fa492ce2.js"></script><script defer="defer" src="/static/module-date-fns.b8b6c380.js"></script><script defer="defer" src="/static/module-material-table.3c68edc1.js"></script><script defer="defer" src="/static/module-react-dom.f7ae1c8b.js"></script><script defer="defer" src="/static/module-react-router.67245b2c.js"></script><script defer="defer" src="/static/module-react-router-dom.48ea1f60.js"></script><script defer="defer" src="/static/module-zod.9e0f365e.js"></script><script defer="defer" src="/static/module-i18next.db8a27ed.js"></script><script defer="defer" src="/static/module-react-beautiful-dnd.71ae82d9.js"></script><script defer="defer" src="/static/vendor.58e94ce8.js"></script><script defer="defer" src="/static/main.58e94ce8.js"></script></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>
|