@techdocs/cli 0.0.0-nightly-20230314021848 → 0.0.0-nightly-20230317022344

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,6 +1,18 @@
1
1
  # @techdocs/cli
2
2
 
3
- ## 0.0.0-nightly-20230314021848
3
+ ## 0.0.0-nightly-20230317022344
4
+
5
+ ### Patch Changes
6
+
7
+ - b348420a804: Adding global-agent to enable the ability to publish through a proxy
8
+ - Updated dependencies
9
+ - @backstage/backend-common@0.18.3
10
+ - @backstage/catalog-model@1.2.1
11
+ - @backstage/cli-common@0.1.12
12
+ - @backstage/config@1.0.7
13
+ - @backstage/plugin-techdocs-node@1.6.0
14
+
15
+ ## 1.4.0
4
16
 
5
17
  ### Minor Changes
6
18
 
@@ -10,11 +22,11 @@
10
22
  ### Patch Changes
11
23
 
12
24
  - Updated dependencies
13
- - @backstage/plugin-techdocs-node@0.0.0-nightly-20230314021848
14
- - @backstage/backend-common@0.0.0-nightly-20230314021848
15
- - @backstage/catalog-model@0.0.0-nightly-20230314021848
16
- - @backstage/cli-common@0.0.0-nightly-20230314021848
17
- - @backstage/config@0.0.0-nightly-20230314021848
25
+ - @backstage/plugin-techdocs-node@1.6.0
26
+ - @backstage/backend-common@0.18.3
27
+ - @backstage/catalog-model@1.2.1
28
+ - @backstage/cli-common@0.1.12
29
+ - @backstage/config@1.0.7
18
30
 
19
31
  ## 1.4.0-next.2
20
32
 
package/README.md CHANGED
@@ -40,6 +40,14 @@ yarn start
40
40
  yarn techdocs-cli:dev [...options]
41
41
  ```
42
42
 
43
+ ### Connecting behind a proxy
44
+
45
+ ```sh
46
+ # Prior to executing the techdocs-cli command
47
+ export GLOBAL_AGENT_HTTPS_PROXY=${HTTP_PROXY}
48
+ export GLOBAL_AGENT_NO_PROXY=${NO_PROXY}
49
+ ```
50
+
43
51
  ### Using an example docs project
44
52
 
45
53
  For the purpose of local development, we have created an example documentation project. You are of course also free to create your own local test site - all it takes is a `docs/index.md` and an `mkdocs.yml` in a directory.
@@ -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.ca68cd11.js"></script><script defer="defer" src="/static/module-material-ui.617f168b.js"></script><script defer="defer" src="/static/module-lodash.b0e3bf8c.js"></script><script defer="defer" src="/static/module-date-fns.eeb6d2d2.js"></script><script defer="defer" src="/static/module-yaml.2570b3eb.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.f096b58d.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-dom.34e67991.js"></script><script defer="defer" src="/static/module-zod.cdb212b6.js"></script><script defer="defer" src="/static/module-react-beautiful-dnd.c3c3faee.js"></script><script defer="defer" src="/static/vendor.ca68cd11.js"></script><script defer="defer" src="/static/main.ca68cd11.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.7635ca04.js"></script><script defer="defer" src="/static/module-material-ui.617f168b.js"></script><script defer="defer" src="/static/module-lodash.b0e3bf8c.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.f096b58d.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-dom.34e67991.js"></script><script defer="defer" src="/static/module-zod.cdb212b6.js"></script><script defer="defer" src="/static/module-react-beautiful-dnd.c3c3faee.js"></script><script defer="defer" src="/static/vendor.7635ca04.js"></script><script defer="defer" src="/static/main.7635ca04.js"></script></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>