Skip to content

Commit a1576cb

Browse files
committed
docs(about): remove the about page
1 parent e8e0cea commit a1576cb

File tree

5 files changed

+0
-36
lines changed

5 files changed

+0
-36
lines changed

apps/website/src/components/footer/footer.tsx

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,6 @@ export const Footer = component$(() => {
77
<footer class="border-t">
88
<div class="mx-auto max-w-7xl overflow-hidden px-4 py-12 sm:px-6 lg:px-8">
99
<nav class="-mx-5 -my-2 flex flex-wrap justify-center" aria-label="Footer">
10-
<div class="px-5 py-2">
11-
<a href="/about" class="hover:text-muted-foreground">
12-
About
13-
</a>
14-
</div>
1510
<div class="px-5 py-2">
1611
<a href="/docs/headless/introduction" class="hover:text-muted-foreground">
1712
Headless Kit

apps/website/src/components/navigation-docs/navigation-docs.tsx

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,6 @@ const defaultLinksGroups: LinkGroup[] = [
2424
{
2525
name: 'Qwik UI',
2626
children: [
27-
{
28-
name: 'About',
29-
href: '/about/',
30-
},
3127
{
3228
name: 'Contributing',
3329
href: '/contributing/',

apps/website/src/routes/(main)/about/index.mdx

Lines changed: 0 additions & 25 deletions
This file was deleted.

apps/website/src/routes/docs/headless/menu.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
## Qwik UI
44

5-
- [About](/about)
65
- [Contributing](/contributing)
76
- [Headless](/docs/headless/introduction)
87
- [Styled](/docs/styled/introduction)

apps/website/src/routes/docs/styled/menu.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
## Qwik UI
44

5-
- [About](/about)
65
- [Contributing](/contributing)
76
- [Headless](/docs/headless/introduction)
87
- [Styled](/docs/styled/introduction)

0 commit comments

Comments
 (0)