@@ -47,15 +47,15 @@ import { title, repository, editURL } from '#theme/config';
4747
4848#### Available exports
4949
50- | Export | Type | Description |
51- | ------------------------ | ------------------------------ | --------------------------------------------------------------------------------------------------- |
52- | ` title ` | ` string ` | Site title (e.g. ` 'Node.js' ` ) |
53- | ` repository ` | ` string ` | GitHub repository in ` owner/repo ` format |
54- | ` version ` | ` string ` | Current version label (e.g. ` 'v22.x' ` ) |
55- | ` versions ` | ` Array<{ url, label, major }> ` | Pre-computed version entries with labels and URL templates (only ` {path} ` remains for per-page use) |
56- | ` editURL ` | ` string ` | Partially populated "edit this page" URL template (only ` {path} ` remains) |
50+ | Export | Type | Description |
51+ | ------------------------ | ----------------------------------------------- | -- --------------------------------------------------------------------------------------------------- |
52+ | ` title ` | ` string ` | Site title (e.g. ` 'Node.js' ` ) |
53+ | ` repository ` | ` string ` | GitHub repository in ` owner/repo ` format |
54+ | ` version ` | ` string ` | Current version label (e.g. ` 'v22.x' ` ) |
55+ | ` versions ` | ` Array<{ url, label, major }> ` | Pre-computed version entries with labels and URL templates (only ` {path} ` remains for per-page use) |
56+ | ` editURL ` | ` string ` | Partially populated "edit this page" URL template (only ` {path} ` remains) |
5757| ` pages ` | ` Array<[number, { heading, path, category? }]> ` | Sorted ` [weight, page] ` tuples for sidebar navigation (explicit weights first, then default ordering) |
58- | ` languageDisplayNameMap ` | ` Map<string, string> ` | Shiki language alias → display name map for code blocks |
58+ | ` languageDisplayNameMap ` | ` Map<string, string> ` | Shiki language alias → display name map for code blocks |
5959
6060#### Usage in custom components
6161
0 commit comments