docs: more collapsibles

Signed-off-by: Jef LeCompte <jeffreylec@gmail.com>
This commit is contained in:
Jef LeCompte
2020-10-30 00:23:32 -04:00
parent 2ec5baa37c
commit 92bb2ef915
+12 -4
View File
@@ -79,7 +79,6 @@ environment variables are **optional**._
| `PROXY_ADDRESS` | IP Address or fqdn of proxy server | | `PROXY_ADDRESS` | IP Address or fqdn of proxy server |
| `PROXY_PORT` | TCP Port number on which the proxy is listening for connections | Default: `80` | | `PROXY_PORT` | TCP Port number on which the proxy is listening for connections | Default: `80` |
| `SCREENSHOT` | Capture screenshot of page if a card is found | Default: `true` | | `SCREENSHOT` | Capture screenshot of page if a card is found | Default: `true` |
| `SCREENSHOT` | Capture screenshot of page if a card is found | Default: `true` |
| `USER_AGENT` | Custom User-Agents headers for HTTP requests | Newline separated, e.g.: `USER_AGENT_STRING1 \n USER_AGENT_STRING2` | | Default: `Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36` | | `USER_AGENT` | Custom User-Agents headers for HTTP requests | Newline separated, e.g.: `USER_AGENT_STRING1 \n USER_AGENT_STRING2` | | Default: `Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36` |
| `WEB_PORT` | Starts a webserver to be able to control the bot while it is running; optional | Default: disabled | | `WEB_PORT` | Starts a webserver to be able to control the bot while it is running; optional | Default: disabled |
@@ -103,7 +102,8 @@ environment variables are **optional**._
| `SHOW_ONLY_SERIES` | Filter to show specified series | Comma separated, e.g.: `3080` | | `SHOW_ONLY_SERIES` | Filter to show specified series | Comma separated, e.g.: `3080` |
| `STORES` | [Supported stores](#supported-stores) you want to be scraped | Both supported formats are comma separated <br/><br/>1. Standard E.g.: `"nvidia"` <br/><br/> 2. Advanced E.g: `STORE:PAGE_SLEEP_MIN:PAGE_SLEEP_MAX`, E.g: `nvidia:10000:30000` <br/><br/>Default: `nvidia` | | `STORES` | [Supported stores](#supported-stores) you want to be scraped | Both supported formats are comma separated <br/><br/>1. Standard E.g.: `"nvidia"` <br/><br/> 2. Advanced E.g: `STORE:PAGE_SLEEP_MIN:PAGE_SLEEP_MAX`, E.g: `nvidia:10000:30000` <br/><br/>Default: `nvidia` |
#### Supported stores <details>
<summary>Supported stores</summary>
| Stores | Environment variable | | Stores | Environment variable |
|:---:|:---:| |:---:|:---:|
@@ -190,7 +190,10 @@ environment variables are **optional**._
</details> </details>
#### Supported Brands and Models </details>
<details>
<summary>Supported brands and models</summary>
| Brand | Model | | Brand | Model |
|:---:|---| |:---:|---|
@@ -206,7 +209,10 @@ environment variables are **optional**._
| `pny` | `dual fan`, `xlr8`, `xlr8 rgb` | | `pny` | `dual fan`, `xlr8`, `xlr8 rgb` |
| `zotac` | `amp holo`, `amp extreme holo`, `trinity`, `trinity oc`, `twin edge`, `twin edge oc` | | `zotac` | `amp holo`, `amp extreme holo`, `trinity`, `trinity oc`, `twin edge`, `twin edge oc` |
#### Supported countries </details>
<details>
<summary>Supported countries</summary>
`COUNTRY` is only used by the `nvidia` and `nvidia-api` stores. `COUNTRY` is only used by the `nvidia` and `nvidia-api` stores.
@@ -232,6 +238,8 @@ environment variables are **optional**._
| sweden | `✔` | `✔` | `✔` | | | sweden | `✔` | `✔` | `✔` | |
| usa | `✔` | `✔` | `✔` | | | usa | `✔` | `✔` | `✔` | |
</details>
### Notifications ### Notifications
> :point_right: You can test your notification configuration by running `npm run test:notification`. > :point_right: You can test your notification configuration by running `npm run test:notification`.