Skip to content

Commit

Permalink
Merge pull request #161 from hydephp/update-hyde-assets
Browse files Browse the repository at this point in the history
Update frontend and framework files
  • Loading branch information
hydephp authored May 16, 2022
2 parents c6d1db5 + 64c2bd6 commit 6b32583
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions config/hyde.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6b32583

Please sign in to comment.