From e4508b73394689ccc6284bd985a19f8917797e6e Mon Sep 17 00:00:00 2001 From: randomJoe211 <69501902+randomJoe211@users.noreply.github.com> Date: Tue, 26 Oct 2021 17:38:42 +0800 Subject: [PATCH 1/5] Move to 2.6.0 (#836) --- .github/workflows/deploy.yml | 7 ++++--- mkdocs.yml | 12 ++++++------ 2 files changed, 10 insertions(+), 9 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index a5bdb92a2cb..a64196f8729 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -2,7 +2,7 @@ name: Publish docs via GitHub Pages on: push: branches: - - master + - 2.6.0 jobs: deploy: @@ -35,9 +35,10 @@ jobs: run: | mike list - - name: Mike Deploy master + - name: Mike Deploy run: | - mike deploy master -p --rebase + mike deploy 2.6.0 -p --rebase + mike set-default 2.6.0 -p --rebase mike list # - name: Deploy diff --git a/mkdocs.yml b/mkdocs.yml index 744e8025102..073f07dde94 100755 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -3,7 +3,7 @@ site_name: Nebula Graph Database Manual site_description: Documentation for Nebula Graph Database site_author: Nebula Graph site_url: https://docs.nebula-graph.io/ -edit_uri: 'edit/master/docs-2.0/' +edit_uri: 'edit/2.6.0/docs-2.0/' docs_dir: docs-2.0 # repository @@ -21,8 +21,8 @@ theme: favicon: 'assets/images/favicon.ico' palette: - scheme: default - primary: teal - accent: green + primary: brown + accent: deep orange toggle: icon: material/toggle-switch-off-outline name: Switch to dark mode @@ -43,12 +43,12 @@ extra_css: - stylesheets/extra.css extra: nebula: - release: master + release: 2.6.0 nightly: nightly master: master base20: 2.0 base200: 2.0.0 - branch: master + branch: v2.6.0 version: method: mike social: @@ -491,7 +491,7 @@ plugins: - with-pdf: copyright: 2021 Vesoft Inc. - cover_subtitle: master since v2.5.1 + cover_subtitle: 2.6.0 author: Min Wu, Yao Zhou, Cooper Liang, Foesa Yang, Max Zhu, Abby Huang cover: true back_cover: true From f46d23d62078fd4c4c2cd7f9e5437db5ad44df9f Mon Sep 17 00:00:00 2001 From: randomJoe211 <69501902+randomJoe211@users.noreply.github.com> Date: Tue, 26 Oct 2021 17:43:11 +0800 Subject: [PATCH 2/5] Revert "Move to 2.6.0 (#836)" (#837) This reverts commit e4508b73394689ccc6284bd985a19f8917797e6e. --- .github/workflows/deploy.yml | 7 +++---- mkdocs.yml | 12 ++++++------ 2 files changed, 9 insertions(+), 10 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index a64196f8729..a5bdb92a2cb 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -2,7 +2,7 @@ name: Publish docs via GitHub Pages on: push: branches: - - 2.6.0 + - master jobs: deploy: @@ -35,10 +35,9 @@ jobs: run: | mike list - - name: Mike Deploy + - name: Mike Deploy master run: | - mike deploy 2.6.0 -p --rebase - mike set-default 2.6.0 -p --rebase + mike deploy master -p --rebase mike list # - name: Deploy diff --git a/mkdocs.yml b/mkdocs.yml index 073f07dde94..744e8025102 100755 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -3,7 +3,7 @@ site_name: Nebula Graph Database Manual site_description: Documentation for Nebula Graph Database site_author: Nebula Graph site_url: https://docs.nebula-graph.io/ -edit_uri: 'edit/2.6.0/docs-2.0/' +edit_uri: 'edit/master/docs-2.0/' docs_dir: docs-2.0 # repository @@ -21,8 +21,8 @@ theme: favicon: 'assets/images/favicon.ico' palette: - scheme: default - primary: brown - accent: deep orange + primary: teal + accent: green toggle: icon: material/toggle-switch-off-outline name: Switch to dark mode @@ -43,12 +43,12 @@ extra_css: - stylesheets/extra.css extra: nebula: - release: 2.6.0 + release: master nightly: nightly master: master base20: 2.0 base200: 2.0.0 - branch: v2.6.0 + branch: master version: method: mike social: @@ -491,7 +491,7 @@ plugins: - with-pdf: copyright: 2021 Vesoft Inc. - cover_subtitle: 2.6.0 + cover_subtitle: master since v2.5.1 author: Min Wu, Yao Zhou, Cooper Liang, Foesa Yang, Max Zhu, Abby Huang cover: true back_cover: true From c7e3ad7d6c16dd8e9ace7d361dd71bc79088f264 Mon Sep 17 00:00:00 2001 From: "min.wu" <50101159+whitewum@users.noreply.github.com> Date: Tue, 26 Oct 2021 17:58:01 +0800 Subject: [PATCH 3/5] Update deploy.yml --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index a5bdb92a2cb..7e0802b56f1 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -2,7 +2,7 @@ name: Publish docs via GitHub Pages on: push: branches: - - master + - v2.6.0 jobs: deploy: From 155c193b3c596ce4c7ed801f6820d66d50cb77a0 Mon Sep 17 00:00:00 2001 From: "min.wu" <50101159+whitewum@users.noreply.github.com> Date: Tue, 26 Oct 2021 17:58:14 +0800 Subject: [PATCH 4/5] Update deploy.yml --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 7e0802b56f1..a5bdb92a2cb 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -2,7 +2,7 @@ name: Publish docs via GitHub Pages on: push: branches: - - v2.6.0 + - master jobs: deploy: From b9fbfd508170422964a8e1abb5b484f998d832db Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9C=B1=E6=99=93=E9=9D=92?= <86282370+izhuxiaoqing@users.noreply.github.com> Date: Wed, 27 Oct 2021 10:50:43 +0800 Subject: [PATCH 5/5] Update 0.FAQ.md --- docs-2.0/20.appendix/0.FAQ.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs-2.0/20.appendix/0.FAQ.md b/docs-2.0/20.appendix/0.FAQ.md index ea4b0bda77a..d01e3d000d6 100644 --- a/docs-2.0/20.appendix/0.FAQ.md +++ b/docs-2.0/20.appendix/0.FAQ.md @@ -32,6 +32,10 @@ Nebula Graph is still under development. Its behavior changes from time to time. ## About executions +### Why is there no line separating each row in the returned result of Nebula Graph 2.6.0? + +This is caused by the release of Nebula Console 2.6.0, not the change of Nebula Graph core. And it will not affect the content of the returned data itself. + ### About dangling edges A dangling edge is an edge that only connects to a single vertex and only one part of the edge connects to the vertex.