From 2ed08c7ff7385f845ea2b1193c5c7a39332241f3 Mon Sep 17 00:00:00 2001 From: Paul Gottschling Date: Tue, 26 Nov 2024 14:04:32 -0500 Subject: [PATCH] Allow absolute docs links in the changelog (#49464) This is because the changelog needs to include absolute docs links in order for our release process to run smoothly, since we need to sync release notes to the changelog. To do so, add a message control directive to the changelog. This change removes the comment that disables the remark messaging linter, since we have removed this custom linter in favor of Vale. --- docs/pages/changelog.mdx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/pages/changelog.mdx b/docs/pages/changelog.mdx index 9721820967ca7..3676469d022ac 100644 --- a/docs/pages/changelog.mdx +++ b/docs/pages/changelog.mdx @@ -2,5 +2,6 @@ title: Teleport Changelog description: The Changelog provides a comprehensive description of the changes introduced by each Teleport release. --- -{/*lint disable messaging*/} +{/*lint disable absolute-docs-links*/} + (!CHANGELOG.md!)