diff --git a/.github/workflows/wasm_gallery.yaml b/.github/workflows/wasm_gallery.yaml index e6b9373..0d3f006 100644 --- a/.github/workflows/wasm_gallery.yaml +++ b/.github/workflows/wasm_gallery.yaml @@ -45,6 +45,5 @@ jobs: with: name: wasm_gallery path: | - examples/gallery/index.html examples/gallery/frame-tablet.webp examples/gallery/pkg diff --git a/docs/src/navigation.ts b/docs/src/navigation.ts index dd87454..f24ee45 100644 --- a/docs/src/navigation.ts +++ b/docs/src/navigation.ts @@ -9,7 +9,7 @@ export const headerData = { }, { text: "Demo", - href: "/wasm/index.html", + href: "/wasm/", }, { text: "Slint Home", diff --git a/docs/src/pages/wasm.astro b/docs/src/pages/wasm.astro new file mode 100644 index 0000000..c860afd --- /dev/null +++ b/docs/src/pages/wasm.astro @@ -0,0 +1,91 @@ +--- +// Copyright © SixtyFPS GmbH +// SPDX-License-Identifier: MIT +import Layout from "~/layouts/PageLayout.astro"; + +const metadata = { + title: "Slint Material 3 Gallery (Web Assembly version)", +}; +--- + + + + + + + +

+ Slint Material 3 Gallery +

+ +
+
+ + Tablet Frame +
+
+