From 53a254e078cd41fcc84afa5946a07fcde8f67872 Mon Sep 17 00:00:00 2001 From: imbajin Date: Fri, 30 Dec 2022 19:57:48 +0800 Subject: [PATCH] fix the guideline dir path (#163) --- 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 .../{ => 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(-) rename content/cn/{ => docs}/contribution-guidelines/_index.md (100%) rename content/cn/{ => docs}/contribution-guidelines/contribute.md (100%) rename content/cn/{ => docs}/contribution-guidelines/subscribe.md (100%) rename content/cn/{ => docs}/contribution-guidelines/validate-release.md (98%) diff --git a/content/cn/about/_index.html b/content/cn/about/_index.html index c26443638..642ba464b 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 @@ --- +> 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" >}}

A sample site using the Docsy Hugo theme.

diff --git a/content/cn/docs/_index.md b/content/cn/docs/_index.md index dbffc40df..e7db53bff 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 4f6d455e8..53a0c057c 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 a4068c242..c3fae455a 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 c6b6cd664..6a8b656e8 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 8776d43ec..141fcd81c 100644 --- a/content/en/about/_index.html +++ b/content/en/about/_index.html @@ -7,6 +7,7 @@ --- +> 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 9fb7313c7..bdfa1b9ac 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 523da7779..c29d09314 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 f9f0f8f27..50a155115 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_.