aboutsummaryrefslogtreecommitdiff
path: root/examples/docs/src/config.ts
blob: 5ec22a02b74dd16dedfe9b6a44753fab3dc0a948 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
export const sidebar = [
  {
    text: 'Introduction',
    link: '', // No leading slash needed, so this links to the homepage
    children: [
      { text: 'Getting Started', link: 'getting-started' },
      { text: 'Example', link: 'example' },
    ],
  },
];