-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Make it possible to disable the absolute link rule #505
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Export `remarkLintTeleportDocsLinks` using `lintRule`, naming the rule `remark-lint:absolute-docs-links`. This means that a docs author can disable the linter within a page by adding the following: ``` {/* lint disable absolute-docs-links */} ```
410deef
to
83aebb6
Compare
Reviewer note: you need to run |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I forgot to do that and ended up debugging for a couple hours
that is the worst! thanks for the tip
Apply gravitational/docs#505 Also fix type errors required to transpile our remark linters from TypeScript.
Apply gravitational/docs#505 Also fix type errors required to transpile our remark linters from TypeScript.
Apply gravitational/docs#505 Also fix type errors required to transpile our remark linters from TypeScript.
Apply gravitational/docs#505 Also fix type errors required to transpile our remark linters from TypeScript.
Export
remarkLintTeleportDocsLinks
usinglintRule
, naming the ruleremark-lint:absolute-docs-links
. This means that a docs author can disable the linter within a page by adding the following: