Fix inaccurate items (batch 3) - #238
Open
ChihweiLHBird wants to merge 1 commit into
Open
Conversation
- 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]`, and define the `echo-message` component Signed-off-by: Zhiwei Liang <zhiwei.liang@zliang.me>
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