summaryrefslogtreecommitdiff
path: root/examples/doc/src/config.ts
blob: 645ea9f61465e36f0dbccc62209abdc4244432c8 (plain) (blame)
1
2
3
4
5
6
7
8
9
export const sidebar = [
  {
    text: 'Introduction',
    children: [
      { text: 'Welcome', link: '/' },
      { text: 'Example', link: '/example' }
    ]
  }
]