Skip to content

Commit cd83898

Browse files
chore: update dynamiaToolsVersion to 26.4.0 and add vue-support and extensions sections
1 parent 441493e commit cd83898

1 file changed

Lines changed: 10 additions & 2 deletions

File tree

astro.config.mjs

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import {defineConfig} from 'astro/config';
22
import starlight from '@astrojs/starlight';
33

4-
export const dynamiaToolsVersion = '26.3.0'
4+
export const dynamiaToolsVersion = '26.4.0'
55

66

77
// https://astro.build/config
@@ -56,7 +56,8 @@ export default defineConfig({
5656
'key-concepts',
5757
'custom-setup',
5858
'view-descriptors',
59-
'frontend-sdk'
59+
'frontend-sdk',
60+
'vue-support'
6061
]
6162
},
6263
{
@@ -66,6 +67,13 @@ export default defineConfig({
6667
},
6768
autogenerate: {directory: 'guides'},
6869
},
70+
{
71+
label: 'Extensions',
72+
translations: {
73+
es: 'Extensiones',
74+
},
75+
autogenerate: {directory: 'extensions'},
76+
},
6977
{
7078
label: 'About',
7179
translations: {

0 commit comments

Comments
 (0)