Skip to content

Commit

Permalink
Mark inline mod library as experimental on the sidebar
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcia Alves authored and Marcia Alves committed Jan 26, 2024
1 parent 39f61a4 commit d4697ef
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions docs/astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,18 @@ export default defineConfig({
github: 'https://github.com/Fryuni/inox-tools',
},
sidebar: [
{
label: 'Inline Virtual Module',
autogenerate: { directory: 'inline-mod' },
},
{
label: 'Custom Astro Routing',
link: '/custom-routing',
},
{
label: 'Inline Virtual Module',
badge: {
text: 'EXP',
variant: 'danger',
},
autogenerate: { directory: 'inline-mod' },
},
],
}),
],
Expand Down

0 comments on commit d4697ef

Please sign in to comment.