From a59d313b8e3a9fd4ad46bf38cb4339856f9cfd7d Mon Sep 17 00:00:00 2001 From: Paul Gottschling Date: Tue, 19 Nov 2024 10:59:16 -0500 Subject: [PATCH] Add message control directive to the changelog Disable absolute docs link linting in the changelog. 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. 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!)