From 64c2bd6b106f19d0255c0ed2bf599e555a2cdd69 Mon Sep 17 00:00:00 2001 From: hydephp Date: Mon, 16 May 2022 17:19:31 +0000 Subject: [PATCH] Automatic build update --- config/hyde.php | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/config/hyde.php b/config/hyde.php index 0b69a5f..c6ec558 100644 --- a/config/hyde.php +++ b/config/hyde.php @@ -222,8 +222,26 @@ | */ + /** + * @deprecated version 0.25.0, will be renamed to documentationOutputPath + */ 'docsDirectory' => 'docs', + /* + |-------------------------------------------------------------------------- + | Site Output Directory (Experimental 🧪) + |-------------------------------------------------------------------------- + | + | If you want to store your compiled website in a different directory than + | the default `_pages`, you can change the path here. The Hyde::path() + | helper ensures the path is relative to your Hyde project. While + | you can set the path to an absolute path outside the project, + | this is not officially supported and may be unstable. + | + */ + + 'siteOutputPath' => Hyde\Framework\Hyde::path('_site'), + /* |-------------------------------------------------------------------------- | Documentation Sidebar Page Order