From b88be80055171d45c1256d53ad4579ef474e3fa4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Samuel=20=C5=A0tancl?= Date: Sun, 2 Aug 2020 19:25:55 +0200 Subject: [PATCH] links to sponsor only content --- navigation.php | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/navigation.php b/navigation.php index d1a6f78..fbe0ac3 100644 --- a/navigation.php +++ b/navigation.php @@ -213,5 +213,18 @@ return [ 'Tenant maintenance mode' => 'tenant-maintenance-mode', ], ], + + 'Sponsor-only content' => [ + 'Exclusive content for sponsors' => 'https://sponsors.tenancyforlaravel.com/', + 'Billable Tenants with Cashier' => 'https://sponsors.tenancyforlaravel.com/billable-tenants-with-cashier', + 'Central (SSO-like) Authentication' => 'https://sponsors.tenancyforlaravel.com/central-sso-like-authentication', + 'Customer HTTPS Certificates with Ploi' => 'https://sponsors.tenancyforlaravel.com/customer-https-certificates-with-ploi', + 'Deploying Applications to Ploi' => 'https://sponsors.tenancyforlaravel.com/deploying-applications-to-ploi', + 'Frictionless Testing Setup' => 'https://sponsors.tenancyforlaravel.com/frictionless-testing-setup', + 'Queued Onboarding Flow' => 'https://sponsors.tenancyforlaravel.com/queued-onboarding-flow', + 'Structuring the Codebase for Clarity' => 'https://sponsors.tenancyforlaravel.com/structuring-the-codebase-for-clarity', + 'Tenant Database Management with Ploi' => 'https://sponsors.tenancyforlaravel.com/tenant-database-management-with-ploi', + 'Universal (Central & Tenant) Nova' => 'https://sponsors.tenancyforlaravel.com/universal-central-and-tenant-nova', + ], ], ];