From 4bd47a69e9d0fbd2656fb43abab930225411259b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Orhun=20Parmaks=C4=B1z?= Date: Mon, 25 Dec 2023 19:06:14 +0300 Subject: [PATCH] docs(website): add tip about link parsers --- website/docs/configuration/git.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/website/docs/configuration/git.md b/website/docs/configuration/git.md index 5723d59892..bc7ab2f326 100644 --- a/website/docs/configuration/git.md +++ b/website/docs/configuration/git.md @@ -221,6 +221,8 @@ Examples: - `{ pattern = "RFC(\\d+)", text = "ietf-rfc$1", href = "https://datatracker.ietf.org/doc/html/rfc$1"}`, - Extract mentions of IETF RFCs and generate URLs linking to them. It also rewrites the text as "ietf-rfc...". +These extracted links can be used in the [template](/docs/templating/context) with `commits.links` variable. + ### limit_commits `limit_commits` is an **optional** positive integer number that limits the number of included commits in the generated changelog.