diff --git a/docs/docs/configuration.mdx b/docs/docs/configuration.mdx index 55f555a..655d0c4 100644 --- a/docs/docs/configuration.mdx +++ b/docs/docs/configuration.mdx @@ -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. | ➡️ | -| `docs` | API documentation settings. | ➡️ | -| `logging` | File, syslog, and webhook settings. | ➡️ | -| `messages` | Customize almost all user-facing UI & API messages. | ➡️ | -| `queries` | Enable, disable, or configure query types. | ➡️ | -| `structured` | Configure structured data features. | ➡️ | -| `web` | Web UI & branding settings. | ➡️ | +| Section | Description | All Options | +| :----------- | :-------------------------------------------------- | :-------------------------------------------: | +| `cache` | Redis server & cache timeout settings. | ➡️ | +| `docs` | API documentation settings. | ➡️ | +| `logging` | File, syslog, and webhook settings. | ➡️ | +| `messages` | Customize almost all user-facing UI & API messages. | ➡️ | +| `queries` | Enable, disable, or configure query types. | ➡️ | +| `structured` | Configure structured data features. | ➡️ | +| `web` | Web UI & branding settings. | ➡️ | ## Adding Devices diff --git a/docs/docs/queries.mdx b/docs/docs/query-settings.mdx similarity index 100% rename from docs/docs/queries.mdx rename to docs/docs/query-settings.mdx diff --git a/docs/docs/cache.mdx b/docs/docs/response-caching.mdx similarity index 100% rename from docs/docs/cache.mdx rename to docs/docs/response-caching.mdx diff --git a/docs/docs/structured-data.mdx b/docs/docs/table-output.mdx similarity index 100% rename from docs/docs/structured-data.mdx rename to docs/docs/table-output.mdx