Skip to content

Commit

Permalink
move mail page in sidebar (#121)
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasm0 committed Feb 6, 2025
1 parent 982178d commit 7e5a55f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sidebars.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ const sidebars: SidebarsConfig = {
{
type: 'category',
label: 'Projects',
items: ['projects/monitoring', 'projects/maps', 'projects/sso', 'projects/secure-mail-relay'],
items: ['projects/monitoring', 'projects/maps', 'projects/sso'],
},
],
// By default, Docusaurus generates a sidebar from the docs folder structure
Expand Down

0 comments on commit 7e5a55f

Please sign in to comment.