Skip to content

Commit

Permalink
Added custom module to sidebar
Browse files Browse the repository at this point in the history
  • Loading branch information
TathanDev committed Nov 30, 2024
1 parent 026aae9 commit ef8e904
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .vitepress/config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ export default defineConfig({
items: [
{ text: 'The Planet file', link: '/docs/custom-planets' },
{ text: 'The Screen files', link: '/docs/custom-screen' },
{ text: 'Custom Sky', link: '/docs/custom-sky' }
{ text: 'Custom Sky', link: '/docs/custom-sky' },
{ text: 'Custom Module', link: '/docs/custom-modules' }

]
},
Expand Down

0 comments on commit ef8e904

Please sign in to comment.