forked from mirrors/thatmattlove-hyperglass
Fix broken docs links, closes #51
This commit is contained in:
parent
5eed01f371
commit
ad26951a64
4 changed files with 9 additions and 9 deletions
|
|
@ -79,15 +79,15 @@ cors_origins: [localhost:3000, 192.0.2.1]
|
|||
|
||||
From the top level, the following subsections may be defined and configured:
|
||||
|
||||
| Section | Description | All Options |
|
||||
| :----------- | :-------------------------------------------------- | :------------------------------------------------: |
|
||||
| `cache` | Redis server & cache timeout settings. | <PageLink to="/docs/cache">➡️</PageLink> |
|
||||
| `docs` | API documentation settings. | <PageLink to="/docs/api">➡️</PageLink> |
|
||||
| `logging` | File, syslog, and webhook settings. | <PageLink to="/docs/logging">➡️</PageLink> |
|
||||
| `messages` | Customize almost all user-facing UI & API messages. | <PageLink to="/docs/messages">➡️</PageLink> |
|
||||
| `queries` | Enable, disable, or configure query types. | <PageLink to="/docs/queries">➡️</PageLink> |
|
||||
| `structured` | Configure structured data features. | <PageLink to="/docs/structured-data">➡️</PageLink> |
|
||||
| `web` | Web UI & branding settings. | <PageLink to="/docs/ui">➡️</PageLink> |
|
||||
| Section | Description | All Options |
|
||||
| :----------- | :-------------------------------------------------- | :-------------------------------------------: |
|
||||
| `cache` | Redis server & cache timeout settings. | <PageLink to="response-caching">➡️</PageLink> |
|
||||
| `docs` | API documentation settings. | <PageLink to="rest-api">➡️</PageLink> |
|
||||
| `logging` | File, syslog, and webhook settings. | <PageLink to="logging">➡️</PageLink> |
|
||||
| `messages` | Customize almost all user-facing UI & API messages. | <PageLink to="messages">➡️</PageLink> |
|
||||
| `queries` | Enable, disable, or configure query types. | <PageLink to="query-settings">➡️</PageLink> |
|
||||
| `structured` | Configure structured data features. | <PageLink to="table-output">➡️</PageLink> |
|
||||
| `web` | Web UI & branding settings. | <PageLink to="ui/configuration">➡️</PageLink> |
|
||||
|
||||
## Adding Devices
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue