liuyuqi-dellpc 2 years ago
parent
commit
f2742a36d2
4 changed files with 44 additions and 0 deletions
  1. 5 0
      docs/README.md
  2. 30 0
      docs/Summary.md
  3. 7 0
      mkdocs.yml
  4. 2 0
      requirements.txt

+ 5 - 0
docs/README.md

@@ -0,0 +1,5 @@
+# docs
+
+
+docx
+

+ 30 - 0
docs/Summary.md

@@ -0,0 +1,30 @@
+# Summary
+
+* [快速入门](introduction/index.md)
+	* [NativeScript介绍](introduction/introduction.md)
+	* [环境搭建](introduction/environment_build.md)
+	* [Hello World](introduction/tutorials.md)
+
+* [布局](layout/index.md)
+    * [UI设计,布局](layout/design.md)
+	* [组件](layout/comonet.md)
+	* [样式](layout/style.md)
+	* [事件](layout/event.md)
+	* [生命周期](layout/lifezq.md)
+
+* [基础功能](base/index.md)
+    * [数据库](base/database.md)
+	* [网络请求](base/network.md)
+	* [Native硬件](base/native_method.md)
+
+* [ns 包](ns_package/index.md)
+    * [ns 命令行](ns_package/ns_command_line.md)
+	* [ns core包](ns_package/ns_core.md)
+	* [ns 社区包](ns_package/ns_community.md)
+	* [ns 包开发教程](ns_package/ns_package_dev.md)
+
+* [其他](other/index.md)
+    * [关于我们](other/about_us.md)
+	* [常见问题](other/questions.md)
+	* [商务合作](other/coor.md)
+	

+ 7 - 0
mkdocs.yml

@@ -0,0 +1,7 @@
+site_name: 商业分析
+site_description: 商业分析
+site_url: http://business-analysis.yoqi.me/zh/
+theme:
+  name: material
+plugins:
+ - search

+ 2 - 0
requirements.txt

@@ -0,0 +1,2 @@
+mkdocs 
+mkdocs-material