This is an automated email from the ASF dual-hosted git repository. juzhiyuan pushed a commit to branch feat-docusaurus in repository https://gitbox.apache.org/repos/asf/apisix-website.git
commit 899da11ede1e1c27fa59ceee48a0d645f2a3cc52 Author: juzhiyuan <[email protected]> AuthorDate: Sat Aug 22 12:30:00 2020 +0800 feat: added empty guide --- docs/2fa.md | 6 ++++++ docs/committer-guide.md | 6 ++++++ docs/contributor-guide.md | 6 ++++++ docs/release-guide.md | 6 ++++++ docs/security-guide.md | 6 ++++++ docs/subscribe-guide.md | 1 - website/sidebars.json | 2 +- 7 files changed, 31 insertions(+), 2 deletions(-) diff --git a/docs/2fa.md b/docs/2fa.md new file mode 100644 index 0000000..de8c4ae --- /dev/null +++ b/docs/2fa.md @@ -0,0 +1,6 @@ +--- +id: 2FA +title: 2FA +--- + +2FA diff --git a/docs/committer-guide.md b/docs/committer-guide.md new file mode 100644 index 0000000..deb689a --- /dev/null +++ b/docs/committer-guide.md @@ -0,0 +1,6 @@ +--- +id: committer-guide +title: Committer Guide +--- + +Committer Guide diff --git a/docs/contributor-guide.md b/docs/contributor-guide.md new file mode 100644 index 0000000..934763a --- /dev/null +++ b/docs/contributor-guide.md @@ -0,0 +1,6 @@ +--- +id: contributor-guide +title: Contributor Guide +--- + +Contributor Guide diff --git a/docs/release-guide.md b/docs/release-guide.md new file mode 100644 index 0000000..709a49a --- /dev/null +++ b/docs/release-guide.md @@ -0,0 +1,6 @@ +--- +id: release-guide +title: Release Guide +--- + +Release Guide diff --git a/docs/security-guide.md b/docs/security-guide.md new file mode 100644 index 0000000..b1b2564 --- /dev/null +++ b/docs/security-guide.md @@ -0,0 +1,6 @@ +--- +id: security-guide +title: Security Guide +--- + +Security Guide diff --git a/docs/subscribe-guide.md b/docs/subscribe-guide.md index 6cc16a2..1dbbbc9 100644 --- a/docs/subscribe-guide.md +++ b/docs/subscribe-guide.md @@ -1,7 +1,6 @@ --- id: subscrbe-guide title: Subscribe Guide -sidebar_label: Example Page --- subscrbe-guide \ No newline at end of file diff --git a/website/sidebars.json b/website/sidebars.json index 3390a46..484a71e 100644 --- a/website/sidebars.json +++ b/website/sidebars.json @@ -1,5 +1,5 @@ { "docs": { - "Get Involved": ["subscrbe-guide"] + "Get Involved": ["subscrbe-guide", "contributor-guide", "committer-guide", "release-guide", "security", "2FA"] } }
