Skip to content

Commit

Permalink
checkout to 3.8.0 (#2561)
Browse files Browse the repository at this point in the history
* checkout to 3.8.0

* Update deploy-all.yml

* Update mkdocs.yml
  • Loading branch information
abby-cyber authored May 17, 2024
1 parent e2d868b commit 41fd39e
Show file tree
Hide file tree
Showing 12 changed files with 30 additions and 30 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
- 'docs-2.0-en/**'
branches:
# Remember to add v before the following version number unless the version is master.
- master
- v3.8.0


jobs:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/deploy-en.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
name: Publish English docs via GitHub Pages
env:

ACTIONTEST: master # no need to add v before the version number
ACTIONTEST: 3.8.0 # no need to add v before the version number

on:
workflow_call:
push:
branches:
# Remember to add v before the following version number unless the version is master.

- master
- v3.8.0

paths:
- 'docs-2.0-en/**'
Expand Down Expand Up @@ -39,6 +39,6 @@ jobs:
git fetch origin gh-pages --depth=1 # fix mike's CI update
mike list
mike deploy ${{ env.ACTIONTEST }} -p --rebase
# mike set-default ${{ env.ACTIONTEST }} -p --rebase
mike set-default ${{ env.ACTIONTEST }} -p --rebase
# mike list

10 changes: 5 additions & 5 deletions .github/workflows/deploy-zh.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: Publish Chinese docs via GitHub Pages and upload to server
env:
# Remember to add v before the following version number unless the version is master.

ACTIONTEST: master

ACTIONTEST: 3.8.0

on:
workflow_call:
Expand All @@ -11,8 +11,8 @@ on:
required: true
push:
branches:

- master
# Remember to add v before the following version number unless the version is master.
- v3.8.0

paths:
- 'docs-2.0-zh/**'
Expand Down Expand Up @@ -43,7 +43,7 @@ jobs:
git fetch origin gh-pages-zh --depth=1 # fix mike's CI update
mike list
mike deploy ${{ env.ACTIONTEST }} -b gh-pages-zh -p --rebase
# mike set-default ${{ env.ACTIONTEST }} -b gh-pages-zh -p --rebase
mike set-default ${{ env.ACTIONTEST }} -b gh-pages-zh -p --rebase
- name: show Chinese git branches
run: |
Expand Down
2 changes: 1 addition & 1 deletion docs-2.0-en/backup-and-restore/nebula-br/2.compile-br.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ To use the BR (Community Edition) tool, you need to install the NebulaGraph Agen

|NebulaGraph|BR |Agent |
|:---|:---|:---|
|3.5.x ~ 3.6.0 |3.6.0|3.6.x ~ 3.7.0|
|3.5.x ~ 3.8.0 |3.6.0|3.6.x ~ 3.7.x|
|3.3.0 ~ 3.4.x|3.3.0|0.2.0 ~ 3.4.0|
|3.0.x ~ 3.2.x|0.6.1|0.1.0 ~ 0.2.0|

Expand Down
2 changes: 1 addition & 1 deletion docs-2.0-en/graph-computing/nebula-algorithm.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ The correspondence between the NebulaGraph Algorithm release and the NebulaGraph
|NebulaGraph |NebulaGraph Algorithm |
|:---|:---|
| nightly | 3.0-SNAPSHOT |
| 3.0.0 ~ 3.4.x | 3.x.0 |
| 3.0.0 ~ 3.8.x | 3.x.0 |
| 2.6.x | 2.6.x |
| 2.5.0、2.5.1 | 2.5.0 |
| 2.0.0、2.0.1 | 2.1.0 |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ NebulaGraph Operator does not support the v1.x version of NebulaGraph. NebulaGra

| NebulaGraph | NebulaGraph Operator |
| ------------- | -------------------- |
| 3.5.x ~ 3.6.0 | 1.5.0 ~ 1.7.x, 1.8.0 |
| 3.5.x ~ 3.8.0 | 1.5.0 ~ 1.8.0 |
| 3.0.0 ~ 3.4.1 | 1.3.0, 1.4.0 ~ 1.4.2 |
| 3.0.0 ~ 3.3.x | 1.0.0, 1.1.0, 1.2.0 |
| 2.5.x ~ 2.6.x | 0.9.0 |
Expand Down
2 changes: 1 addition & 1 deletion docs-2.0-en/nebula-dashboard/1.what-is-dashboard.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ The version correspondence between NebulaGraph and Dashboard Community Edition i

|NebulaGraph version|Dashboard version|
|:---|:---|
|3.6.0 |3.4.0|
|3.6.0, 3.8.0 |3.4.0|
|3.5.x |3.4.0|
|3.4.0 ~ 3.4.1|3.4.0、3.2.0|
|3.3.0 |3.2.0|
Expand Down
2 changes: 1 addition & 1 deletion docs-2.0-zh/backup-and-restore/nebula-br/2.compile-br.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

| {{nebula.name}} |BR 社区版 |Agent |
|:---|:---|:---|
|3.5.x ~ 3.6.0 |3.6.0|3.6.x ~ 3.7.0|
|3.5.x ~ 3.8.0 |3.6.0|3.6.x ~ 3.7.x|
|3.3.0 ~ 3.4.x|3.3.0|0.2.0 ~ 3.4.0|
|3.0.x ~ 3.2.x|0.6.1|0.1.0 ~ 0.2.0|

Expand Down
2 changes: 1 addition & 1 deletion docs-2.0-zh/graph-computing/nebula-algorithm.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ NebulaGraph Algorithm 版本和 {{nebula.name}} 内核的版本对应关系如
| {{nebula.name}} 版本|NebulaGraph Algorithm 版本|
|:---|:---|
| nightly | 3.0-SNAPSHOT |
| 3.0.0 ~ 3.6.x | 3.x.0 |
| 3.0.0 ~ 3.8.x | 3.x.0 |
| 2.6.x | 2.6.x |
| 2.5.0、2.5.1 | 2.5.0 |
| 2.0.0、2.0.1 | 2.1.0 |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ NebulaGraph Operator 不支持 v1.x 版本的 NebulaGraph,其与 {{nebula.name

| {{nebula.name}} 版本 | NebulaGraph Operator 版本 |
| ------------------- | ------------------------- |
| 3.5.x ~ 3.6.0 | 1.5.0 ~ 1.8.x |
| 3.5.x ~ 3.8.0 | 1.5.0 ~ 1.8.x |
| 3.0.0 ~ 3.4.1 | 1.3.0、1.4.0 ~ 1.4.2 |
| 3.0.0 ~ 3.3.x | 1.0.0、1.1.0、1.2.0 |
| 2.5.x ~ 2.6.x | 0.9.0 |
Expand Down
2 changes: 1 addition & 1 deletion docs-2.0-zh/nebula-dashboard/1.what-is-dashboard.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ NebulaGraph Dashboard(简称 Dashboard)是一款用于监控 {{nebula.name}}

| {{nebula.name}} 版本|Dashboard 版本|
|:---|:---|
|3.6.0 |3.4.0|
|3.6.0、3.8.0 |3.4.0|
|3.5.x |3.4.0|
|3.4.0 ~ 3.4.1|3.4.0、3.2.0|
|3.3.0 |3.2.0|
Expand Down
26 changes: 13 additions & 13 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ copyright: >
<a href="#__consent">Change cookie settings</a>
# Modify this line in each version upgrade release
edit_uri: 'https://github.com/vesoft-inc/nebula-docs/edit/master/docs-2.0-en/'
edit_uri: 'https://github.com/vesoft-inc/nebula-docs/edit/v3.8.0/docs-2.0-en/'
# en.end

# zh.begin
Expand All @@ -19,7 +19,7 @@ site_url: https://docs.nebula-graph.com.cn/
docs_dir: docs-2.0-zh
copyright: Copyright &copy; 2018 - 2024 NebulaGraph - 浙ICP备20010487号
# Modify this line in each version upgrade release
edit_uri: 'https://github.com/vesoft-inc/nebula-docs/edit/master/docs-2.0-zh/'
edit_uri: 'https://github.com/vesoft-inc/nebula-docs/edit/v3.8.0/docs-2.0-zh/'
# zh.end

repo_name: 'vesoft-inc/nebula'
Expand Down Expand Up @@ -143,7 +143,7 @@ plugins:

- with-pdf:
copyright: 2023 Vesoft Inc.
cover_subtitle: master
cover_subtitle: v3.8.0
cover_logo: 'https://cloud-cdn.nebula-graph.com.cn/nebula-for-pdf.png'
cover: true
back_cover: true
Expand Down Expand Up @@ -273,13 +273,13 @@ extra:
- icon: 'fontawesome/brands/github'
link: 'https://github.com/vesoft-inc/nebula-docs'
nebula:
release: master
release: 3.8.0
nightly: nightly
master: master
base20: 2.0
base200: 2.0.0
branch: release-3.6
tag: master
tag: v3.8.0
name: NebulaGraph
studio:
base111b: 1.1.1-beta
Expand All @@ -296,9 +296,9 @@ extra:
branch: release-4.1
tag: v4.1.0
algorithm:
release: 3.0.0
branch: v3.0.0
tag: v3.0.0
release: 3.2.0
branch: v3.2.0
tag: v3.2.0
sparkconnector:
release: 3.8.0
branch: release-3.8
Expand All @@ -308,9 +308,9 @@ extra:
branch: release-3.8
tag: v3.8.0
dockercompose:
release: 3.6.0
branch: release-3.6
tag: v3.6.0
release: 3.8.0
branch: release-3.8
tag: v3.8.0
dashboard:
release: 3.4.0
tag: v3.4.0
Expand All @@ -325,8 +325,8 @@ extra:
branch: release-3.6
tag: v3.6.0
agent:
release: 3.7.0
tag: v3.7.0
release: 3.7.1
tag: v3.7.1
cpp:
release: 3.8.0
branch: release-3.8
Expand Down

0 comments on commit 41fd39e

Please sign in to comment.