Skip to content

Commit

Permalink
Update config.mjs
Browse files Browse the repository at this point in the history
  • Loading branch information
ZhouYixun authored May 7, 2024
1 parent ff33891 commit 3e9b59d
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion docs/.vitepress/config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,17 @@ export default defineConfig({
{
text: 'Hardware',
items: [
{ text: 'Image Sensor', link: '/image-sensor' },
{ text: 'Image Sensor', items: [
{
text: 'OneInchEye',
link: '/oneInchEye'
},
{
text: 'StarlightEye',
link: '/starlightEye'
},
]
},
]
},
{
Expand Down

0 comments on commit 3e9b59d

Please sign in to comment.