diff --git a/config.toml b/config.toml index 76a6b9838fd867bd75a87b26e6192cfd24b2e3eb..5ab3bda345c09629b5631e2b26daf739b7d88ae3 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 0000000000000000000000000000000000000000..d1f1bb0a893c07d9966a32ac438ff02cb1041db5 --- /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.