Skip to content

Commit

Permalink
pulldown 追加
Browse files Browse the repository at this point in the history
  • Loading branch information
snkmcb committed Jan 12, 2025
1 parent 208e0a0 commit f15a2bb
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion docs/.vitepress/config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,12 @@ export default defineConfig({
nav: [
{ text: 'Home', link: '/' },
{ text: 'About', link: '/about'},
{ text: 'Examples', link: '/markdown-examples' }
{ text: 'Examples', link: '/markdown-examples' },
// Pull Down は同型の辞書構造を items 配列内にネストすることで得られる
{ text: 'Pulldown', items:[
{text: 'test1', link: '/about'},
{text: 'test2', link: '/about'}
]}
],

// https://vitepress.dev/reference/default-theme-search
Expand Down

0 comments on commit f15a2bb

Please sign in to comment.