From fd6db4509a437da3da246b515c82e3afa04bfdd5 Mon Sep 17 00:00:00 2001 From: Liss-Bot Date: Wed, 16 Jul 2025 20:45:51 +0000 Subject: [PATCH] Update documentation --- docs/configuring.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/configuring.md b/docs/configuring.md index cfcb080a..fac29c9d 100644 --- a/docs/configuring.md +++ b/docs/configuring.md @@ -93,7 +93,9 @@ 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 + +For more info, see the[Multi-Page docs](/docs/pages-and-sections#multi-page-support) **[⬆️ Back to Top](#top)**