From c658c1064b4f70ff46e74055170dd0ddd7b34d3b Mon Sep 17 00:00:00 2001 From: Chris Pelzer Date: Sat, 9 Aug 2025 02:49:43 -0400 Subject: [PATCH 1/2] docs: remove `The Oh-My-ZSH asdf plugin is yet to be updated, see [ohmyzsh/ohmyzsh#8837](https://github.com/ohmyzsh/ohmyzsh/pull/8837).` from the docs for zsh as it has been [updated](https://github.com/ohmyzsh/ohmyzsh/pull/8837#issuecomment-2174169900) --- docs/guide/getting-started-legacy.md | 2 +- docs/guide/getting-started.md | 2 +- docs/ja-jp/guide/getting-started-legacy.md | 2 +- docs/ja-jp/guide/getting-started.md | 2 +- docs/ko-kr/guide/getting-started.md | 4 ++-- docs/pt-br/guide/getting-started.md | 4 ++-- docs/zh-hans/guide/getting-started.md | 2 +- 7 files changed, 9 insertions(+), 9 deletions(-) diff --git a/docs/guide/getting-started-legacy.md b/docs/guide/getting-started-legacy.md index 7dc2391b1..560d6885c 100644 --- a/docs/guide/getting-started-legacy.md +++ b/docs/guide/getting-started-legacy.md @@ -248,7 +248,7 @@ echo -e "\n. $(brew --prefix asdf)/libexec/asdf.sh" >> ${ZDOTDIR:-~}/.zshrc **OR** use a ZSH Framework plugin like [asdf for oh-my-zsh](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/asdf) which will source this script and setup completions. -Completions are configured by either a ZSH Framework `asdf` or will need to be [configured as per Homebrew's instructions](https://docs.brew.sh/Shell-Completion#configuring-completions-in-zsh). If you are using a ZSH Framework the associated plugin for asdf may need to be updated to use the new ZSH completions properly via `fpath`. The Oh-My-ZSH asdf plugin is yet to be updated, see [ohmyzsh/ohmyzsh#8837](https://github.com/ohmyzsh/ohmyzsh/pull/8837). +Completions are configured by either a ZSH Framework `asdf` or will need to be [configured as per Homebrew's instructions](https://docs.brew.sh/Shell-Completion#configuring-completions-in-zsh). If you are using a ZSH Framework the associated plugin for asdf may need to be updated to use the new ZSH completions properly via `fpath`. ::: ::: details ZSH & Pacman diff --git a/docs/guide/getting-started.md b/docs/guide/getting-started.md index 778f05368..af7753a87 100644 --- a/docs/guide/getting-started.md +++ b/docs/guide/getting-started.md @@ -219,7 +219,7 @@ autoload -Uz compinit && compinit If you are using a custom `compinit` setup with a ZSH Framework, ensure `compinit` is below your sourcing of the framework -Completions are configured by either a ZSH Framework `asdf` or will need to be [configured as per Homebrew's instructions](https://docs.brew.sh/Shell-Completion#configuring-completions-in-zsh). If you are using a ZSH Framework the associated plugin for asdf may need to be updated to use the new ZSH completions properly via `fpath`. The Oh-My-ZSH asdf plugin is yet to be updated, see [ohmyzsh/ohmyzsh#8837](https://github.com/ohmyzsh/ohmyzsh/pull/8837). +Completions are configured by either a ZSH Framework `asdf` or will need to be [configured as per Homebrew's instructions](https://docs.brew.sh/Shell-Completion#configuring-completions-in-zsh). If you are using a ZSH Framework the associated plugin for asdf may need to be updated to use the new ZSH completions properly via `fpath`. ::: ::: details PowerShell Core diff --git a/docs/ja-jp/guide/getting-started-legacy.md b/docs/ja-jp/guide/getting-started-legacy.md index 35abb7c69..c2c699462 100644 --- a/docs/ja-jp/guide/getting-started-legacy.md +++ b/docs/ja-jp/guide/getting-started-legacy.md @@ -248,7 +248,7 @@ echo -e "\n. $(brew --prefix asdf)/libexec/asdf.sh" >> ${ZDOTDIR:-~}/.zshrc **OR** use a ZSH Framework plugin like [asdf for oh-my-zsh](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/asdf) which will source this script and setup completions. -コマンド補完は、ZSHフレームワーク`asdf`によって設定されるか、[Homebrewの説明に従って設定](https://docs.brew.sh/Shell-Completion#configuring-completions-in-zsh)必要があります。ZSHフレームワークを使用している場合、新しいZSHコマンド補完を使用するには、`fpath`経由で、関連する`asdf`プラグインの更新が必要となることがあります。Oh-My-ZSH asdfプラグインは、[ohmyzsh/ohmyzsh#8837](https://github.com/ohmyzsh/ohmyzsh/pull/8837)でご覧いただくと分かるとおり、まだ更新されていません。 +コマンド補完は、ZSHフレームワーク`asdf`によって設定されるか、[Homebrewの説明に従って設定](https://docs.brew.sh/Shell-Completion#configuring-completions-in-zsh)必要があります。ZSHフレームワークを使用している場合、新しいZSHコマンド補完を使用するには、`fpath`経由で、関連する`asdf`プラグインの更新が必要となることがあります。 ::: ::: details ZSH & Pacman diff --git a/docs/ja-jp/guide/getting-started.md b/docs/ja-jp/guide/getting-started.md index 55ad732c5..d68181569 100644 --- a/docs/ja-jp/guide/getting-started.md +++ b/docs/ja-jp/guide/getting-started.md @@ -216,7 +216,7 @@ autoload -Uz compinit && compinit ZSHフレームワークでカスタムされた`compinit`セットアップを使っている場合は、`compinit`がフレームワークのソース配下にあることを確認してください。 -コマンド補完はZSHフレームワークの`asdf`で設定するか、[Homebrewの指示に従って設定](https://docs.brew.sh/Shell-Completion#configuring-completions-in-zsh)する必要があります。ZSHフレームワークを使っている場合、asdf用のプラグインを更新して`fpath`経由で新しいZSH補完機能を正しく使えるようにする必要があるかもしれません。なお、Oh-My-ZSH asdfプラグインはまだ対応していません。[ohmyzsh/ohmyzsh#8837](https://github.com/ohmyzsh/ohmyzsh/pull/8837) を参照してください。 +コマンド補完はZSHフレームワークの`asdf`で設定するか、[Homebrewの指示に従って設定](https://docs.brew.sh/Shell-Completion#configuring-completions-in-zsh)する必要があります。ZSHフレームワークを使っている場合、asdf用のプラグインを更新して`fpath`経由で新しいZSH補完機能を正しく使えるようにする必要があるかもしれません。 ::: ::: details PowerShell Core diff --git a/docs/ko-kr/guide/getting-started.md b/docs/ko-kr/guide/getting-started.md index f45b08a76..bff6a034c 100644 --- a/docs/ko-kr/guide/getting-started.md +++ b/docs/ko-kr/guide/getting-started.md @@ -238,7 +238,7 @@ autoload -Uz compinit && compinit **경고** -만약 ZSH 프레임워크를 사용중이라면, `fpath`를 통해 새로운 ZSH 자동완성을 사용하려면 관련된 `asdf` 플러그인이 업데이트 되어야합니다. Oh-My-ZSH asdf 플로그인이 아직 업데이트 되지 않았습니다, [ohmyzsh/ohmyzsh#8837](https://github.com/ohmyzsh/ohmyzsh/pull/8837) 참고. +만약 ZSH 프레임워크를 사용중이라면, `fpath`를 통해 새로운 ZSH 자동완성을 사용하려면 관련된 `asdf` 플러그인이 업데이트 되어야합니다. ::: ::: details ZSH & Homebrew @@ -251,7 +251,7 @@ echo -e "\n. $(brew --prefix asdf)/libexec/asdf.sh" >> ${ZDOTDIR:-~}/.zshrc **혹은** 위 스크립트와 자동완성을 설정하는 [asdf를 위한 oh-my-zsh](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/asdf)와 같은 ZSH 프레임워크 플러그인을 사용하세요. -자동완성은 `asdf` ZSH 프레임워크 혹은 [Homebrew'의 방법](https://docs.brew.sh/Shell-Completion#configuring-completions-in-zsh)에 따라 설정되어야 합니다. 만약 ZSH 프레임워크를 사용중이라면, `fpath`를 통해 새로운 ZSH 자동완성을 사용하려면 관련된 asdf 플러그인이 업데이트 되어야합니다. Oh-My-ZSH asdf 플로그인이 아직 업데이트 되지 않았습니다, [ohmyzsh/ohmyzsh#8837](https://github.com/ohmyzsh/ohmyzsh/pull/8837) 참고. +자동완성은 `asdf` ZSH 프레임워크 혹은 [Homebrew'의 방법](https://docs.brew.sh/Shell-Completion#configuring-completions-in-zsh)에 따라 설정되어야 합니다. 만약 ZSH 프레임워크를 사용중이라면, `fpath`를 통해 새로운 ZSH 자동완성을 사용하려면 관련된 asdf 플러그인이 업데이트 되어야합니다. ::: ::: details ZSH & Pacman diff --git a/docs/pt-br/guide/getting-started.md b/docs/pt-br/guide/getting-started.md index 8ac96dfb7..2ca005255 100644 --- a/docs/pt-br/guide/getting-started.md +++ b/docs/pt-br/guide/getting-started.md @@ -238,7 +238,7 @@ autoload -Uz compinit && compinit **Aviso** -Se você está utilizando um framework para ZSH, o plugin do asdf pode precisar ser atualizado para utilização adequada do novo auto completar do ZSH através do `fpath`. O plugin do asdf para o oh-my-zsh ainda não foi atualizado, veja: [ohmyzsh/ohmyzsh#8837](https://github.com/ohmyzsh/ohmyzsh/pull/8837). +Se você está utilizando um framework para ZSH, o plugin do asdf pode precisar ser atualizado para utilização adequada do novo auto completar do ZSH através do `fpath`. ::: ::: details ZSH & Homebrew @@ -251,7 +251,7 @@ echo -e "\n. $(brew --prefix asdf)/asdf.sh" >> ${ZDOTDIR:-~}/.zshrc **OU** utilize um framework para ZSH, como [asdf para oh-my-zsh](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/asdf) que irá adicionar o script e o auto completar. -O auto completar pode ser configurado ou pelo framework para ZSH, ou de acordo com as [instruções da Homebrew](https://docs.brew.sh/Shell-Completion#configuring-completions-in-zsh). Se você está usando um framework para ZSH, pode ser que seja necessário atualizar o plugin do asdf para que o novo auto completar funcione adequadamente através do `fpath`. O plugin do asdf para o Oh-My-ZSH ainda será atualizado, veja: [ohmyzsh/ohmyzsh#8837](https://github.com/ohmyzsh/ohmyzsh/pull/8837). +O auto completar pode ser configurado ou pelo framework para ZSH, ou de acordo com as [instruções da Homebrew](https://docs.brew.sh/Shell-Completion#configuring-completions-in-zsh). Se você está usando um framework para ZSH, pode ser que seja necessário atualizar o plugin do asdf para que o novo auto completar funcione adequadamente através do `fpath`. ::: ::: details ZSH & Pacman diff --git a/docs/zh-hans/guide/getting-started.md b/docs/zh-hans/guide/getting-started.md index 665874e65..4be703010 100644 --- a/docs/zh-hans/guide/getting-started.md +++ b/docs/zh-hans/guide/getting-started.md @@ -217,7 +217,7 @@ autoload -Uz compinit && compinit 如果你正在 ZSH 框架中使用自定义的 `compinit` 设置 ,请确保 `compinit` 在框架加载之后加载。 -补全功能可以通过 ZSH 框架 `asdf` 或者将需要 [按照 Homebrew 的说明进行配置](https://docs.brew.sh/Shell-Completion#configuring-completions-in-zsh). 如果你正在使用 ZSH 框架,与 asdf 关联的插件或许需要更新以便通过 `fpath` 正确使用新 ZSH。 Oh-My-ZSH asdf 插件尚未更新,请查看 [ohmyzsh/ohmyzsh#8837](https://github.com/ohmyzsh/ohmyzsh/pull/8837) 了解更多。 +补全功能可以通过 ZSH 框架 `asdf` 或者将需要 [按照 Homebrew 的说明进行配置](https://docs.brew.sh/Shell-Completion#configuring-completions-in-zsh). 如果你正在使用 ZSH 框架,与 asdf 关联的插件或许需要更新以便通过 `fpath` 正确使用新 ZSH。 ::: ::: details PowerShell Core From db1dcc04f79d45c40dde9b11460baa52af0ae43c Mon Sep 17 00:00:00 2001 From: Chris Pelzer Date: Sat, 9 Aug 2025 03:02:43 -0400 Subject: [PATCH 2/2] docs: update nodejs script for formatting the documentation to be the correct `npm run fmt` from the package, as the `npm run format` does not exist MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ``` ❯ npm run format npm error Missing script: "format" npm error npm error To see a list of scripts, run: npm error npm run ❯ npm run Scripts available in undefined via `npm run-script`: fmt prettier --write '.vitepress/{config,navbars,sidebars}.ts' '.vitepress/theme/**/*' dev vitepress dev build vitepress build preview vitepress preview ``` --- docs/contribute/documentation.md | 2 +- docs/ja-jp/contribute/documentation.md | 2 +- docs/ko-kr/contribute/documentation.md | 2 +- docs/pt-br/contribute/documentation.md | 2 +- docs/zh-hans/contribute/documentation.md | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/contribute/documentation.md b/docs/contribute/documentation.md index 4834dea92..7bd07244f 100644 --- a/docs/contribute/documentation.md +++ b/docs/contribute/documentation.md @@ -50,7 +50,7 @@ npm run dev Format the code before committing: ```shell -npm run format +npm run fmt ``` ## Pull Requests, Releases & Conventional Commits diff --git a/docs/ja-jp/contribute/documentation.md b/docs/ja-jp/contribute/documentation.md index 1be6f7338..4fec8245b 100644 --- a/docs/ja-jp/contribute/documentation.md +++ b/docs/ja-jp/contribute/documentation.md @@ -50,7 +50,7 @@ npm run dev コミットする前にコードをフォーマットするには、次のように実行します: ```shell -npm run format +npm run fmt ``` ## プルリクエスト、リリース、Conventional Commits diff --git a/docs/ko-kr/contribute/documentation.md b/docs/ko-kr/contribute/documentation.md index 88527a5e7..c3b7608c3 100644 --- a/docs/ko-kr/contribute/documentation.md +++ b/docs/ko-kr/contribute/documentation.md @@ -50,7 +50,7 @@ npm run dev 커밋 전 코드 형식 맞추기: ```shell -npm run format +npm run fmt ``` ## 풀 리퀘스트, 릴리스 & 관습적 커밋 diff --git a/docs/pt-br/contribute/documentation.md b/docs/pt-br/contribute/documentation.md index 8fa5a1be8..12481be81 100644 --- a/docs/pt-br/contribute/documentation.md +++ b/docs/pt-br/contribute/documentation.md @@ -52,7 +52,7 @@ npm run dev Formate o código antes de confirmar: ```shell -npm run format +npm run fmt ``` ## Pull Requests, Releases e Commits Convencionais diff --git a/docs/zh-hans/contribute/documentation.md b/docs/zh-hans/contribute/documentation.md index 51bc57e04..f5bef0d81 100644 --- a/docs/zh-hans/contribute/documentation.md +++ b/docs/zh-hans/contribute/documentation.md @@ -50,7 +50,7 @@ npm run dev 在提交之前格式化代码: ```shell -npm run format +npm run fmt ``` ## 拉取请求、发布以及约定式提交