Skip to content

Commit 6667012

Browse files
Fix/sidebar tools (#451)
* fix sidebar * in order --------- Co-authored-by: alex <alex@coderabbit.ai>
1 parent 5b9bd44 commit 6667012

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

sidebars.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -176,16 +176,21 @@ const sidebars: SidebarsConfig = {
176176
"tools/list",
177177
"tools/actionlint",
178178
"tools/biome",
179+
"tools/brakeman",
179180
"tools/buf",
181+
"tools/checkmake",
180182
"tools/checkov",
181183
"tools/circleci",
184+
"tools/clippy",
182185
"tools/cppcheck",
183186
"tools/detekt",
187+
"tools/dotenv",
184188
"tools/eslint",
185189
"tools/flake8",
186190
"tools/gitleaks",
187191
"tools/golangci-lint",
188192
"tools/hadolint",
193+
"tools/htmlhint",
189194
"tools/languagetool",
190195
"tools/luacheck",
191196
"tools/markdownlint",
@@ -196,6 +201,7 @@ const sidebars: SidebarsConfig = {
196201
"tools/pipeline-remediation",
197202
"tools/pmd",
198203
"tools/prisma-lint",
204+
"tools/pylint",
199205
"tools/regal",
200206
"tools/rubocop",
201207
"tools/ruff",

0 commit comments

Comments
 (0)