Skip to content
Merged
Show file tree
Hide file tree
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
14 changes: 14 additions & 0 deletions config/docs.php
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,20 @@
'getting-started',
],

/*
|--------------------------------------------------------------------------
| Sidebar Labels
|--------------------------------------------------------------------------
|
| Define custom labels for sidebar items. The array key should be the
| page identifier, and the value should be the display label.
|
*/

'labels' => [
\Hyde\Pages\DocumentationPage::homeRouteName() => 'Docs',
],

/*
|--------------------------------------------------------------------------
| Table of Contents Settings
Expand Down
2 changes: 1 addition & 1 deletion src/Foundation/HydeKernel.php
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ class HydeKernel implements SerializableContract
use Serializable;
use Macroable;

final public const VERSION = '2.0.0-RC.4';
final public const VERSION = '2.0.0';

protected static self $instance;

Expand Down