From 3c6b886f3b418b31d0dfda361d9372e4b699dc0e Mon Sep 17 00:00:00 2001 From: alex Date: Wed, 9 Jul 2025 10:17:33 -0400 Subject: [PATCH 1/2] fix sidebar --- sidebars.ts | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/sidebars.ts b/sidebars.ts index 5b42e112..e6e7301f 100644 --- a/sidebars.ts +++ b/sidebars.ts @@ -201,6 +201,15 @@ 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", From 58528431c69817b302d9b3b2c912e9f24bb54f52 Mon Sep 17 00:00:00 2001 From: alex Date: Wed, 9 Jul 2025 10:18:42 -0400 Subject: [PATCH 2/2] in order --- sidebars.ts | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/sidebars.ts b/sidebars.ts index e6e7301f..0e93a242 100644 --- a/sidebars.ts +++ b/sidebars.ts @@ -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", @@ -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",