Skip to content

Commit

Permalink
Allow absolute docs links in the changelog (#49463)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
ptgott authored Nov 26, 2024
1 parent 249504f commit 8223c66
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/pages/changelog.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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!)

0 comments on commit 8223c66

Please sign in to comment.