Fix broken docs links, closes #51

This commit is contained in:
checktheroads 2020-07-04 15:10:10 -07:00
parent 5eed01f371
commit ad26951a64
4 changed files with 9 additions and 9 deletions

View file

@ -79,15 +79,15 @@ cors_origins: [localhost:3000, 192.0.2.1]
From the top level, the following subsections may be defined and configured: From the top level, the following subsections may be defined and configured:
| Section | Description | All Options | | Section | Description | All Options |
| :----------- | :-------------------------------------------------- | :------------------------------------------------: | | :----------- | :-------------------------------------------------- | :-------------------------------------------: |
| `cache` | Redis server & cache timeout settings. | <PageLink to="/docs/cache">➡️</PageLink> | | `cache` | Redis server & cache timeout settings. | <PageLink to="response-caching">➡️</PageLink> |
| `docs` | API documentation settings. | <PageLink to="/docs/api">➡️</PageLink> | | `docs` | API documentation settings. | <PageLink to="rest-api">➡️</PageLink> |
| `logging` | File, syslog, and webhook settings. | <PageLink to="/docs/logging">➡️</PageLink> | | `logging` | File, syslog, and webhook settings. | <PageLink to="logging">➡️</PageLink> |
| `messages` | Customize almost all user-facing UI & API messages. | <PageLink to="/docs/messages">➡️</PageLink> | | `messages` | Customize almost all user-facing UI & API messages. | <PageLink to="messages">➡️</PageLink> |
| `queries` | Enable, disable, or configure query types. | <PageLink to="/docs/queries">➡️</PageLink> | | `queries` | Enable, disable, or configure query types. | <PageLink to="query-settings">➡️</PageLink> |
| `structured` | Configure structured data features. | <PageLink to="/docs/structured-data">➡️</PageLink> | | `structured` | Configure structured data features. | <PageLink to="table-output">➡️</PageLink> |
| `web` | Web UI & branding settings. | <PageLink to="/docs/ui">➡️</PageLink> | | `web` | Web UI & branding settings. | <PageLink to="ui/configuration">➡️</PageLink> |
## Adding Devices ## Adding Devices