@techdocs/cli 0.0.0-nightly-20230425021929 → 0.0.0-nightly-20230427021937

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 CHANGED
@@ -1,12 +1,23 @@
1
1
  # @techdocs/cli
2
2
 
3
- ## 0.0.0-nightly-20230425021929
3
+ ## 0.0.0-nightly-20230427021937
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - Updated dependencies
8
- - @backstage/backend-common@0.0.0-nightly-20230425021929
9
- - @backstage/plugin-techdocs-node@0.0.0-nightly-20230425021929
8
+ - @backstage/backend-common@0.0.0-nightly-20230427021937
9
+ - @backstage/plugin-techdocs-node@0.0.0-nightly-20230427021937
10
+ - @backstage/catalog-model@1.3.0
11
+ - @backstage/cli-common@0.1.12
12
+ - @backstage/config@1.0.7
13
+
14
+ ## 1.4.2-next.0
15
+
16
+ ### Patch Changes
17
+
18
+ - Updated dependencies
19
+ - @backstage/backend-common@0.18.5-next.0
20
+ - @backstage/plugin-techdocs-node@1.7.1-next.0
10
21
  - @backstage/catalog-model@1.3.0
11
22
  - @backstage/cli-common@0.1.12
12
23
  - @backstage/config@1.0.7
@@ -1083,6 +1083,58 @@
1083
1083
  "database",
1084
1084
  "listen"
1085
1085
  ]
1086
+ },
1087
+ "discovery": {
1088
+ "description": "Discovery options.",
1089
+ "type": "object",
1090
+ "properties": {
1091
+ "endpoints": {
1092
+ "description": "Endpoints\n\nA list of target baseUrls and the associated plugins.",
1093
+ "type": "array",
1094
+ "items": {
1095
+ "type": "object",
1096
+ "properties": {
1097
+ "target": {
1098
+ "description": "The target baseUrl to use for the plugin\n\nCan be either a string or an object with internal and external keys.\nTargets with `{{pluginId}}` or `{{ pluginId }} in the url will be replaced with the pluginId.",
1099
+ "anyOf": [
1100
+ {
1101
+ "type": "object",
1102
+ "properties": {
1103
+ "internal": {
1104
+ "type": "string"
1105
+ },
1106
+ "external": {
1107
+ "type": "string"
1108
+ }
1109
+ },
1110
+ "required": [
1111
+ "external",
1112
+ "internal"
1113
+ ]
1114
+ },
1115
+ {
1116
+ "type": "string"
1117
+ }
1118
+ ]
1119
+ },
1120
+ "plugins": {
1121
+ "description": "Array of plugins which use the target baseUrl.",
1122
+ "type": "array",
1123
+ "items": {
1124
+ "type": "string"
1125
+ }
1126
+ }
1127
+ },
1128
+ "required": [
1129
+ "plugins",
1130
+ "target"
1131
+ ]
1132
+ }
1133
+ }
1134
+ },
1135
+ "required": [
1136
+ "endpoints"
1137
+ ]
1086
1138
  }
1087
1139
  },
1088
1140
  "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.808ebe15.js"></script><script defer="defer" src="/static/module-material-ui.821488a0.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.feabae04.js"></script><script defer="defer" src="/static/module-ajv.be583887.js"></script><script defer="defer" src="/static/module-material-table.2aa637a9.js"></script><script defer="defer" src="/static/module-luxon.ee277e4b.js"></script><script defer="defer" src="/static/module-octokit.10809b9e.js"></script><script defer="defer" src="/static/module-react-dom.d698fbed.js"></script><script defer="defer" src="/static/module-react-router.3fa3d41e.js"></script><script defer="defer" src="/static/module-react-router-dom.87e15add.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.808ebe15.js"></script><script defer="defer" src="/static/main.808ebe15.js"></script></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>
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.d7b9332b.js"></script><script defer="defer" src="/static/module-material-ui.821488a0.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.639cc746.js"></script><script defer="defer" src="/static/module-ajv.be583887.js"></script><script defer="defer" src="/static/module-material-table.2aa637a9.js"></script><script defer="defer" src="/static/module-luxon.ee277e4b.js"></script><script defer="defer" src="/static/module-octokit.10809b9e.js"></script><script defer="defer" src="/static/module-react-dom.d698fbed.js"></script><script defer="defer" src="/static/module-react-router.3fa3d41e.js"></script><script defer="defer" src="/static/module-react-router-dom.87e15add.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.d7b9332b.js"></script><script defer="defer" src="/static/main.d7b9332b.js"></script></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>