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