diff --git a/docs/guides/configure-coderabbit.md b/docs/guides/configure-coderabbit.md
index 1798351e..9b0d2437 100644
--- a/docs/guides/configure-coderabbit.md
+++ b/docs/guides/configure-coderabbit.md
@@ -144,8 +144,11 @@ YAML settings:
        - **`enabled`**: Enable integration, defaults to true.
      - **`shellcheck`**: Configuration for `shellcheck` integration.
        - **`enabled`**: Enable integration, defaults to true.
+     - **`biome`**: Configuration for `biome` integration.
+       - **`enabled`**: Enable integration, defaults to true.
+     - **`hadolint`**: Configuration for `hadolint` integration.
+       - **`enabled`**: Enable integration, defaults to true.
      - **`languagetool`**: Configuration for `languagetool` integration.
-
        - **`enabled`**: Enable integration, defaults to true.
        - **`level`**: The level of the rule. It can be one `default` or `picky`.
          If set to `picky`, additional rules will be activated, i.e. rules that
@@ -178,6 +181,10 @@ YAML settings:
              enabled: true
            shellcheck:
              enabled: true
+           biome:
+             enabled: true
+           hadolint:
+             enabled: true
            languagetool:
              enabled: true
              enabled_only: false