Skip to content

Commit b0b3369

Browse files
chore: wip
1 parent 99e7b20 commit b0b3369

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

docs/.vitepress/components.d.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ declare module 'vue' {
1515
HomeTeam: typeof import('./theme/components/HomeTeam.vue')['default']
1616
MarkersMapDemo: typeof import('./theme/components/MarkersMapDemo.vue')['default']
1717
RegionMapDemo: typeof import('./theme/components/RegionMapDemo.vue')['default']
18+
RouterLink: typeof import('vue-router')['RouterLink']
19+
RouterView: typeof import('vue-router')['RouterView']
1820
TeamMember: typeof import('./theme/components/TeamMember.vue')['default']
1921
VectorMapDemo: typeof import('./theme/components/VectorMapDemo.vue')['default']
2022
}

docs/.vitepress/config.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,12 @@ const sidebar = [
6767
{ text: 'Data Visualization', link: '/features/data-visualization' },
6868
],
6969
},
70+
{
71+
text: 'Advanced',
72+
items: [
73+
{ text: 'Heatmap', link: '/advanced/heatmap' },
74+
],
75+
},
7076
{
7177
text: 'Framework Components',
7278
items: [

0 commit comments

Comments
 (0)