From ad26951a6438d2420f00da9b3a28922126f1bf2c Mon Sep 17 00:00:00 2001 From: checktheroads Date: Sat, 4 Jul 2020 15:10:10 -0700 Subject: [PATCH] Fix broken docs links, closes #51 --- docs/docs/configuration.mdx | 18 +++++++++--------- docs/docs/{queries.mdx => query-settings.mdx} | 0 docs/docs/{cache.mdx => response-caching.mdx} | 0 .../{structured-data.mdx => table-output.mdx} | 0 4 files changed, 9 insertions(+), 9 deletions(-) rename docs/docs/{queries.mdx => query-settings.mdx} (100%) rename docs/docs/{cache.mdx => response-caching.mdx} (100%) rename docs/docs/{structured-data.mdx => table-output.mdx} (100%) 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