Skip to content

Commit

Permalink
mh-sidenav updates
Browse files Browse the repository at this point in the history
  • Loading branch information
melissahenderson committed Sep 20, 2023
1 parent a25f2d7 commit 1819df2
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions docs/astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ export default defineConfig({
},
sidebar: [
{
label: 'Documentation',
label: 'Intro to Open Payments',
autogenerate: {
directory: 'introduction'
}
Expand All @@ -44,9 +44,21 @@ export default defineConfig({
directory: 'security'
}
},
{
label: 'Guides',
autogenerate: {
directory: 'guides'
}
},
{
label: 'API references',
autogenerate: {
directory: 'api_references'
}
},
// Add the generated sidebar groups to the sidebar.
{
label: 'Specifications',
label: 'API specifications',
items: openAPISidebarGroups
}
]
Expand Down

0 comments on commit 1819df2

Please sign in to comment.