Skip to content

Commit

Permalink
Update sidebar and docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
MrAlex94 committed Oct 30, 2023
1 parent 55505d0 commit c07721d
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
13 changes: 12 additions & 1 deletion astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,19 @@ export default defineConfig({
sidebar: [
{
label: 'Docs',
items: [
{ label: 'About', link: 'about-waterfox/' },
{ label: 'FAQ', link: 'faq/' }
]
},
{
label: 'Policies',
autogenerate: { directory: 'docs/policies' }
},
{
label: 'Releases',
collapsed: true,
autogenerate: { directory: 'docs' }
autogenerate: { directory: 'docs/releases' }
}
]
}),
Expand Down
2 changes: 1 addition & 1 deletion src/content/docs/docs/index.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: Index
title: Documentation
description: Documentation related to Waterfox.
---

Expand Down

0 comments on commit c07721d

Please sign in to comment.