doc: hide ssr dependant example

This commit is contained in:
Nurul Huda (Apon) 2026-05-29 16:08:56 +06:00
parent 80f1d0fdcd
commit 71db58ab3b
No known key found for this signature in database
GPG Key ID: 5D3F1DE2855A2F79

View File

@ -42,8 +42,8 @@ const categories = [_]SidebarProps.Category{
.{ .title = "Async Timer", .href = ssg ++ "/examples/wasm/async" },
// .{ .title = "React Integration", .href = ssg ++ "/examples/wasm/react" },
.{ .title = "Hydration", .href = ssg ++ "/examples/wasm/hydration" },
.{ .title = "Progress Bar", .href = ssg ++ "/examples/wasm/progress" },
.{ .title = "Realtime Chat", .href = ssg ++ "/examples/realtime" },
// .{ .title = "Progress Bar", .href = ssg ++ "/examples/wasm/progress" },
// .{ .title = "Realtime Chat", .href = ssg ++ "/examples/realtime" },
.{ .title = "Auth", .href = ssg ++ "/examples/auth" },
.{ .title = "Form", .href = ssg ++ "/examples/form" },
.{ .title = "File Form", .href = ssg ++ "/examples/form/file" },