This is an automated email from the ASF dual-hosted git repository. jin pushed a commit to branch fix-menu in repository https://gitbox.apache.org/repos/asf/incubator-hugegraph-doc.git
commit d906824c022f2d7b61faf910ee719c74a35c14f8 Author: imbajin <[email protected]> AuthorDate: Fri Dec 30 19:51:18 2022 +0800 fix the guideline dir path --- content/cn/about/_index.html | 5 +++-- content/cn/docs/_index.md | 1 - content/cn/docs/changelog/hugegraph-1.0.0-release-notes.md | 2 +- content/cn/{ => docs}/contribution-guidelines/_index.md | 0 content/cn/{ => docs}/contribution-guidelines/contribute.md | 0 content/cn/{ => docs}/contribution-guidelines/subscribe.md | 0 content/cn/{ => docs}/contribution-guidelines/validate-release.md | 2 +- content/cn/docs/download/download.md | 2 ++ content/en/about/_index.html | 1 + content/en/docs/_index.md | 1 - content/en/docs/changelog/hugegraph-1.0.0-release-notes.md | 2 +- content/en/docs/download/download.md | 2 ++ 12 files changed, 11 insertions(+), 7 deletions(-) diff --git a/content/cn/about/_index.html b/content/cn/about/_index.html index c2644363..642ba464 100644 --- a/content/cn/about/_index.html +++ b/content/cn/about/_index.html @@ -1,5 +1,5 @@ --- -title: About Goldydocs +title: About HugeGraph linkTitle: About menu: main: @@ -7,8 +7,9 @@ menu: --- +> TODO: delete or update this page -{{< blocks/cover title="About Goldydocs" image_anchor="bottom" height="min" >}} +{{< blocks/cover title="About HugeGraph" image_anchor="bottom" height="min" >}} <p class="lead mt-5">A sample site using the Docsy Hugo theme. </p> diff --git a/content/cn/docs/_index.md b/content/cn/docs/_index.md index dbffc40d..e7db53bf 100755 --- a/content/cn/docs/_index.md +++ b/content/cn/docs/_index.md @@ -1,4 +1,3 @@ - --- title: "Documentation" linkTitle: "Documentation" diff --git a/content/cn/docs/changelog/hugegraph-1.0.0-release-notes.md b/content/cn/docs/changelog/hugegraph-1.0.0-release-notes.md index 4f6d455e..53a0c057 100644 --- a/content/cn/docs/changelog/hugegraph-1.0.0-release-notes.md +++ b/content/cn/docs/changelog/hugegraph-1.0.0-release-notes.md @@ -1,7 +1,7 @@ --- title: "HugeGraph 1.0.0 Release Notes" linkTitle: "Release-1.0.0" -weight: 1 +weight: 0 --- > TODO: translate this article to Chinese diff --git a/content/cn/contribution-guidelines/_index.md b/content/cn/docs/contribution-guidelines/_index.md similarity index 100% rename from content/cn/contribution-guidelines/_index.md rename to content/cn/docs/contribution-guidelines/_index.md diff --git a/content/cn/contribution-guidelines/contribute.md b/content/cn/docs/contribution-guidelines/contribute.md similarity index 100% rename from content/cn/contribution-guidelines/contribute.md rename to content/cn/docs/contribution-guidelines/contribute.md diff --git a/content/cn/contribution-guidelines/subscribe.md b/content/cn/docs/contribution-guidelines/subscribe.md similarity index 100% rename from content/cn/contribution-guidelines/subscribe.md rename to content/cn/docs/contribution-guidelines/subscribe.md diff --git a/content/cn/contribution-guidelines/validate-release.md b/content/cn/docs/contribution-guidelines/validate-release.md similarity index 98% rename from content/cn/contribution-guidelines/validate-release.md rename to content/cn/docs/contribution-guidelines/validate-release.md index a4068c24..c3fae455 100644 --- a/content/cn/contribution-guidelines/validate-release.md +++ b/content/cn/docs/contribution-guidelines/validate-release.md @@ -1,6 +1,6 @@ --- title: "验证 Apache 发版" -linkTitle: "验证 Apache 发版e" +linkTitle: "验证 Apache 发版" weight: 3 --- diff --git a/content/cn/docs/download/download.md b/content/cn/docs/download/download.md index c6b6cd66..6a8b656e 100644 --- a/content/cn/docs/download/download.md +++ b/content/cn/docs/download/download.md @@ -4,6 +4,8 @@ linkTitle: "Download" weight: 2 --- +> TODO: update 1.0.0 download link + ### Latest version The latest HugeGraph: **0.12.0**, released on _2021-12-31_. diff --git a/content/en/about/_index.html b/content/en/about/_index.html index 8776d43e..141fcd81 100644 --- a/content/en/about/_index.html +++ b/content/en/about/_index.html @@ -7,6 +7,7 @@ menu: --- +> TODO: delete or update this page {{< blocks/cover title="About Apache HugeGraph" image_anchor="bottom" height="min" >}} diff --git a/content/en/docs/_index.md b/content/en/docs/_index.md index 9fb7313c..bdfa1b9a 100755 --- a/content/en/docs/_index.md +++ b/content/en/docs/_index.md @@ -1,4 +1,3 @@ - --- title: "Documentation" linkTitle: "Documentation" diff --git a/content/en/docs/changelog/hugegraph-1.0.0-release-notes.md b/content/en/docs/changelog/hugegraph-1.0.0-release-notes.md index 523da777..c29d0931 100644 --- a/content/en/docs/changelog/hugegraph-1.0.0-release-notes.md +++ b/content/en/docs/changelog/hugegraph-1.0.0-release-notes.md @@ -1,7 +1,7 @@ --- title: "HugeGraph 1.0.0 Release Notes" linkTitle: "Release-1.0.0" -weight: 1 +weight: 0 --- ### Server (API & Client) diff --git a/content/en/docs/download/download.md b/content/en/docs/download/download.md index f9f0f8f2..50a15511 100644 --- a/content/en/docs/download/download.md +++ b/content/en/docs/download/download.md @@ -4,6 +4,8 @@ linkTitle: "Download" weight: 2 --- +> TODO: update 1.0.0 download link + ### Latest version The latest HugeGraph: **0.12.0**, released on _2021-12-31_.
