Skip to content

Commit da7fd6e

Browse files
committed
docs: sync documentation with current implementation
- Update all GitHub URLs from your-repo to pulseengine/rules_wasm_component - Fix rules_rust version from 0.48.0 to 0.62.0 with WASI Preview 2 git override - Add comprehensive Advanced Features guide documenting: * WRPC integration (wrpc_bindgen, wrpc_serve, wrpc_invoke) * Security policies (wasm_security_policy, wasm_component_secure_publish) * Multi-architecture components (wasm_component_multi_arch) * Component metadata extraction (wasm_component_metadata_extract) * Enhanced OCI publishing (wkg_multi_registry_publish) * Microservices and distributed system patterns - Expand main page feature cards to include new capabilities - Verify all documented examples work with current implementation - Maintain accurate API documentation for all 60+ rules and providers
1 parent bfff6e1 commit da7fd6e

File tree

9 files changed

+466
-17
lines changed

9 files changed

+466
-17
lines changed

docs-site/src/content/docs/composition/wac.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -446,7 +446,7 @@ let component = new my:component { ... };
446446
```
447447
448448
<div class="demo-buttons">
449-
<a href="https://stackblitz.com/github/your-repo/rules_wasm_component/tree/main/examples/wac_oci_composition" class="demo-button">
449+
<a href="https://stackblitz.com/github/pulseengine/rules_wasm_component/tree/main/examples/wac_oci_composition" class="demo-button">
450450
🚀 Try WAC Composition
451451
</a>
452452
<a href="/examples/multi-language/" class="demo-button">

docs-site/src/content/docs/examples/basic.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -147,10 +147,10 @@ wasm-tools component wit bazel-bin/examples/basic/basic_component.wasm
147147
```
148148

149149
<div class="demo-buttons">
150-
<a href="https://stackblitz.com/github/your-repo/rules_wasm_component/tree/main/examples/basic" class="demo-button">
150+
<a href="https://stackblitz.com/github/pulseengine/rules_wasm_component/tree/main/examples/basic" class="demo-button">
151151
🚀 Try in StackBlitz
152152
</a>
153-
<a href="https://github.com/your-repo/rules_wasm_component/tree/main/examples/basic" class="demo-button">
153+
<a href="https://github.com/pulseengine/rules_wasm_component/tree/main/examples/basic" class="demo-button">
154154
📖 View Source
155155
</a>
156156
</div>

docs-site/src/content/docs/first-component.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -255,10 +255,10 @@ wasmtime run --wasi preview2 bazel-bin/greeting_component.wasm
255255
```
256256

257257
<div class="demo-buttons">
258-
<a href="https://stackblitz.com/github/your-repo/rules_wasm_component/tree/main/examples/basic" class="demo-button">
258+
<a href="https://stackblitz.com/github/pulseengine/rules_wasm_component/tree/main/examples/basic" class="demo-button">
259259
🚀 Try this tutorial in StackBlitz
260260
</a>
261-
<a href="https://github.com/codespaces/new?repo=your-repo/rules_wasm_component" class="demo-button">
261+
<a href="https://github.com/codespaces/new?repo=pulseengine/rules_wasm_component" class="demo-button">
262262
☁️ Open in GitHub Codespace
263263
</a>
264264
</div>

docs-site/src/content/docs/getting-started.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ wasmtime run --wasi preview2 bazel-bin/hello_component.wasm
103103
```
104104

105105
<div class="demo-buttons">
106-
<a href="https://stackblitz.com/github/your-repo/rules_wasm_component/tree/main/examples/basic" class="demo-button">
106+
<a href="https://stackblitz.com/github/pulseengine/rules_wasm_component/tree/main/examples/basic" class="demo-button">
107107
Try this example in StackBlitz
108108
</a>
109109
</div>
@@ -134,8 +134,8 @@ Now that you have your first component working, explore more advanced features:
134134

135135
- **Documentation**: Browse this site for comprehensive guides
136136
- **Examples**: Check the `/examples` directory in the repository
137-
- **Issues**: Report bugs on [GitHub Issues](https://github.com/your-repo/rules_wasm_component/issues)
138-
- **Discussions**: Ask questions in [GitHub Discussions](https://github.com/your-repo/rules_wasm_component/discussions)
137+
- **Issues**: Report bugs on [GitHub Issues](https://github.com/pulseengine/rules_wasm_component/issues)
138+
- **Discussions**: Ask questions in [GitHub Discussions](https://github.com/pulseengine/rules_wasm_component/discussions)
139139

140140
## Performance Note
141141

0 commit comments

Comments
 (0)