-
-
Notifications
You must be signed in to change notification settings - Fork 85
Updated contributor docs with info about adding language.mdx #2955
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
Conversation
@@ -300,7 +300,7 @@ cursorless.nvim/.busted | |||
### Running lua unit tests | |||
|
|||
Many of the cursorless.nvim lua functions are run in order to complete Cursorless actions and so are already | |||
indirectly tested by the tests described in the [previous section](#3-cursorless-tests-for-neovim). Nevertheless, we run | |||
indirectly tested by the tests described in the [previous section](#running-neovim-tests-locally). Nevertheless, we 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.
Fix broken link
isFolder(url) && | ||
passingBetweenUserAndContributing(fileRelative, artifactRelative) | ||
) { | ||
node.url = "/docs/" + artifactRelative.slice(docsRelative.length); |
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 have no idea why this is required. Linking to a markdown file between contributing and user works fine, but not a folder. ../user/languages
incorrectly got resolved as /docs/contributing/user/languages
. This problem does not occur with files.
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.
Could have something to do with this? But I'm not sure why files work and not folders.
No description provided.