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:
@@ -2,8 +2,8 @@
|
||||
|
||||
list=""
|
||||
app="www/"
|
||||
path="../apps/$1/$2"
|
||||
exceptions=("${@:3}")
|
||||
path="../apps/$1"
|
||||
exceptions=("${@:2}")
|
||||
exceptionsCommand=""
|
||||
|
||||
for index in ${!exceptions[@]}
|
||||
|
||||
@@ -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[@]}
|
||||
|
||||
Reference in New Issue
Block a user