Remove Blog links and v1.x documentation from navigation

- Hide Blog section from sidebar menu and header navigation
- Remove v1.x version link, keeping only current v2.x docs
This commit is contained in:
Younes ENNAJI
2026-01-25 05:04:47 +01:00
parent 767939a38c
commit 0b9cfe80d5
3 changed files with 0 additions and 5 deletions
-1
View File
@@ -1,6 +1,5 @@
<i class="fa-duotone fa-rocket"></i> Getting Started:
<i class="fa-duotone fa-book text-indigo-900 mr-1 fa-lg"></i> Introduction: '/'
<i class="fa-duotone fa-square-rss text-indigo-900 mr-1 fa-lg"></i> Blog: '/blog/'
<i class="fa-brands fa-symfony fa-lg text-black mr-1"></i> Symfony: '/symfony/'
<i class="fa-brands fa-laravel fa-lg text-red-900 mr-1"></i> Laravel: '/laravel/'
<i class="fa-duotone fa-ghost fa-lg text-pink-800 mr-1"></i> Livewire: '/livewire/'
-1
View File
@@ -6,4 +6,3 @@ description: "PHPFlasher - A powerful & easy-to-use package for adding flash mes
versions:
2.x: "https://php-flasher.io/"
1.x: "https://php-flasher.github.io/"
-3
View File
@@ -36,9 +36,6 @@
<a href="https://github.com/php-flasher/php-flasher" class="text-slate-600 hover:text-indigo-600 p-2 flex items-center gap-1.5 transition-colors">
<i class="fa-brands fa-github"></i> <span>GitHub</span>
</a>
<a href="/blog/" class="text-slate-600 hover:text-indigo-600 p-2 flex items-center gap-1.5 transition-colors">
<i class="fa-duotone fa-square-rss"></i> <span>Blog</span>
</a>
<a href="/symfony/" class="text-slate-600 hover:text-indigo-600 p-2 flex items-center gap-1.5 transition-colors">
<i class="fa-duotone fa-book"></i> <span>Documentation</span>
</a>