Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update frontend and framework files #161

Merged
merged 1 commit into from
May 16, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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