Skip to content

docs: Update actions format - #54869

Merged
MrSubidubi merged 8 commits into
zed-industries:mainfrom
lingyaochu:semantic_token_doc
May 7, 2026
Merged

docs: Update actions format#54869
MrSubidubi merged 8 commits into
zed-industries:mainfrom
lingyaochu:semantic_token_doc

Conversation

@lingyaochu

@lingyaochu lingyaochu commented Apr 25, 2026

Copy link
Copy Markdown
Collaborator

Self-Review Checklist:

  • I've reviewed my own diff for quality, security, and reliability
  • Unsafe blocks (if any) have justifying comments
  • The content is consistent with the UI/UX checklist
  • Tests cover the new/changed behavior
  • Performance impact has been considered and is acceptable

Change the actions in docs to adopt the right format.

Release Notes:

  • N/A

@cla-bot cla-bot Bot added the cla-signed The user has signed the Contributor License Agreement label Apr 25, 2026
@github-actions github-actions Bot added the community champion Issues filed by our amazing community champions! 🫶 label Apr 25, 2026
@zed-community-bot zed-community-bot Bot added the guild Pull requests by someone in Zed Guild. NOTE: the label application is automated via github actions label Apr 25, 2026
@lingyaochu lingyaochu changed the title docs: Fix incorrect language server restart action name docs: Fix incorrect language server restart action name in semantic tokens Apr 25, 2026

@MrSubidubi MrSubidubi left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for this, good find! Could we instead please use the docs preprocessor syntax for this to ensure these are always rendered properly and exist?

@lingyaochu

Copy link
Copy Markdown
Collaborator Author

I noticed that some other actions also don't follow the format. Should I fix them as well while I'm at it? It should be a very straightforward review.

@MrSubidubi

Copy link
Copy Markdown
Member

Sure, feel free to!

@lingyaochu

lingyaochu commented May 1, 2026

Copy link
Copy Markdown
Collaborator Author

It should be a very straightforward review.

I take that back—it's not as straightforward as I expected. I found quite a few cases, some of them outdated. I've addressed everything I found via regex, but I'm not entirely sure if anything is left.

Additionally, I noticed that some platform-specific actions, such as projects: open wsl, are missing from the All actions table. It's worth another look (an issue #55376 is created for this), but I’ll leave it out of this PR to keep things focused.

@lingyaochu
lingyaochu requested a review from MrSubidubi May 1, 2026 03:16
@lingyaochu lingyaochu changed the title docs: Fix incorrect language server restart action name in semantic tokens docs: Update actions format May 1, 2026

@MrSubidubi MrSubidubi left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Still a very nice change and the other stuff is definitely something worth looking into after.

However, could you please look into removing the backticks everywhere, please? The syntax itself will ensure that the keybinds will be rendered in monospace, so we can safely remove the backticks. Thanks!

Also, definitely would like to note that

but I’ll leave it out of this PR to keep things focused.

is a very good idea and approach and I appreciate it very much, thanks!

@lingyaochu

lingyaochu commented May 2, 2026

Copy link
Copy Markdown
Collaborator Author

However, could you please look into removing the backticks everywhere, please?

Done

@lingyaochu
lingyaochu requested a review from MrSubidubi May 2, 2026 06:11

@MrSubidubi MrSubidubi left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Very very very nice, thank you so much!

@MrSubidubi
MrSubidubi enabled auto-merge May 6, 2026 21:56
@MrSubidubi

Copy link
Copy Markdown
Member

/cherry-pick stable
/cherry-pick preview

auto-merge was automatically disabled May 7, 2026 01:22

Head branch was pushed to by a user without write access

@lingyaochu

Copy link
Copy Markdown
Collaborator Author

Sorry, there are some style issues, should be resolved now.

@MrSubidubi
MrSubidubi enabled auto-merge May 7, 2026 06:52
@MrSubidubi

Copy link
Copy Markdown
Member

All good, no need to apologize, that happens too often to me too.

@MrSubidubi
MrSubidubi added this pull request to the merge queue May 7, 2026
Merged via the queue into zed-industries:main with commit 6aa90e7 May 7, 2026
31 checks passed
zed-zippy Bot added a commit that referenced this pull request May 7, 2026
Cherry-pick of #54869 to preview

----
Self-Review Checklist:

- [ ] I've reviewed my own diff for quality, security, and reliability
- [ ] Unsafe blocks (if any) have justifying comments
- [ ] The content is consistent with the [UI/UX

checklist](https://github.com/zed-industries/zed/blob/main/CONTRIBUTING.md#uiux-checklist)
- [ ] Tests cover the new/changed behavior
- [ ] Performance impact has been considered and is acceptable

Change the actions in docs to adopt the right format.

Release Notes:

- N/A

Co-authored-by: Xin Zhao <zx0@mail.ustc.edu.cn>
zed-zippy Bot added a commit that referenced this pull request May 7, 2026
Cherry-pick of #54869 to stable

----
Self-Review Checklist:

- [ ] I've reviewed my own diff for quality, security, and reliability
- [ ] Unsafe blocks (if any) have justifying comments
- [ ] The content is consistent with the [UI/UX

checklist](https://github.com/zed-industries/zed/blob/main/CONTRIBUTING.md#uiux-checklist)
- [ ] Tests cover the new/changed behavior
- [ ] Performance impact has been considered and is acceptable

Change the actions in docs to adopt the right format.

Release Notes:

- N/A

Co-authored-by: Xin Zhao <zx0@mail.ustc.edu.cn>
@lingyaochu
lingyaochu deleted the semantic_token_doc branch May 7, 2026 07:15
Nkr1shna pushed a commit to neozed-industries/neo-zed that referenced this pull request May 11, 2026
…able) (zed-industries#56006)

Cherry-pick of zed-industries#54869 to stable

----
Self-Review Checklist:

- [ ] I've reviewed my own diff for quality, security, and reliability
- [ ] Unsafe blocks (if any) have justifying comments
- [ ] The content is consistent with the [UI/UX

checklist](https://github.com/zed-industries/zed/blob/main/CONTRIBUTING.md#uiux-checklist)
- [ ] Tests cover the new/changed behavior
- [ ] Performance impact has been considered and is acceptable

Change the actions in docs to adopt the right format.

Release Notes:

- N/A

Co-authored-by: Xin Zhao <zx0@mail.ustc.edu.cn>
Nkr1shna pushed a commit to neozed-industries/neo-zed that referenced this pull request May 13, 2026
…able) (zed-industries#56006)

Cherry-pick of zed-industries#54869 to stable

----
Self-Review Checklist:

- [ ] I've reviewed my own diff for quality, security, and reliability
- [ ] Unsafe blocks (if any) have justifying comments
- [ ] The content is consistent with the [UI/UX

checklist](https://github.com/zed-industries/zed/blob/main/CONTRIBUTING.md#uiux-checklist)
- [ ] Tests cover the new/changed behavior
- [ ] Performance impact has been considered and is acceptable

Change the actions in docs to adopt the right format.

Release Notes:

- N/A

Co-authored-by: Xin Zhao <zx0@mail.ustc.edu.cn>
ubunatic pushed a commit to ubunatic/zed that referenced this pull request May 16, 2026
Self-Review Checklist:

- [ ] I've reviewed my own diff for quality, security, and reliability
- [ ] Unsafe blocks (if any) have justifying comments
- [ ] The content is consistent with the [UI/UX
checklist](https://github.com/zed-industries/zed/blob/main/CONTRIBUTING.md#uiux-checklist)
- [ ] Tests cover the new/changed behavior
- [ ] Performance impact has been considered and is acceptable

Change the actions in docs to adopt the right format.

Release Notes:

- N/A
jonx pushed a commit to jonx/zed-aros that referenced this pull request Jul 17, 2026
Self-Review Checklist:

- [ ] I've reviewed my own diff for quality, security, and reliability
- [ ] Unsafe blocks (if any) have justifying comments
- [ ] The content is consistent with the [UI/UX
checklist](https://github.com/zed-industries/zed/blob/main/CONTRIBUTING.md#uiux-checklist)
- [ ] Tests cover the new/changed behavior
- [ ] Performance impact has been considered and is acceptable

Change the actions in docs to adopt the right format.

Release Notes:

- N/A
jolutz pushed a commit to jolutz/zed that referenced this pull request Aug 8, 2026
Self-Review Checklist:

- [ ] I've reviewed my own diff for quality, security, and reliability
- [ ] Unsafe blocks (if any) have justifying comments
- [ ] The content is consistent with the [UI/UX
checklist](https://github.com/zed-industries/zed/blob/main/CONTRIBUTING.md#uiux-checklist)
- [ ] Tests cover the new/changed behavior
- [ ] Performance impact has been considered and is acceptable

Change the actions in docs to adopt the right format.

Release Notes:

- N/A
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

cla-signed The user has signed the Contributor License Agreement community champion Issues filed by our amazing community champions! 🫶 guild Pull requests by someone in Zed Guild. NOTE: the label application is automated via github actions

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants