@@ -3,6 +3,9 @@ import {defineConfig} from 'vitepress'
3
3
const titleZh = 'ServerlessInsight| 全栈Serverless应用开发运维平台' ;
4
4
const descZh = 'ServerlessInsight是一个开源的Serverless应用开发运维平台, 提供了全栈Serverless应用开发、部署、监控、调试、优化等功能。支持基础设施即代码的开发实践' ;
5
5
const icon = '/favicon.ico' ;
6
+
7
+ const titleEn = 'ServerlessInsight | Full-stack Serverless Development and Operation Platform' ;
8
+ const descEn = 'ServerlessInsight is an open-source full-stack serverless development and operation platform, providing full-stack serverless application development, deployment, monitoring, debugging, optimization and other functions. Support infrastructure as code development practices' ;
6
9
// https://vitepress.dev/reference/site-config
7
10
export default defineConfig ( {
8
11
lastUpdated : true ,
@@ -64,6 +67,40 @@ export default defineConfig({
64
67
en : {
65
68
label : 'English' ,
66
69
lang : 'en' ,
70
+ title : titleEn ,
71
+ description : descEn ,
72
+ head : [
73
+ [ 'link' , { rel : 'icon' , icon} ] ,
74
+ [ 'meta' , { name : 'description' , content : descEn } ] ,
75
+ [ 'meta' , {
76
+ name : 'keywords' ,
77
+ content : "ServerlessInsight, serverless platform, multi-cloud serverless management, serverless application development, serverless lifecycle management, infrastructure as code, ServerlessInsight features, serverless architecture, cross-provider serverless management, multi-vendor serverless deployment, Geekfun open-source community, serverless development tools, cloud-native development, serverless app deployment, open-source serverless software, serverless CI/CD integration, open-source serverless projects, cloud-native serverless best practices, serverless microservices architecture, serverless real-time data processing, API backend serverless framework, serverless event-driven architecture, sustainable software development"
78
+ } ] ,
79
+ [ 'meta' , { property : 'og:title' , content : titleEn } ] ,
80
+ [ 'meta' , { property : 'og:description' , content : descEn } ] ,
81
+ [ 'meta' , { property : 'og:image' , content : icon } ] ,
82
+ [ 'meta' , { property : 'og:url' , content : '/' } ] ,
83
+ [ 'meta' , { property : 'og:site_name' , content : titleEn } ] ,
84
+ [ 'meta' , { name : 'twitter:card' , content : icon } ] ,
85
+ [ 'meta' , { name : 'twitter:title' , content : titleEn } ] ,
86
+ [ 'meta' , { name : 'twitter:description' , content : descEn } ] ,
87
+ [ 'meta' , { name : 'twitter:image' , content : icon } ] ,
88
+ ] ,
89
+ themeConfig : {
90
+ // https://vitepress.dev/reference/default-theme-config
91
+ siteTitle : 'ServerlessInsight' ,
92
+ nav : [
93
+ { text : 'Home' , link : '/en' } ,
94
+ { text : 'Docs' , link : '/docs' } ,
95
+ ] ,
96
+
97
+
98
+ socialLinks : [
99
+ { icon : 'github' , link : 'https://github.com/geek-fun/serverlessinsight' } ,
100
+ { icon : 'twitter' , link : 'https://x.com/Blankll31075' } ,
101
+ { icon : 'youtube' , link : 'https://www.youtube.com/@geekfun-club' }
102
+ ]
103
+ } ,
67
104
}
68
105
}
69
106
0 commit comments