Browse Source

增加简介

liuyuqi 4 years ago
parent
commit
f2bd105cdc

+ 3 - 1
README.md

@@ -22,8 +22,10 @@ npm run-script build
 ```
 
 
-
+或者手动执行(更快):
 ```
+node tools/bin/toc.js www/docs www/_data/toc
+
 bundle exec jekyll build --config conf/_config.yml,conf/_defaults.yml,conf/_version.yml,conf/_prod.yml --watch
 
 ```

+ 1 - 1
www/_data/toc/zh-cn_6-x-src.yml

@@ -1,5 +1,5 @@
 -
-    name: Introduction
+    name: 简介
     children:
         - url: guide/overview/index.html
 -

+ 1 - 1
www/_data/toc/zh-cn_7-x-src.yml

@@ -1,5 +1,5 @@
 -
-    name: Introduction
+    name: 简介
     children:
         - url: guide/overview/index.html
 -

+ 1 - 1
www/_data/toc/zh-cn_8-x-src.yml

@@ -1,5 +1,5 @@
 -
-    name: Introduction
+    name: 简介
     children:
         - url: guide/overview/index.html
 -

+ 1 - 1
www/_data/toc/zh-cn_9-x-src.yml

@@ -1,5 +1,5 @@
 -
-    name: Introduction
+    name: 简介
     children:
         - url: guide/overview/index.html
 -

+ 1 - 1
www/_data/toc/zh-cn_dev-src.yml

@@ -1,5 +1,5 @@
 -
-    name: Introduction
+    name: 简介
     children:
         - url: guide/overview/index.html
 -

+ 1 - 1
www/_data/toc/zh-tw_6-x-src.yml

@@ -1,5 +1,5 @@
 -
-    name: Introduction
+    name: 简介
     children:
         - url: guide/overview/index.html
 -

+ 1 - 1
www/_data/toc/zh-tw_7-x-src.yml

@@ -1,5 +1,5 @@
 -
-    name: Introduction
+    name: 简介
     children:
         - url: guide/overview/index.html
 -

+ 1 - 1
www/_data/toc/zh-tw_8-x-src.yml

@@ -1,5 +1,5 @@
 -
-    name: Introduction
+    name: 简介
     children:
         - url: guide/overview/index.html
 -

+ 1 - 1
www/_data/toc/zh-tw_9-x-src.yml

@@ -1,5 +1,5 @@
 -
-    name: Introduction
+    name: 简介
     children:
         - url: guide/overview/index.html
 -

+ 1 - 1
www/_data/toc/zh-tw_dev-src.yml

@@ -1,5 +1,5 @@
 -
-    name: Introduction
+    name: 简介
     children:
         - url: guide/overview/index.html
 -