diff --git a/contrib/docker/Dockerfile.apache b/contrib/docker/Dockerfile.apache index d541efa5b..03871d4e7 100644 --- a/contrib/docker/Dockerfile.apache +++ b/contrib/docker/Dockerfile.apache @@ -54,6 +54,7 @@ ENV APP_ENV=production \ DB_HOST=db \ BROADCAST_DRIVER=log \ QUEUE_DRIVER=redis \ + HORIZON_EMBED=TRUE \ HORIZON_PREFIX=horizon-pixelfed \ REDIS_HOST=redis \ SESSION_SECURE_COOKIE=true \ diff --git a/resources/lang/en/helpcenter.php b/resources/lang/en/helpcenter.php new file mode 100644 index 000000000..2ae6d85ce --- /dev/null +++ b/resources/lang/en/helpcenter.php @@ -0,0 +1,25 @@ + 'Help Center', + 'whatsnew' => 'What\'s New', + + 'gettingStarted' => 'Getting Started', + 'sharingMedia' => 'Sharing Media', + 'profile' => 'Profile', + 'stories' => 'Stories', + 'hashtags' => 'Hashtags', + 'discover' => 'Discover', + 'directMessages' => 'Direct Messages', + 'timelines' => 'Timelines', + + 'communityGuidelines' => 'Community Guidelines', + 'whatIsTheFediverse' => 'What is the fediverse?', + 'controllingVisibility' => 'Controlling Visibility', + 'blockingAccounts' => 'Blocking Accounts', + 'safetyTips' => 'Safety Tips', + 'reportSomething' => 'Report Something', + 'dataPolicy' => 'Data Policy' + +]; \ No newline at end of file diff --git a/resources/views/site/help.blade.php b/resources/views/site/help.blade.php index b8138ca88..847c8597f 100644 --- a/resources/views/site/help.blade.php +++ b/resources/views/site/help.blade.php @@ -3,94 +3,256 @@ @section('section')
{{__('helpcenter.whatsnew')}}
+This page isn't available
-We haven't finished it yet, it will be updated soon!
-