Skip to content

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

Merged
merged 8 commits into from
Jun 6, 2025

Conversation

AndreasArvidsson
Copy link
Member

No description provided.

@AndreasArvidsson AndreasArvidsson requested a review from a team as a code owner June 3, 2025 08:03
@@ -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
Copy link
Member Author

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);
Copy link
Member Author

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.

Copy link
Member Author

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.

https://docusaurus.io/docs/markdown-features/links#:~:text=Markdown%20file%20references,use%20URL%20links.

@AndreasArvidsson AndreasArvidsson merged commit 4993046 into main Jun 6, 2025
15 checks passed
@AndreasArvidsson AndreasArvidsson deleted the langmdx branch June 6, 2025 06:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant