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