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