Skip to content
This repository was archived by the owner on Jun 23, 2022. It is now read-only.

Commit ea1d257

Browse files
committed
Update config for #11, prep for merge with docs rewrite
1 parent e23afe9 commit ea1d257

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

config/hyde.php

+2-9
Original file line numberDiff line numberDiff line change
@@ -238,14 +238,7 @@
238238
*/
239239

240240
'documentationPageOrder' => [
241-
'readme',
242-
'installation',
243-
'getting-started',
244-
'directory-structure',
245-
'console-commands',
246-
'managing-assets',
247-
'customization',
248-
'updating-hyde',
241+
//
249242
],
250243

251244
/*
@@ -262,7 +255,7 @@
262255
'documentationPageTableOfContents' => [
263256
'enabled' => true,
264257
'minHeadingLevel' => 2,
265-
'maxHeadingLevel' => 4,
258+
'maxHeadingLevel' => 3,
266259
'smoothPageScrolling' => true,
267260
],
268261

0 commit comments

Comments
 (0)