Skip to content

Commit 15831bc

Browse files
committed
feat: add sidebar
1 parent 5aa84f1 commit 15831bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.vitepress/config/sidebar.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ const sidebar = [
162162
{ text: 'Seeders', link: '/docs/database/seeders' },
163163
{ text: 'Factories', link: '/docs/database/factories' },
164164
{ text: 'Writing Commands', link: '/docs/mvc/commands' },
165-
{ text: 'Mailing', link: '/docs/utils/mail/mvc' },
165+
// { text: 'Mailing', link: '/docs/utils/mail/mvc' },
166166
{ text: 'MVC Helpers', link: '/docs/mvc/globals' },
167167
{ text: 'Custom Libraries', link: '/docs/mvc/libraries' },
168168
{ text: 'MVC Console Tool', link: '/docs/mvc/console' },

0 commit comments

Comments
 (0)