Files
teleport/docs/vale-styles
Paul Gottschling be6fe00694 Remove final Vale structure linter (#60481)
See gravitational/docs-website#204

The Vale linter for incorrect `Var` component usage emits a warning on
violations, rather than an error, because there is no way to ignore
`raw`-scoped linting rules in Vale using Markdown comments. Vale
warnings do not cause the CI check for Vale to fail. As a result,
warnings from this check appear in unrelated docs changes, since
previous failures go unnoticed.

Remove this linter until we can re-implement it using `remark`. The
`remark` variation of this linter will allow users to ignore it with
Markdown comments, making it safe to require in CI.
2025-10-29 12:53:01 +00:00
..