diff --git a/README.md b/README.md index 3c146d1..80b9efa 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,10 @@ The sMultisite package allows you to use one Evolution CMS installation for several independent sites managed from the same admin. +> [!IMPORTANT] +> +> To use additional domains for your site, they must be registered with your domain name registrar. + ## Features - [x] Management of several sites from one admin panel. diff --git a/docs/pages/getting-started.md b/docs/pages/getting-started.md index b37d835..20966ab 100644 --- a/docs/pages/getting-started.md +++ b/docs/pages/getting-started.md @@ -26,19 +26,3 @@ php artisan vendor:publish --provider="Seiger\sMultisite\sMultisiteServiceProvid ```console php artisan migrate ``` - -## Configure layout via Blade - -Check if the `OnHeadWebDocumentRender` event is registered in the `` section of your Blade layout. - -```html - - - - - @if(is_array($evtHead = evo()->invokeEvent('OnHeadWebDocumentRender'))) - {!!implode('', $evtHead)!!} - @endif - ... - -``` diff --git a/docs/pages/index.md b/docs/pages/index.md index f4151ce..75d933d 100644 --- a/docs/pages/index.md +++ b/docs/pages/index.md @@ -19,6 +19,10 @@ permalink: / The sMultisite package allows you to use one Evolution CMS installation for several independent sites managed from the same admin. +> [!IMPORTANT] +> +> To use additional domains for your site, they must be registered with your domain name registrar. + [Getting Started]({{ site.baseurl }}/getting-started/){: .btn .btn-sky} ## Features