Revert "Add global-agent to dependencies; Update Readme w/ instructions"

This reverts commit 39f5a8389b8ff4afcb18fb19a0ca20d2552abc83.

Signed-off-by: zjpersc <zjpersc@gmail.com>
This commit is contained in:
zjpersc
2023-02-26 20:40:21 -06:00
parent 8af3a93d07
commit 1093f1b1cd
2 changed files with 0 additions and 8 deletions
-7
View File
@@ -40,13 +40,6 @@ yarn start
yarn techdocs-cli:dev [...options]
```
### Connecting behind a proxy
```sh
# Prior to executing the techdocs-cli command
export GLOBAL_AGENT_HTTPS_PROXY=${HTTP_PROXY}
export GLOBAL_AGENT_NO_PROXY=${NO_PROXY}
```
### Using an example docs project
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.