Add sidebar links and footer
parent
f52b1e2050
commit
a5e670ef14
12
book.json
12
book.json
|
@ -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 Python(Python云原生) - 使用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>"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue