From 1451afd4b0b79da62771bfaa61ba7c102af8de44 Mon Sep 17 00:00:00 2001 From: Caen De Silva Date: Sun, 26 Nov 2023 20:31:47 +0100 Subject: [PATCH] Document https://github.com/hydephp/develop/issues/1475 --- docs/digging-deeper/troubleshooting.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/digging-deeper/troubleshooting.md b/docs/digging-deeper/troubleshooting.md index 9f950970c8a..f418dd73ec6 100644 --- a/docs/digging-deeper/troubleshooting.md +++ b/docs/digging-deeper/troubleshooting.md @@ -90,6 +90,7 @@ You can read more about some of these in the [Core Concepts](core-concepts#paths | RSS feed not being generated | The RSS feed requires that you have set a site URL in the Hyde config or the `.env` file. Also check that you have blog posts, and that they are enabled. | Check your configuration files. | | | Sitemap not being generated | The sitemap requires that you have set a site URL in the Hyde config or the `.env` file. | Check your configuration files. | | | Unable to do literally anything | If everything is broken, you may be missing a Composer package or your configuration files could be messed up. | Run `composer install` and/or `composer update`. If you can run HydeCLI commands, update your configs with `php hyde publish:configs`, or copy them manually from GitHub or the vendor directory. | +| Namespaced Yaml config (``hyde.yml) not working | When using namedspaced Yaml configuration, you must begin the file with `hyde:`, even if you just want to use another file for example `docs:`. | Make sure the file starts with `hyde:` (You don't need to specify any options, as long as it's present). See [`#1475`](https://github.com/hydephp/develop/issues/1475) | ### Extra troubleshooting information