Skip to content

Commit

Permalink
chore: remove shop (#7221)
Browse files Browse the repository at this point in the history
  • Loading branch information
gioboa authored Jan 2, 2025
1 parent 5ad2887 commit 94b1f22
Show file tree
Hide file tree
Showing 14 changed files with 5 additions and 934 deletions.
5 changes: 5 additions & 0 deletions .changeset/fluffy-tools-do.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@builder.io/qwik': patch
---

docs: remove shop
9 changes: 0 additions & 9 deletions packages/docs/src/components/header/header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -90,15 +90,6 @@ export const Header = component$(() => {
</span>
</a>
</li>
<li>
<a
href="/shop/"
class={{ active: pathname.startsWith('/shop') }}
aria-label="Qwik shop"
>
<span>Shop</span>
</a>
</li>
<li>
<a
href="/blog/"
Expand Down
64 changes: 0 additions & 64 deletions packages/docs/src/routes/(shop)/layout.tsx

This file was deleted.

92 changes: 0 additions & 92 deletions packages/docs/src/routes/(shop)/mutation.ts

This file was deleted.

65 changes: 0 additions & 65 deletions packages/docs/src/routes/(shop)/query.ts

This file was deleted.

63 changes: 0 additions & 63 deletions packages/docs/src/routes/(shop)/shop.css

This file was deleted.

30 changes: 0 additions & 30 deletions packages/docs/src/routes/(shop)/shop/index.tsx

This file was deleted.

Loading

0 comments on commit 94b1f22

Please sign in to comment.