@techdocs/cli 0.0.0-nightly-20230618023152 → 0.0.0-nightly-20230620022155
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 +5 -5
- package/dist/embedded-app/.config-schema.json +50 -0
- package/dist/embedded-app/index.html +1 -1
- package/dist/embedded-app/static/{main.39b6f8fc.js → main.d1859ff1.js} +2 -2
- package/dist/embedded-app/static/{main.39b6f8fc.js.map → main.d1859ff1.js.map} +1 -1
- package/dist/embedded-app/static/{runtime.39b6f8fc.js → runtime.d1859ff1.js} +1 -1
- package/dist/embedded-app/static/{runtime.39b6f8fc.js.map → runtime.d1859ff1.js.map} +1 -1
- package/dist/embedded-app/static/{vendor.39b6f8fc.js → vendor.d1859ff1.js} +1 -1
- package/dist/embedded-app/static/{vendor.39b6f8fc.js.map → vendor.d1859ff1.js.map} +1 -1
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
# @techdocs/cli
|
|
2
2
|
|
|
3
|
-
## 0.0.0-nightly-
|
|
3
|
+
## 0.0.0-nightly-20230620022155
|
|
4
4
|
|
|
5
5
|
### Patch Changes
|
|
6
6
|
|
|
7
7
|
- 68a21956ef52: Remove reference to deprecated import
|
|
8
8
|
- Updated dependencies
|
|
9
|
-
- @backstage/backend-common@0.0.0-nightly-
|
|
10
|
-
- @backstage/plugin-techdocs-node@0.0.0-nightly-
|
|
11
|
-
- @backstage/catalog-model@0.0.0-nightly-
|
|
9
|
+
- @backstage/backend-common@0.0.0-nightly-20230620022155
|
|
10
|
+
- @backstage/plugin-techdocs-node@0.0.0-nightly-20230620022155
|
|
11
|
+
- @backstage/catalog-model@0.0.0-nightly-20230620022155
|
|
12
12
|
- @backstage/cli-common@0.1.12
|
|
13
|
-
- @backstage/config@0.0.0-nightly-
|
|
13
|
+
- @backstage/config@0.0.0-nightly-20230620022155
|
|
14
14
|
|
|
15
15
|
## 1.4.3-next.2
|
|
16
16
|
|
|
@@ -264,6 +264,56 @@
|
|
|
264
264
|
"description": "Enable redirect authentication flow type, instead of a popup for authentication.",
|
|
265
265
|
"visibility": "frontend",
|
|
266
266
|
"type": "boolean"
|
|
267
|
+
},
|
|
268
|
+
"discovery": {
|
|
269
|
+
"description": "Discovery options.",
|
|
270
|
+
"visibility": "frontend",
|
|
271
|
+
"type": "object",
|
|
272
|
+
"properties": {
|
|
273
|
+
"endpoints": {
|
|
274
|
+
"description": "Endpoints\n\nA list of target baseUrls and the associated plugins.",
|
|
275
|
+
"visibility": "frontend",
|
|
276
|
+
"type": "array",
|
|
277
|
+
"items": {
|
|
278
|
+
"type": "object",
|
|
279
|
+
"properties": {
|
|
280
|
+
"target": {
|
|
281
|
+
"description": "The target baseUrl to use for the plugin\n\nCan be either a string or an object with internal and external keys. (Internal is used for the backend, external for the frontend)\nTargets with `{{pluginId}}` or `{{ pluginId }} in the url will be replaced with the pluginId.",
|
|
282
|
+
"visibility": "frontend",
|
|
283
|
+
"anyOf": [
|
|
284
|
+
{
|
|
285
|
+
"type": "object",
|
|
286
|
+
"properties": {
|
|
287
|
+
"external": {
|
|
288
|
+
"visibility": "frontend",
|
|
289
|
+
"type": "string"
|
|
290
|
+
}
|
|
291
|
+
},
|
|
292
|
+
"required": [
|
|
293
|
+
"external"
|
|
294
|
+
]
|
|
295
|
+
},
|
|
296
|
+
{
|
|
297
|
+
"type": "string"
|
|
298
|
+
}
|
|
299
|
+
]
|
|
300
|
+
},
|
|
301
|
+
"plugins": {
|
|
302
|
+
"description": "Array of plugins which use the target baseUrl.",
|
|
303
|
+
"visibility": "frontend",
|
|
304
|
+
"type": "array",
|
|
305
|
+
"items": {
|
|
306
|
+
"type": "string"
|
|
307
|
+
}
|
|
308
|
+
}
|
|
309
|
+
},
|
|
310
|
+
"required": [
|
|
311
|
+
"plugins",
|
|
312
|
+
"target"
|
|
313
|
+
]
|
|
314
|
+
}
|
|
315
|
+
}
|
|
316
|
+
}
|
|
267
317
|
}
|
|
268
318
|
},
|
|
269
319
|
"required": [
|
|
@@ -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="apple-touch-icon" href="/logo192.png"/><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="apple-touch-icon" href="/logo192.png"/><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.d1859ff1.js"></script><script defer="defer" src="/static/module-material-ui.09dab505.js"></script><script defer="defer" src="/static/module-lodash.4c9a1319.js"></script><script defer="defer" src="/static/module-date-fns.eeb6d2d2.js"></script><script defer="defer" src="/static/module-yaml.af9b4f42.js"></script><script defer="defer" src="/static/module-ajv.be583887.js"></script><script defer="defer" src="/static/module-material-table.e97c8359.js"></script><script defer="defer" src="/static/module-luxon.a1854eb9.js"></script><script defer="defer" src="/static/module-octokit.a126d1a6.js"></script><script defer="defer" src="/static/module-react-dom.d698fbed.js"></script><script defer="defer" src="/static/module-react-router.a589137b.js"></script><script defer="defer" src="/static/module-react-router-dom.cf49e816.js"></script><script defer="defer" src="/static/module-zod.49079951.js"></script><script defer="defer" src="/static/module-react-beautiful-dnd.c3c3faee.js"></script><script defer="defer" src="/static/vendor.d1859ff1.js"></script><script defer="defer" src="/static/main.d1859ff1.js"></script></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>
|