import type { IPageToc } from '~/interfaces/page-toc/page-toc.interface'; export const appBarPageToc: IPageToc[] = [ { label: 'docsSections.installation', href: '#installation' }, { label: 'appBar.compactTitle', href: '#compact' }, { label: 'appBar.silverTitle', href: '#silver' }, { label: 'docsSections.apiReference', href: '#api-reference' }, ];