We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa93a37 commit 3e95f83Copy full SHA for 3e95f83
config/docs.ts
@@ -84,7 +84,7 @@ const sidebar = {
84
collapsed: true,
85
items: [
86
{ text: 'How to deploy?', link: '/bootcamp/how-to/deploy' },
87
- { text: 'Front & Backend Authentication', link: '/bootcamp/how-to/authentication' },
+ { text: 'Authentication', link: '/bootcamp/how-to/authentication' },
88
{ text: 'Unit & Feature Tests', link: '/bootcamp/how-to/testing' },
89
{ text: 'Define env & config values', link: '/bootcamp/how-to/env-config' },
90
{ text: 'Error Handling', link: '/bootcamp/how-to/error-handling' },
0 commit comments