import type { IPageToc } from '~/interfaces/page-toc/page-toc.interface'; export const switchPageToc: IPageToc[] = [ { label: 'docsSections.installation', href: '#installation' }, { label: 'docsSections.usage', href: '#usage' }, { label: 'docsSections.apiReference', href: '#api-reference' }, ];