File tree Expand file tree Collapse file tree 2 files changed +11
-6
lines changed
Expand file tree Collapse file tree 2 files changed +11
-6
lines changed Original file line number Diff line number Diff line change @@ -324,26 +324,30 @@ module.exports = {
324324 {
325325 text : 'ElasticSearch' ,
326326 items : [ {
327- text : 'ES基本概念 ' ,
328- link : '/md/es/ES基本概念 .md'
327+ text : 'ES专栏大纲 ' ,
328+ link : '/md/es/ES专栏大纲 .md'
329329 } ]
330330 } ,
331331 ]
332332 } ,
333333
334334 {
335335 text : '云原生' ,
336- items : [ {
336+ items : [
337+ {
337338 text : 'Docker' ,
338- link : '/md/docker/00-Docker基础命令大全.md'
339+ items : [ {
340+ text : 'Docker基础命令大全' ,
341+ link : '/md/docker/00-Docker基础命令大全.md'
342+ } ]
339343 } ,
340344
341345 {
342346 text : 'k8s' ,
343347 items : [ {
344348 text : 'kubectl命令' ,
345349 link : '/md/k8s/kubectl命令.md'
346- } , ]
350+ } ]
347351 } ,
348352 ]
349353 } ,
Original file line number Diff line number Diff line change 1- Elasticsearch,分布式,高性能,高可用,可伸缩的搜索、分析系统。
21# ES基本概念
32
3+ Elasticsearch,分布式,高性能,高可用,可伸缩的搜索、分析系统。
4+
45## 1 概述
56
67### 按主题
You can’t perform that action at this time.
0 commit comments