Skip to content

Commit a25fbc3

Browse files
authored
Merge pull request #40 from objectstack-ai/copilot/hide-blog-menu-homepage
2 parents f6eb79c + 4812252 commit a25fbc3

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)