From cde75f2c36b06e09893e0de50fc239e48a22c5b1 Mon Sep 17 00:00:00 2001 From: jovk chan Date: Mon, 16 Apr 2018 16:33:35 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E7=BB=93=E6=9E=84=E5=B8=A6?= =?UTF-8?q?=E7=89=88=E6=9C=AC=E5=A4=9A=E8=AF=AD=E8=A8=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- cover.md => _coverpage.md | 0 _navbar.md | 3 ++ sidebar.md => _sidebar.md | 0 en-us/2.0/readme.md | 1 + first-api.md => en-us/3.0/first-api.md | 0 quick-start.md => en-us/3.0/quick-start.md | 0 en-us/3.0/readme.md | 1 + en-us/_navbar.md | 6 +++ en-us/_sidebar.md | 62 ++++++++++++++++++++++ index.html | 14 +++-- navbar.md | 3 -- zh-cn/2.0/readme.md | 1 + zh-cn/3.0/first-api.md | 5 ++ zh-cn/3.0/quick-start.md | 5 ++ zh-cn/3.0/readme.md | 1 + zh-cn/_navbar.md | 6 +++ zh-cn/_sidebar.md | 44 +++++++++++++++ 17 files changed, 144 insertions(+), 8 deletions(-) rename cover.md => _coverpage.md (100%) create mode 100644 _navbar.md rename sidebar.md => _sidebar.md (100%) create mode 100644 en-us/2.0/readme.md rename first-api.md => en-us/3.0/first-api.md (100%) rename quick-start.md => en-us/3.0/quick-start.md (100%) create mode 100644 en-us/3.0/readme.md create mode 100644 en-us/_navbar.md create mode 100644 en-us/_sidebar.md delete mode 100644 navbar.md create mode 100644 zh-cn/2.0/readme.md create mode 100644 zh-cn/3.0/first-api.md create mode 100644 zh-cn/3.0/quick-start.md create mode 100644 zh-cn/3.0/readme.md create mode 100644 zh-cn/_navbar.md create mode 100644 zh-cn/_sidebar.md diff --git a/cover.md b/_coverpage.md similarity index 100% rename from cover.md rename to _coverpage.md diff --git a/_navbar.md b/_navbar.md new file mode 100644 index 0000000..b8a0279 --- /dev/null +++ b/_navbar.md @@ -0,0 +1,3 @@ +- Documentation + - [简体中文](zh-cn/3.0/readme.md) + - [English](en-us/3.0/readme.md) \ No newline at end of file diff --git a/sidebar.md b/_sidebar.md similarity index 100% rename from sidebar.md rename to _sidebar.md diff --git a/en-us/2.0/readme.md b/en-us/2.0/readme.md new file mode 100644 index 0000000..ee2ed47 --- /dev/null +++ b/en-us/2.0/readme.md @@ -0,0 +1 @@ +test 2.0 \ No newline at end of file diff --git a/first-api.md b/en-us/3.0/first-api.md similarity index 100% rename from first-api.md rename to en-us/3.0/first-api.md diff --git a/quick-start.md b/en-us/3.0/quick-start.md similarity index 100% rename from quick-start.md rename to en-us/3.0/quick-start.md diff --git a/en-us/3.0/readme.md b/en-us/3.0/readme.md new file mode 100644 index 0000000..ef4b3e1 --- /dev/null +++ b/en-us/3.0/readme.md @@ -0,0 +1 @@ +test 3.0 \ No newline at end of file diff --git a/en-us/_navbar.md b/en-us/_navbar.md new file mode 100644 index 0000000..3770202 --- /dev/null +++ b/en-us/_navbar.md @@ -0,0 +1,6 @@ +- Documentation + - [简体中文](zh-cn/3.0/readme.md) + - [English](en-us/3.0/readme.md) +- Versions + - [3.x](en-us/3.0/readme.md) + - [2.x](en-us/2.0/readme.md) \ No newline at end of file diff --git a/en-us/_sidebar.md b/en-us/_sidebar.md new file mode 100644 index 0000000..00b9334 --- /dev/null +++ b/en-us/_sidebar.md @@ -0,0 +1,62 @@ +* version log + +* upgrade Guide + +* project experience + + * [fast installation](en-us/3.0/quick-start.md) + * [the first API](en-us/3.0/first-api.md) + +* project introduction + + * [noun interpretation]() + + * [directory structure]() + + * [running process]() + + * [life cycle]() + +* functional combing + + * [system configuration]() + + * [menu user]() + + * [system authority]() + + * [application management]() + + * [interface management]() + +* two opening details (PHP part) + + * [interface configuration]() + + * [application authority]() + + * [cache support]() + + * [interface routing]() + + * [backstage routing]() + + * [encryption authentication]() + + * [security recommendations]() + +* two opening details (Vue part) + + * [add a page]() + + * [menu permission control]() + + * [local storage instructions]() + + * [network request]() + + * [cross domain treatment]() + + * [VUE routing]() + +* FAQ \ No newline at end of file diff --git a/index.html b/index.html index bdacd81..c79869f 100644 --- a/index.html +++ b/index.html @@ -15,14 +15,18 @@