Skip to content

Commit

Permalink
Allow absolute docs links in the changelog
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 committed Nov 20, 2024
1 parent 7faefa2 commit e465771
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 e465771

Please sign in to comment.