19 lines
385 B
PHP
19 lines
385 B
PHP
<?php
|
|
|
|
return [
|
|
'default' => 'categories',
|
|
|
|
'toc' => [
|
|
'placeholder' => '{{TOC}}',
|
|
'levels' => [2, 3],
|
|
],
|
|
|
|
'pages' => [
|
|
'categories' => [
|
|
'title' => 'Categories',
|
|
'description' => 'Learn how categories work in Whisper Money.',
|
|
'file' => resource_path('docs/documentation/categories.md'),
|
|
],
|
|
],
|
|
];
|