added a help system, replaced the words "tenant" and "Pwa" with better alternatives. corrected and implemented cron jobs. prepared going live on a coolify-powered system.
This commit is contained in:
37
config/help.php
Normal file
37
config/help.php
Normal file
@@ -0,0 +1,37 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'source_path' => 'docs/help',
|
||||
'disk' => 'local',
|
||||
'compiled_path' => 'help',
|
||||
'audiences' => ['guest', 'admin'],
|
||||
'default_locale' => 'en',
|
||||
'fallback_locale' => 'en',
|
||||
'required_front_matter' => [
|
||||
'title',
|
||||
'locale',
|
||||
'slug',
|
||||
'audience',
|
||||
'summary',
|
||||
'version_introduced',
|
||||
'status',
|
||||
'translation_state',
|
||||
'last_reviewed_at',
|
||||
'owner',
|
||||
],
|
||||
'list_fields' => [
|
||||
'slug',
|
||||
'title',
|
||||
'summary',
|
||||
'version_introduced',
|
||||
'requires_app_version',
|
||||
'status',
|
||||
'translation_state',
|
||||
'last_reviewed_at',
|
||||
'owner',
|
||||
'related',
|
||||
'audience',
|
||||
'locale',
|
||||
'updated_at',
|
||||
],
|
||||
];
|
||||
Reference in New Issue
Block a user