From b91396337b7fab5c1bd51008ea75a54cf968660d Mon Sep 17 00:00:00 2001 From: Urgau Date: Wed, 23 Jul 2025 18:13:51 +0200 Subject: [PATCH] Update triagebot `[rendered-link]` documentation --- src/triagebot/rendered-link.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/triagebot/rendered-link.md b/src/triagebot/rendered-link.md index 3b0f85e55..abd7975fd 100644 --- a/src/triagebot/rendered-link.md +++ b/src/triagebot/rendered-link.md @@ -9,9 +9,12 @@ This feature is enabled on a repository by having a `[rendered-link]` table in ` ```toml [rendered-link] trigger-files = ["posts/"] +exclude-files = ["posts/SUMMARY.md"] ``` -The `trigger-files` key configures which directories are watched for modification, with the "Rendered link" pointing to the first file matching. +The `trigger-files` key configures which directories are watched for modification, with the `exclude-files` key to exclude files or directories. + +The "Rendered link" will point to the matching file with the most modifications. ## Implementation