building initial page

This commit is contained in:
Kelsey Jackson
2025-05-29 08:00:47 -05:00
parent 80aa602acd
commit 61b8b5d0d5
4 changed files with 20 additions and 3 deletions

View File

@@ -384,7 +384,7 @@
</ul>
</li>
<li>
<a href="/docs/patterns/layout/">Layouts</a>
<a href="/docs/patterns/layouts/">Layouts</a>
<wa-badge class="pro" appearance="accent" attention="none">PRO</wa-badge>
<ul>
<li>

View File

@@ -0,0 +1,11 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Document</title>
</head>
<body>
dfd
</body>
</html>

View File

@@ -4,3 +4,9 @@ description: ''
icon: checkbox
isPro: true
---
<p>
<wa-button href="/assets/examples/layouts/ecommerce-1.html" target="_blank">
Open demo in a new window
</wa-button>
</p>

View File

@@ -1,6 +1,6 @@
---
title: Layout
description:
title: Layouts
description: Customizable templates to help get your storefront, app, or website up and running at light speed.
parent: patterns
layout: overview
override:tags: []