@techdocs/cli 0.0.0-nightly-20240131021027 → 0.0.0-nightly-20240201021259
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 +4 -4
- package/dist/embedded-app/.config-schema.json +67 -67
- package/dist/embedded-app/index.html +1 -1
- package/dist/embedded-app/static/{main.3f749eef.js → main.9542ed31.js} +2 -2
- package/dist/embedded-app/static/main.9542ed31.js.map +1 -0
- package/dist/embedded-app/static/{runtime.3f749eef.js → runtime.9542ed31.js} +1 -1
- package/dist/embedded-app/static/{runtime.3f749eef.js.map → runtime.9542ed31.js.map} +1 -1
- package/dist/embedded-app/static/{vendor.3f749eef.js → vendor.9542ed31.js} +1 -1
- package/dist/embedded-app/static/{vendor.3f749eef.js.map → vendor.9542ed31.js.map} +1 -1
- package/package.json +5 -5
- package/dist/embedded-app/static/main.3f749eef.js.map +0 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
# @techdocs/cli
|
|
2
2
|
|
|
3
|
-
## 0.0.0-nightly-
|
|
3
|
+
## 0.0.0-nightly-20240201021259
|
|
4
4
|
|
|
5
5
|
### Patch Changes
|
|
6
6
|
|
|
7
7
|
- d8d243c: fix: mkdocs parameter casing
|
|
8
8
|
- Updated dependencies
|
|
9
|
-
- @backstage/backend-common@0.0.0-nightly-
|
|
10
|
-
- @backstage/catalog-model@0.0.0-nightly-
|
|
11
|
-
- @backstage/plugin-techdocs-node@0.0.0-nightly-
|
|
9
|
+
- @backstage/backend-common@0.0.0-nightly-20240201021259
|
|
10
|
+
- @backstage/catalog-model@0.0.0-nightly-20240201021259
|
|
11
|
+
- @backstage/plugin-techdocs-node@0.0.0-nightly-20240201021259
|
|
12
12
|
- @backstage/cli-common@0.1.13
|
|
13
13
|
- @backstage/config@1.1.1
|
|
14
14
|
|
|
@@ -323,51 +323,6 @@
|
|
|
323
323
|
"$schema": "http://json-schema.org/draft-07/schema#"
|
|
324
324
|
}
|
|
325
325
|
},
|
|
326
|
-
{
|
|
327
|
-
"path": "../core-components/config.d.ts",
|
|
328
|
-
"value": {
|
|
329
|
-
"type": "object",
|
|
330
|
-
"properties": {
|
|
331
|
-
"auth": {
|
|
332
|
-
"type": "object",
|
|
333
|
-
"properties": {
|
|
334
|
-
"autologout": {
|
|
335
|
-
"description": "Autologout feature configuration",
|
|
336
|
-
"type": "object",
|
|
337
|
-
"properties": {
|
|
338
|
-
"enabled": {
|
|
339
|
-
"description": "Enable or disable the autologout feature",
|
|
340
|
-
"visibility": "frontend",
|
|
341
|
-
"type": "boolean"
|
|
342
|
-
},
|
|
343
|
-
"idleTimeoutMinutes": {
|
|
344
|
-
"description": "Number of minutes after which the inactive user is logged out automatically.\nDefault is 60 minutes (1 hour)",
|
|
345
|
-
"visibility": "frontend",
|
|
346
|
-
"type": "number"
|
|
347
|
-
},
|
|
348
|
-
"promptBeforeIdleSeconds": {
|
|
349
|
-
"description": "Number of seconds before the idle timeout where the user will be asked if it's still active.\nA dialog will be shown.\nDefault is 10 seconds.\nSet to 0 seconds to disable the prompt.",
|
|
350
|
-
"visibility": "frontend",
|
|
351
|
-
"type": "number"
|
|
352
|
-
},
|
|
353
|
-
"useWorkerTimers": {
|
|
354
|
-
"description": "Enable/disable the usage of worker thread timers instead of main thread timers.\nDefault is true.\nIf you experience some browser incompatibility, you may try to set this to false.",
|
|
355
|
-
"visibility": "frontend",
|
|
356
|
-
"type": "boolean"
|
|
357
|
-
},
|
|
358
|
-
"logoutIfDisconnected": {
|
|
359
|
-
"description": "Enable/disable the automatic logout also on users that are logged in but with no Backstage tabs open.\nDefault is true.",
|
|
360
|
-
"visibility": "frontend",
|
|
361
|
-
"type": "boolean"
|
|
362
|
-
}
|
|
363
|
-
}
|
|
364
|
-
}
|
|
365
|
-
}
|
|
366
|
-
}
|
|
367
|
-
},
|
|
368
|
-
"$schema": "http://json-schema.org/draft-07/schema#"
|
|
369
|
-
}
|
|
370
|
-
},
|
|
371
326
|
{
|
|
372
327
|
"path": "../../plugins/techdocs/config.d.ts",
|
|
373
328
|
"value": {
|
|
@@ -416,6 +371,51 @@
|
|
|
416
371
|
"$schema": "http://json-schema.org/draft-07/schema#"
|
|
417
372
|
}
|
|
418
373
|
},
|
|
374
|
+
{
|
|
375
|
+
"path": "../core-components/config.d.ts",
|
|
376
|
+
"value": {
|
|
377
|
+
"type": "object",
|
|
378
|
+
"properties": {
|
|
379
|
+
"auth": {
|
|
380
|
+
"type": "object",
|
|
381
|
+
"properties": {
|
|
382
|
+
"autologout": {
|
|
383
|
+
"description": "Autologout feature configuration",
|
|
384
|
+
"type": "object",
|
|
385
|
+
"properties": {
|
|
386
|
+
"enabled": {
|
|
387
|
+
"description": "Enable or disable the autologout feature",
|
|
388
|
+
"visibility": "frontend",
|
|
389
|
+
"type": "boolean"
|
|
390
|
+
},
|
|
391
|
+
"idleTimeoutMinutes": {
|
|
392
|
+
"description": "Number of minutes after which the inactive user is logged out automatically.\nDefault is 60 minutes (1 hour)",
|
|
393
|
+
"visibility": "frontend",
|
|
394
|
+
"type": "number"
|
|
395
|
+
},
|
|
396
|
+
"promptBeforeIdleSeconds": {
|
|
397
|
+
"description": "Number of seconds before the idle timeout where the user will be asked if it's still active.\nA dialog will be shown.\nDefault is 10 seconds.\nSet to 0 seconds to disable the prompt.",
|
|
398
|
+
"visibility": "frontend",
|
|
399
|
+
"type": "number"
|
|
400
|
+
},
|
|
401
|
+
"useWorkerTimers": {
|
|
402
|
+
"description": "Enable/disable the usage of worker thread timers instead of main thread timers.\nDefault is true.\nIf you experience some browser incompatibility, you may try to set this to false.",
|
|
403
|
+
"visibility": "frontend",
|
|
404
|
+
"type": "boolean"
|
|
405
|
+
},
|
|
406
|
+
"logoutIfDisconnected": {
|
|
407
|
+
"description": "Enable/disable the automatic logout also on users that are logged in but with no Backstage tabs open.\nDefault is true.",
|
|
408
|
+
"visibility": "frontend",
|
|
409
|
+
"type": "boolean"
|
|
410
|
+
}
|
|
411
|
+
}
|
|
412
|
+
}
|
|
413
|
+
}
|
|
414
|
+
}
|
|
415
|
+
},
|
|
416
|
+
"$schema": "http://json-schema.org/draft-07/schema#"
|
|
417
|
+
}
|
|
418
|
+
},
|
|
419
419
|
{
|
|
420
420
|
"path": "../integration/config.d.ts",
|
|
421
421
|
"value": {
|
|
@@ -961,28 +961,6 @@
|
|
|
961
961
|
"$schema": "http://json-schema.org/draft-07/schema#"
|
|
962
962
|
}
|
|
963
963
|
},
|
|
964
|
-
{
|
|
965
|
-
"path": "../../plugins/stackstorm/config.d.ts",
|
|
966
|
-
"value": {
|
|
967
|
-
"type": "object",
|
|
968
|
-
"properties": {
|
|
969
|
-
"stackstorm": {
|
|
970
|
-
"type": "object",
|
|
971
|
-
"properties": {
|
|
972
|
-
"webUrl": {
|
|
973
|
-
"description": "StackStorm Web UI url\nUsed in links to StackStorm web UI",
|
|
974
|
-
"visibility": "frontend",
|
|
975
|
-
"type": "string"
|
|
976
|
-
}
|
|
977
|
-
},
|
|
978
|
-
"required": [
|
|
979
|
-
"webUrl"
|
|
980
|
-
]
|
|
981
|
-
}
|
|
982
|
-
},
|
|
983
|
-
"$schema": "http://json-schema.org/draft-07/schema#"
|
|
984
|
-
}
|
|
985
|
-
},
|
|
986
964
|
{
|
|
987
965
|
"path": "../../node_modules/@oriflame/backstage-plugin-score-card/config.d.ts",
|
|
988
966
|
"value": {
|
|
@@ -1011,6 +989,28 @@
|
|
|
1011
989
|
"$schema": "http://json-schema.org/draft-07/schema#"
|
|
1012
990
|
}
|
|
1013
991
|
},
|
|
992
|
+
{
|
|
993
|
+
"path": "../../plugins/stackstorm/config.d.ts",
|
|
994
|
+
"value": {
|
|
995
|
+
"type": "object",
|
|
996
|
+
"properties": {
|
|
997
|
+
"stackstorm": {
|
|
998
|
+
"type": "object",
|
|
999
|
+
"properties": {
|
|
1000
|
+
"webUrl": {
|
|
1001
|
+
"description": "StackStorm Web UI url\nUsed in links to StackStorm web UI",
|
|
1002
|
+
"visibility": "frontend",
|
|
1003
|
+
"type": "string"
|
|
1004
|
+
}
|
|
1005
|
+
},
|
|
1006
|
+
"required": [
|
|
1007
|
+
"webUrl"
|
|
1008
|
+
]
|
|
1009
|
+
}
|
|
1010
|
+
},
|
|
1011
|
+
"$schema": "http://json-schema.org/draft-07/schema#"
|
|
1012
|
+
}
|
|
1013
|
+
},
|
|
1014
1014
|
{
|
|
1015
1015
|
"path": "../backend-common/config.d.ts",
|
|
1016
1016
|
"value": {
|
|
@@ -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.9542ed31.js"></script><script defer="defer" src="/static/module-material-ui.e26d0f76.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.dc2e7a78.js"></script><script defer="defer" src="/static/module-react-dom.c3454ade.js"></script><script defer="defer" src="/static/module-react-router.fc2430de.js"></script><script defer="defer" src="/static/module-react-router-dom.6a4a6115.js"></script><script defer="defer" src="/static/module-react-beautiful-dnd.d66821d2.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/vendor.9542ed31.js"></script><script defer="defer" src="/static/main.9542ed31.js"></script></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>
|