mirror of
https://github.com/withastro/astro.git
synced 2025-01-13 22:11:20 -05:00
5247a23cbe
* fix: markdown issues * wip: add docs example * example: update doc template * chore: credit Steph for AvatarList * chore: align footer to bottom viewport * chore: feeback R1 * fix: font fallback in firefox * fix merge conflicts * fix: add default value to headers * chore: fix doc example
9 lines
165 B
TypeScript
9 lines
165 B
TypeScript
export const sidebar = [
|
|
{
|
|
text: 'Introduction',
|
|
children: [
|
|
{ text: 'Welcome', link: '/' },
|
|
{ text: 'Example', link: '/example' }
|
|
]
|
|
}
|
|
]
|