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 315392a commit 4076318Copy full SHA for 4076318
src/components/sidebar/developDocsSidebar.tsx
@@ -13,7 +13,7 @@ const devDocsMenuItems: {root: string; title: string; hideChevron?: boolean}[] =
13
{root: 'engineering-practices', title: 'Engineering Practices'},
14
{root: 'application-architecture', title: 'Application Architecture'},
15
{root: 'development-infrastructure', title: 'Development Infrastructure'},
16
- {root: 'backend', title: 'backend'},
+ {root: 'backend', title: 'Backend'},
17
{root: 'frontend', title: 'Frontend'},
18
{root: 'services', title: 'Services'},
19
{root: 'integrations', title: 'Integrations'},
0 commit comments