Add sidebar links and footer

pull/290/head
Jimmy Song 2018-09-26 15:07:41 +08:00
parent f52b1e2050
commit a5e670ef14
1 changed files with 9 additions and 3 deletions

View File

@ -7,11 +7,13 @@
"sidebar": {
"Jimmy Song": "https://jimmysong.io",
"Awesome Cloud Native": "https://jimmysong.io/awesome-cloud-native",
"ServiceMesher": "http://www.servicemesher.com",
"ServiceMesher社区": "http://www.servicemesher.com",
"Awesome Service Mesh": "http://www.servicemesher.com/awesome-servicemesh",
"Cloud Native Go - 基于Go和React的web云原生应用构建指南": "https://jimmysong.io/posts/cloud-native-go",
"Cloud Native PythonPython云原生 - 使用Python和React构建云原生应用": "https://jimmysong.io/posts/cloud-native-python",
"Cloud Native Java云原生Java- Spring Boot、Spring Cloud与Cloud Foundry弹性系统设计": "https://jimmysong.io/posts/cloud-native-java"
"Cloud Native Java云原生Java- Spring Boot、Spring Cloud与Cloud Foundry弹性系统设计": "https://jimmysong.io/posts/cloud-native-java",
"SOFAMesh - 基于Istio的大规模服务网格解决方案": "https://github.com/alipay/sofa-mesh",
"SOFAMosn - Golang版的高性能Service Mesh Sidecar代理": "https://github.com/alipay/sofa-mosn"
}
},
"plugins": [
@ -30,7 +32,8 @@
"theme-default",
"-highlight", "prism", "prism-themes",
"sitemap-general",
"lightbox"
"lightbox",
"ad"
],
"pluginsConfig": {
"theme-default": {
@ -70,6 +73,9 @@
},
"sitemap-general": {
"prefix": "https://jimmysong.io/kubernetes-handbook/"
},
"ad": {
"contentBottom": "<div>开源项目 <a href=https://github.com/alipay/sofa-mesh>SOFAMesh - 基于Istio的大规模服务网格解决方案</a> | <a href=https://github.com/alipay/sofa-mosn>SOFAMosn - Golang版的高性能Service Mesh Sidecar代理</a></div>"
}
}
}