We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b2b0b41 + 58f2e7b commit 141628fCopy full SHA for 141628f
apps/site/app/docs/layout.tsx
@@ -8,28 +8,6 @@ export default function Layout({ children }: { children: ReactNode }) {
8
<DocsLayout
9
tree={source.pageTree}
10
nav={{ title: <Logo />, url: '/' }}
11
- links={[
12
- {
13
- text: 'Guide',
14
- url: '/docs/guide',
15
- active: 'nested-url',
16
- },
17
18
- text: 'Components',
19
- url: '/docs/components',
20
21
22
23
- text: 'Ecosystem',
24
- url: '/docs/ecosystem',
25
26
27
28
- text: 'Blog',
29
- url: '/blog',
30
31
32
- ]}
33
>
34
{children}
35
</DocsLayout>
0 commit comments