Fix inaccurate items (batch 3) - #238
Merged
Merged
Conversation
itowlson
reviewed
Aug 12, 2026
itowlson
approved these changes
Aug 12, 2026
Contributor
|
@ChihweiLHBird It looks like there are a couple of commits that need a DCO signoff (not sure which ones, sorry). Otherwise LGTM! |
itowlson
enabled auto-merge
August 12, 2026 22:54
auto-merge was automatically disabled
August 12, 2026 23:09
Head branch was pushed to by a user without write access
ChihweiLHBird
force-pushed
the
zhiwei/doc-improve-3
branch
from
August 12, 2026 23:09
2cc0ac5 to
d586a78
Compare
- cache.md: correct the Homebrew plugin and template paths, which include an `etc` segment - http-outbound.md: service chaining enforces the request scheme rather than ignoring it - install.md: add the `wasm32-wasip2` target, drop the unused `wasm32-unknown-unknown`, and correct the minimum Rust version to 1.94 - javascript-components.md: the JS/TS template install provides four templates, not two - manifest-reference.md: `key_value_stores` accepts any label mapped in the runtime configuration, not only `default` - quickstart.md: list all four JS/TS templates, and correct the Rust SDK minimum to 1.93 - rust-components.md: make the Redis manifest parse by adding `[application]` Signed-off-by: Zhiwei Liang <zhiwei.liang@zliang.me>
ChihweiLHBird
force-pushed
the
zhiwei/doc-improve-3
branch
from
August 12, 2026 23:11
d586a78 to
3fbb655
Compare
Contributor
Author
|
@itowlson I fixed the DCO check, but the build is failing again due to the broken invitation link... |
Contributor
|
Well, that's infuriating. I'm re-running the action to see if it's a flake. Otherwise I guess we'll have to exclude it from the link checker. 403 so no idea what's going on there. It seems to 200 from curl so 🤷 |
Contributor
Author
|
I think it could be some sort of WAF or CDN blocked the GitHub Action runner IP address. |
…script Signed-off-by: Zhiwei Liang <zhiwei.liang@zliang.me>
…ntu environment - Changed `runs-on` from `ubuntu-24.04` to `ubuntu-latest` in build, deploy-preview, and deploy workflows. - Updated `actions/checkout` from version `v4` to `v7` in all workflows. - Updated `actions/setup-node` from version `v4` to `v7` in the build workflow. - Updated `actions/upload-artifact` from version `v4` to `v7` in the build workflow. - Updated `actions/download-artifact` from version `v4` to `v8` in the deploy workflow. - Updated `crazy-max/ghaction-import-gpg` from version `v6` to `v7` in the update-cli-reference workflow. - Updated `peter-evans/create-pull-request` from version `v7` to `v8` in the update-cli-reference workflow. Signed-off-by: Zhiwei Liang <zhiwei.liang@zliang.me>
itowlson
approved these changes
Aug 13, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
cache.md: correct the Homebrew plugin and template paths, which include anetcsegmenthttp-outbound.md: service chaining enforces the request scheme rather than ignoring itinstall.md: add thewasm32-wasip2target, drop the unusedwasm32-unknown-unknown, and correct the minimum Rust version to 1.94 (source)javascript-components.md: the JS/TS template install provides four templates, not twomanifest-reference.md:key_value_storesaccepts any label mapped in the runtime configuration, not onlydefaultquickstart.md: list all four JS/TS templates in the install andspin newoutputquickstart.md: correct the Rust SDK minimum version to 1.93 (source)rust-components.md: make the Redis manifest parse by adding[application], and define theecho-messagecomponent