From 28b459d8a742cb65847ededfc2562a224f5ff2f7 Mon Sep 17 00:00:00 2001 From: tabris Date: Sat, 15 Nov 2025 10:30:56 -0500 Subject: [PATCH] Related to armbian/documentation#842, update extensions/gen-sample-extension-docs.sh to reference the opt-out docs for hooks --- extensions/gen-sample-extension-docs.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/extensions/gen-sample-extension-docs.sh b/extensions/gen-sample-extension-docs.sh index 03963f1127..fb8dd1aa9f 100644 --- a/extensions/gen-sample-extension-docs.sh +++ b/extensions/gen-sample-extension-docs.sh @@ -58,6 +58,7 @@ MULTIPLE_CALLS_WARNING cat << PRE_HOOKS_HEADER ## Hooks +- Individual/specific hook functions can be [skipped/ignored/opted-out](/Developer-Guide_Extensions#opt-out-of-individual-hook-functions). - Hooks are listed in the order they are called. PRE_HOOKS_HEADER