From b70869ad10d2b49d0fb0106ed3d5e20bc17c3b98 Mon Sep 17 00:00:00 2001 From: KITAGAWA Yasutaka Date: Sat, 12 Jul 2025 14:17:09 +0900 Subject: [PATCH 1/2] Fix description of `pages[].path` --- docs/configuring.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/configuring.md b/docs/configuring.md index c10088f0..659adea7 100644 --- a/docs/configuring.md +++ b/docs/configuring.md @@ -93,7 +93,7 @@ The following file provides a reference of all supported configuration options. **Field** | **Type** | **Required**| **Description** --- | --- | --- | --- **`name`** | `string` | Required | A unique name for that page -**`path`** | `string` | Required | The path (local or remote) to the config file to use.
For files located within `/public`, you only need to specify filename, for externally hosted files you must include the full URL +**`path`** | `string` | Required | The path (local or remote) to the config file to use.
For files located within `/user-data`, you only need to specify filename, for externally hosted files you must include the full URL **[⬆️ Back to Top](#configuring)** From 92e7092e0ca610a48cb6846f8a7e821b0178a0b1 Mon Sep 17 00:00:00 2001 From: KITAGAWA Yasutaka Date: Sat, 12 Jul 2025 14:47:09 +0900 Subject: [PATCH 2/2] Add link --- docs/configuring.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/configuring.md b/docs/configuring.md index 659adea7..266b98a1 100644 --- a/docs/configuring.md +++ b/docs/configuring.md @@ -95,6 +95,8 @@ The following file provides a reference of all supported configuration options. **`name`** | `string` | Required | A unique name for that page **`path`** | `string` | Required | The path (local or remote) to the config file to use.
For files located within `/user-data`, you only need to specify filename, for externally hosted files you must include the full URL +For more info, see the[Multi-Page docs](/docs/pages-and-sections.md#multi-page-support) + **[⬆️ Back to Top](#configuring)** ## `appConfig` _(optional)_