This is an automated email from the ASF dual-hosted git repository.

liuxiaocs pushed a change to branch docusaurus
in repository https://gitbox.apache.org/repos/asf/incubator-hugegraph-doc.git


    from de6c3313 feat: update home page and blog
     new a3ac469b fix: build link error
     new 502996d3 fix: build link

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .github/workflows/ci.yml                           |  4 +-
 .github/workflows/deploy.yml                       |  4 +-
 ...-blog-post.mdx => 2024-02-04-release-1.2.0.mdx} |  4 +-
 ...-post.mdx => 2024-04-10-hugegraph-ai-intro.mdx} |  2 +-
 blog/authors.yml                                   |  2 +-
 docs/api/_category_.json                           |  4 --
 docs/changelog/hugegraph-1.0.0-release-notes.md    |  2 +-
 docs/changelog/hugegraph-1.2.0-release-notes.md    |  2 +-
 docs/changelog/hugegraph-1.3.0-release-notes.md    |  2 +-
 docs/clients/_category_.json                       |  4 ++
 docs/{api => clients}/gremlin-console.md           |  0
 .../hugegraph-client.md => clients/java-client.md} |  4 +-
 docs/{api => clients}/restful-api/_category_.json  |  0
 docs/{api => clients}/restful-api/auth.md          |  2 +-
 docs/{api => clients}/restful-api/cypher.md        |  0
 docs/{api => clients}/restful-api/edge.md          |  0
 docs/{api => clients}/restful-api/edgelabel.md     |  2 +-
 docs/{api => clients}/restful-api/graphs.md        |  0
 docs/{api => clients}/restful-api/gremlin.md       |  4 +-
 docs/clients/restful-api/index.md                  |  9 +++
 docs/{api => clients}/restful-api/indexlabel.md    |  2 +-
 docs/{api => clients}/restful-api/metrics.md       |  0
 docs/{api => clients}/restful-api/other.md         |  0
 docs/{api => clients}/restful-api/propertykey.md   |  0
 docs/{api => clients}/restful-api/rank.md          |  0
 docs/{api => clients}/restful-api/rebuild.md       |  6 +-
 docs/{api => clients}/restful-api/schema.md        |  0
 docs/{api => clients}/restful-api/task.md          |  2 +-
 docs/{api => clients}/restful-api/traverser.md     |  0
 docs/{api => clients}/restful-api/variable.md      |  0
 docs/{api => clients}/restful-api/vertex.md        |  0
 docs/{api => clients}/restful-api/vertexlabel.md   |  2 +-
 docs/config/config-authentication.md               |  2 +-
 docs/config/config-guide.md                        |  2 +-
 docs/contribution-guidelines/contribute.md         |  2 +-
 docs/download/_category_.json                      |  4 ++
 docs/download/download.md                          | 73 ++++++++++++++++++++++
 docs/language/hugegraph-example.md                 |  2 +-
 docs/quickstart/hugegraph-client.md                |  4 +-
 docs/quickstart/hugegraph-computer.md              |  2 +-
 docs/quickstart/hugegraph-hubble.md                |  4 +-
 docs/quickstart/hugegraph-loader.md                |  4 +-
 docs/quickstart/hugegraph-server.md                | 12 ++--
 docs/quickstart/index.md                           |  9 +++
 package.json                                       |  2 +-
 tsconfig.json                                      |  2 +-
 46 files changed, 141 insertions(+), 46 deletions(-)
 rename blog/{2024-02-04-demo-blog-post.mdx => 2024-02-04-release-1.2.0.mdx} 
(90%)
 rename blog/{2024-04-10-demo-blog-post.mdx => 
2024-04-10-hugegraph-ai-intro.mdx} (95%)
 delete mode 100644 docs/api/_category_.json
 create mode 100644 docs/clients/_category_.json
 rename docs/{api => clients}/gremlin-console.md (100%)
 rename docs/{api/hugegraph-client.md => clients/java-client.md} (98%)
 rename docs/{api => clients}/restful-api/_category_.json (100%)
 rename docs/{api => clients}/restful-api/auth.md (99%)
 rename docs/{api => clients}/restful-api/cypher.md (100%)
 rename docs/{api => clients}/restful-api/edge.md (100%)
 rename docs/{api => clients}/restful-api/edgelabel.md (99%)
 rename docs/{api => clients}/restful-api/graphs.md (100%)
 rename docs/{api => clients}/restful-api/gremlin.md (98%)
 create mode 100644 docs/clients/restful-api/index.md
 rename docs/{api => clients}/restful-api/indexlabel.md (98%)
 rename docs/{api => clients}/restful-api/metrics.md (100%)
 rename docs/{api => clients}/restful-api/other.md (100%)
 rename docs/{api => clients}/restful-api/propertykey.md (100%)
 rename docs/{api => clients}/restful-api/rank.md (100%)
 rename docs/{api => clients}/restful-api/rebuild.md (88%)
 rename docs/{api => clients}/restful-api/schema.md (100%)
 rename docs/{api => clients}/restful-api/task.md (96%)
 rename docs/{api => clients}/restful-api/traverser.md (100%)
 rename docs/{api => clients}/restful-api/variable.md (100%)
 rename docs/{api => clients}/restful-api/vertex.md (100%)
 rename docs/{api => clients}/restful-api/vertexlabel.md (99%)
 create mode 100644 docs/download/_category_.json
 create mode 100644 docs/download/download.md
 create mode 100644 docs/quickstart/index.md

Reply via email to