From c4e9e908baa3dd7ee1d1323e164e31df32263901 Mon Sep 17 00:00:00 2001 From: johnnymatthews <9611008+johnnymatthews@users.noreply.github.com> Date: Thu, 23 Jul 2026 12:51:03 +0100 Subject: [PATCH 1/3] Fixes borked callout in Views Install. --- content/views/install/index.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/content/views/install/index.md b/content/views/install/index.md index 7a394cd..354e505 100644 --- a/content/views/install/index.md +++ b/content/views/install/index.md @@ -136,6 +136,7 @@ We need to set three new environment variables: dummy.go libwasmer.so ``` -> [!WARNING] -> If `libwasmer.dylib` is missing, re-run the `go get` step and ensure `go env GOPATH` returns a valid path. +{% admonition(type="warning") %} +If `libwasmer.dylib` is missing, re-run the `go get` step and ensure `go env GOPATH` returns a valid path. +{% end %} From da82c9a7ae41c798ebd6bed4b3321bfd10a7de64 Mon Sep 17 00:00:00 2001 From: johnnymatthews <9611008+johnnymatthews@users.noreply.github.com> Date: Thu, 23 Jul 2026 12:58:09 +0100 Subject: [PATCH 2/3] Fixes more callouts that I missed. --- content/views/quickstart/index.md | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/content/views/quickstart/index.md b/content/views/quickstart/index.md index 23a771b..999495f 100644 --- a/content/views/quickstart/index.md +++ b/content/views/quickstart/index.md @@ -136,8 +136,9 @@ We need to set three new environment variables: dummy.go libwasmer.so ``` -> [!WARNING] -> If `libwasmer.dylib` is missing, re-run the `go get` step and ensure `go env GOPATH` returns a valid path. +{% admonition(type="warning") %} +If `libwasmer.dylib` is missing, re-run the `go get` step and ensure `go env GOPATH` returns a valid path. +{% end %} ## Create a view @@ -262,9 +263,10 @@ Then, check: - Updated At: 2026-07-09 09:37:24 +0000 UTC ``` - > [!NOTE] - > - `@materialized(if: false)`: treat this as a virtual type, not a persisted table. - > - `transactionHash: String`: minimal example field; real views will define more fields. + {% admonition(type="note") %} +- `@materialized(if: false)`: treat this as a virtual type, not a persisted table. +- `transactionHash: String`: minimal example field; real views will define more fields. + {% end %} 1. Inspect the view again: From a56c23c260f8f6278db9e85d8c09928aab2788e3 Mon Sep 17 00:00:00 2001 From: johnnymatthews <9611008+johnnymatthews@users.noreply.github.com> Date: Thu, 23 Jul 2026 13:13:52 +0100 Subject: [PATCH 3/3] Found another callout that was borked! --- content/views/quickstart/index.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/content/views/quickstart/index.md b/content/views/quickstart/index.md index 999495f..1c94695 100644 --- a/content/views/quickstart/index.md +++ b/content/views/quickstart/index.md @@ -215,7 +215,7 @@ Now that everything is set up, we can start creating and deploying views. This tells Viewkit that `testdeploy` will ingest `Log` objects with the specified fields. -Then, check: +1. Then, check: ```shell viewkit view inspect testdeploy @@ -361,8 +361,9 @@ Then, check: - Updated At: 2026-07-09 09:39:11 +0000 UTC ``` -> ![TIP] -> If you see `libwasmer.dylib` / "image not found" errors, revisit the Wasmer setup. +{% admonition(type="tip") %} +If you see `libwasmer.dylib` / "image not found" errors, revisit the Wasmer setup. +{% end %} 1. Before deploying, validate that your view builds and compiles successfully: