mirror of
https://github.com/shoelace-style/webawesome.git
synced 2026-01-12 04:09:12 +00:00
scaffolding
This commit is contained in:
@@ -383,6 +383,15 @@
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>
|
||||
<a href="/docs/patterns/layout/">Layouts</a>
|
||||
<wa-badge class="pro" appearance="accent" attention="none">PRO</wa-badge>
|
||||
<ul>
|
||||
<li>
|
||||
<a href="/docs/patterns/layouts/ecommerce/">Ecommerce</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</wa-details>
|
||||
|
||||
|
||||
6
docs/docs/patterns/layouts/ecommerce.md
Normal file
6
docs/docs/patterns/layouts/ecommerce.md
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
title: Ecommerce
|
||||
description: ''
|
||||
icon: checkbox
|
||||
isPro: true
|
||||
---
|
||||
8
docs/docs/patterns/layouts/index.njk
Normal file
8
docs/docs/patterns/layouts/index.njk
Normal file
@@ -0,0 +1,8 @@
|
||||
---
|
||||
title: Layout
|
||||
description:
|
||||
parent: patterns
|
||||
layout: overview
|
||||
override:tags: []
|
||||
isPro: false
|
||||
---
|
||||
3
docs/docs/patterns/layouts/layouts.json
Normal file
3
docs/docs/patterns/layouts/layouts.json
Normal file
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"tags": ["layouts"]
|
||||
}
|
||||
Reference in New Issue
Block a user