diff --git a/.vitepress/config/sidebar.ts b/.vitepress/config/sidebar.ts index f59fdd64..ba075d23 100644 --- a/.vitepress/config/sidebar.ts +++ b/.vitepress/config/sidebar.ts @@ -91,7 +91,7 @@ const sidebar = [ text: 'Protecting your routes', link: '/docs/auth/protected-routes', }, - // { text: 'Updating logged-in user', link: '/docs/auth/update' }, + { text: 'Roles/Permissions', link: '/docs/auth/permissions' }, // { text: 'Build your own auth library', link: '/docs/auth/helpers' }, ], }, @@ -161,7 +161,7 @@ const sidebar = [ { text: 'Factories', link: '/docs/database/factories' }, { text: 'Writing Commands', link: '/docs/mvc/commands' }, // { text: 'Mailing', link: '/docs/utils/mail/mvc' }, - { text: 'MVC Helpers', link: '/docs/mvc/globals' }, + { text: 'MVC Globals', link: '/docs/mvc/globals' }, { text: 'Custom Libraries', link: '/docs/mvc/libraries' }, { text: 'MVC Console Tool', link: '/docs/mvc/console' }, ], diff --git a/.vitepress/theme/components/shared/Banner.vue b/.vitepress/theme/components/shared/Banner.vue index 822d027c..c51e3e88 100644 --- a/.vitepress/theme/components/shared/Banner.vue +++ b/.vitepress/theme/components/shared/Banner.vue @@ -31,7 +31,7 @@ const dismiss = () => {