@@ -6,7 +6,8 @@ export default defineConfig({
66 // sets VITEPRESS_BASE automatically; local dev stays '/'.
77 base : process . env . VITEPRESS_BASE || '/' ,
88 title : 'create-polyglot' ,
9- description : 'Scaffold polyglot microservice monorepos (Node, Python, Go, Java, Next.js)' ,
9+ // Updated to reflect newly supported frontend frameworks (Remix, Astro, SvelteKit)
10+ description : 'Scaffold polyglot microservice monorepos (Node, Python, Go, Java, Next.js, Remix, Astro, SvelteKit)' ,
1011 head : [
1112 [ 'meta' , { name : 'theme-color' , content : '#3e62ad' } ] ,
1213 [ 'meta' , { name : 'og:title' , content : 'create-polyglot' } ] ,
@@ -26,7 +27,8 @@ export default defineConfig({
2627 { text : 'Getting Started' , link : '/guide/getting-started' } ,
2728 { text : 'Presets' , link : '/guide/presets' } ,
2829 { text : 'Docker & Compose' , link : '/guide/docker' } ,
29- { text : 'Extending (New Service)' , link : '/guide/extending-service' } ,
30+ { text : 'Extending (New Service)' , link : '/guide/extending-service' } ,
31+ { text : 'Frontend Frameworks' , link : '/guide/frontend-frameworks' } ,
3032 { text : 'Service Logs' , link : '/logs-feature' } ,
3133 { text : 'Plugin System' , link : '/plugin-system' } ,
3234 { text : 'Service Controls' , link : '/service-controls-feature' } ,
@@ -46,7 +48,8 @@ export default defineConfig({
4648 { text : 'Python' , link : '/templates/python' } ,
4749 { text : 'Go' , link : '/templates/go' } ,
4850 { text : 'Java (Spring Boot)' , link : '/templates/java' } ,
49- { text : 'Frontend (Next.js)' , link : '/templates/frontend' }
51+ { text : 'Frontend (Next.js)' , link : '/templates/frontend' } ,
52+ { text : 'Frontend Frameworks (Remix/Astro/SvelteKit)' , link : '/guide/frontend-frameworks' }
5053 ]
5154 } ,
5255 socialLinks : [
0 commit comments