From cce2840a135426adc18ab1c156c81dc36d9a3daf Mon Sep 17 00:00:00 2001 From: freesky-edward Date: Wed, 11 Sep 2019 18:16:50 +0800 Subject: [PATCH] Hidden English docs --- config.toml | 30 +----------------------------- content/en/building/docs.md | 7 +++++++ 2 files changed, 8 insertions(+), 29 deletions(-) create mode 100644 content/en/building/docs.md diff --git a/config.toml b/config.toml index 76a6b98..5ab3bda 100644 --- a/config.toml +++ b/config.toml @@ -97,38 +97,10 @@ paginate = 10 [[menu.main]] identifier = "docs" name = "Docs" - url = "/en/docs/home.html" + url = "/en/building/docs.html" weight = 5 hasChildren = true -[[menu.main]] - identifier = "get-start" - name = "Getting Started" - parent = "docs" - url = "/en/docs/home.html" - weight=1 - -[[menu.main]] - identifier = "tutorials" - name = "Tutorials" - parent = "docs" - url = "/en/docs/home.html" - weight = 2 - -[[menu.main]] - identifier = "develop" - name = "Development" - parent = "docs" - url = "/en/docs/home.html" - weight=3 - -[[menu.main]] - identifier = "reference" - name = "Reference" - parent = "docs" - url = "/en/docs/home.html" - weight = 4 - [[menu.main]] identifier = "download" name = "Download" diff --git a/content/en/building/docs.md b/content/en/building/docs.md new file mode 100644 index 0000000..d1f1bb0 --- /dev/null +++ b/content/en/building/docs.md @@ -0,0 +1,7 @@ ++++ +title = "DOCS" +id = "download" ++++ + +#### English DOCS being constructed +Welcome to join [DOCS](https://gitee.com/openeuler/docs) team. -- GitLab