Skip to content
This repository was archived by the owner on Aug 16, 2025. It is now read-only.

Fix/sidebar tools #450

Closed
wants to merge 5 commits into from
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
in order
  • Loading branch information
alexcoderabbitai committed Jul 9, 2025
commit 58528431c69817b302d9b3b2c912e9f24bb54f52
18 changes: 9 additions & 9 deletions sidebars.ts
Original file line number Diff line number Diff line change
Expand Up @@ -176,23 +176,32 @@ const sidebars: SidebarsConfig = {
"tools/list",
"tools/actionlint",
"tools/biome",
"tools/brakeman",
"tools/buf",
"tools/checkmake",
"tools/checkov",
"tools/circleci",
"tools/clippy",
"tools/cppcheck",
"tools/detekt",
"tools/dotenv",
"tools/eslint",
"tools/flake8",
"tools/gitleaks",
"tools/golangci-lint",
"tools/hadolint",
"tools/htmlhint",
"tools/languagetool",
"tools/luacheck",
"tools/markdownlint",
"tools/oxlint",
"tools/phpcs",
"tools/phpmd",
"tools/phpstan",
"tools/pipeline-remediation",
"tools/pmd",
"tools/prisma-lint",
"tools/pylint",
"tools/regal",
"tools/rubocop",
"tools/ruff",
Expand All @@ -201,15 +210,6 @@ const sidebars: SidebarsConfig = {
"tools/sqlfluff",
"tools/swiftlint",
"tools/yamllint",
"tools/flake8",
"tools/pylint",
"tools/dotenv",
"tools/htmlhint",
"tools/checkmake",
"tools/phpmd",
"tools/phpcs",
"tools/brakeman",
"tools/clippy",
],
},
"reference/caching",
Expand Down