Skip to content

Commit 4812252

Browse files
Copilothuangyiirene
andcommitted
Hide blog menu from top navigation on homepage
Co-authored-by: huangyiirene <7665279+huangyiirene@users.noreply.github.com>
1 parent 1f8a8f1 commit 4812252

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

apps/docs/app/layout.config.tsx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@ export const baseOptions: BaseLayoutProps = {
2222
url: '/docs/',
2323
active: 'nested-url',
2424
},
25-
{
26-
text: 'Blog',
27-
url: '/blog',
28-
active: 'nested-url',
29-
},
25+
// {
26+
// text: 'Blog',
27+
// url: '/blog',
28+
// active: 'nested-url',
29+
// },
3030
// {
3131
// text: 'Concepts',
3232
// url: '/docs/concepts/manifesto',

0 commit comments

Comments
 (0)