@@ -126,8 +126,8 @@ module.exports = config({
126126 // link: ''
127127 // },
128128 {
129- text : '腾讯云2021新春采购节 ' ,
130- link : 'https://cloud.tencent.com/act/cps/redirect?redirect=10488 &cps_key=3a5255852d5db99dcd5da4c72f05df61&from=activity '
129+ text : '云服务器特惠 ' ,
130+ link : 'https://cloud.tencent.com/act/cps/redirect?redirect=1062 &cps_key=3a5255852d5db99dcd5da4c72f05df61&from=console '
131131 } ,
132132 // {
133133 // text: '语言',
@@ -151,7 +151,7 @@ module.exports = config({
151151 'design' ,
152152 {
153153 title : "部署 Kubernetes" ,
154- collapsable : false ,
154+ collapsable : true ,
155155 children : [
156156 "setup/" ,
157157 "setup/kubeadm" ,
@@ -162,7 +162,7 @@ module.exports = config({
162162 } ,
163163 {
164164 title : "Kubernetes 命令行 kubectl" ,
165- collapsable : false ,
165+ collapsable : true ,
166166 children : [
167167 'kubectl/'
168168 ]
@@ -185,7 +185,7 @@ module.exports = config({
185185 'fedora' ,
186186 'centos' ,
187187 'raspberry-pi' ,
188- 'offline' ,
188+ // 'offline',
189189 'mac' ,
190190 'windows' ,
191191 'mirror' ,
@@ -216,7 +216,7 @@ module.exports = config({
216216 'actions/' ,
217217 {
218218 title : "Drone" ,
219- collapsable : false ,
219+ collapsable : true ,
220220 children : [
221221 'drone/' ,
222222 'drone/install'
@@ -327,7 +327,7 @@ module.exports = config({
327327 } ,
328328 {
329329 title : "高级网络配置" ,
330- collapsable : false ,
330+ collapsable : true ,
331331 children : [
332332 'advanced_network/' ,
333333 'advanced_network/quick_guide' ,
@@ -341,7 +341,7 @@ module.exports = config({
341341 } ,
342342 {
343343 title : "Swarm mode" ,
344- collapsable : false ,
344+ collapsable : true ,
345345 children : [
346346 'swarm_mode/' ,
347347 'swarm_mode/overview' ,
@@ -355,7 +355,7 @@ module.exports = config({
355355 } ,
356356 {
357357 title : "安全" ,
358- collapsable : false ,
358+ collapsable : true ,
359359 children : [
360360 'security/' ,
361361 'security/kernel_ns' ,
@@ -368,7 +368,7 @@ module.exports = config({
368368 } ,
369369 {
370370 title : "底层实现" ,
371- collapsable : false ,
371+ collapsable : true ,
372372 children : [
373373 'underly/' ,
374374 'underly/arch' ,
@@ -391,7 +391,7 @@ module.exports = config({
391391 } ,
392392 {
393393 title : "Etcd" ,
394- collapsable : false ,
394+ collapsable : true ,
395395 children : [
396396 'etcd/' ,
397397 'etcd/intro' ,
@@ -402,7 +402,7 @@ module.exports = config({
402402 } ,
403403 {
404404 title : "Fedora CoreOS" ,
405- collapsable : false ,
405+ collapsable : true ,
406406 children : [
407407 'coreos/' ,
408408 'coreos/intro' ,
@@ -413,7 +413,7 @@ module.exports = config({
413413 'appendix/faq/' ,
414414 {
415415 title : "热门镜像介绍" ,
416- collapsable : false ,
416+ collapsable : true ,
417417 children : [
418418 'appendix/repo/' ,
419419 'appendix/repo/ubuntu' ,
@@ -430,7 +430,7 @@ module.exports = config({
430430 } ,
431431 {
432432 title : "Docker 命令" ,
433- collapsable : false ,
433+ collapsable : true ,
434434 children : [
435435 'appendix/command/' ,
436436 'appendix/command/docker' ,
0 commit comments