diff --git a/app/Documentation.php b/app/Documentation.php index 5cb77c51..e3294646 100644 --- a/app/Documentation.php +++ b/app/Documentation.php @@ -57,6 +57,8 @@ public function getIndex($version) $currentPath = '/'.request()->path(); + $currentPath = $currentPath == '/docs/11.x' ? '/docs/11.x/installation' : $currentPath; + $index = str_replace( "
  • \n", $activeElement = "
  • \n",