export const pages: {path: string; title: string}[] = [
    {title: 'Introduction', path: ''},
    {title: 'Root', path: 'root/'},
    {title: 'Expressions', path: 'expressions/'},
    {title: 'Light', path: 'light/'},
    {title: 'Glyphs', path: 'glyphs/'},
    {title: 'Layers', path: 'layers/'},
    {title: 'Sources', path: 'sources/'},
    {title: 'Sprite', path: 'sprite/'},
    {title: 'Terrain', path: 'terrain/'},
    {title: 'Transition', path: 'transition/'},
    {title: 'Types', path: 'types/'},
    {title: 'Deprecations', path: 'deprecations/'},
];
