We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 441493e commit cd83898Copy full SHA for cd83898
1 file changed
astro.config.mjs
@@ -1,7 +1,7 @@
1
import {defineConfig} from 'astro/config';
2
import starlight from '@astrojs/starlight';
3
4
-export const dynamiaToolsVersion = '26.3.0'
+export const dynamiaToolsVersion = '26.4.0'
5
6
7
// https://astro.build/config
@@ -56,7 +56,8 @@ export default defineConfig({
56
'key-concepts',
57
'custom-setup',
58
'view-descriptors',
59
- 'frontend-sdk'
+ 'frontend-sdk',
60
+ 'vue-support'
61
]
62
},
63
{
@@ -66,6 +67,13 @@ export default defineConfig({
66
67
68
autogenerate: {directory: 'guides'},
69
70
+ {
71
+ label: 'Extensions',
72
+ translations: {
73
+ es: 'Extensiones',
74
+ },
75
+ autogenerate: {directory: 'extensions'},
76
77
78
label: 'About',
79
translations: {
0 commit comments