docs: changes to main docs sidebar (#11750)

* docs: changes to main docs sidebar

* fix links

* fix vale test

* fix vale errors
This commit is contained in:
Shahed Nasser
2025-03-06 11:55:56 +02:00
committed by GitHub
parent eba3172d88
commit ecc3deb362
32 changed files with 12622 additions and 12194 deletions

View File

@@ -2,8 +2,8 @@
list=""
app="www/"
path="../apps/$1/$2"
exceptions=("${@:3}")
path="../apps/$1"
exceptions=("${@:2}")
exceptionsCommand=""
for index in ${!exceptions[@]}

View File

@@ -2,9 +2,9 @@
list=""
app="www/"
path="../apps/$1/$2"
alertLevel=$3
exceptions=("${@:4}")
path="../apps/$1"
alertLevel=$2
exceptions=("${@:3}")
exceptionsCommand=""
for index in ${!exceptions[@]}