Skip to content

Commit

Permalink
release 3.4.0 docs (#1938)
Browse files Browse the repository at this point in the history
  • Loading branch information
cooper-lzy authored Feb 7, 2023
1 parent c537831 commit 0754135
Show file tree
Hide file tree
Showing 6 changed files with 72 additions and 77 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@ on:
push:
branches:
# Remember to add v before the following version number unless the version is master.
- master
- v3.4.0

jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0 # fetch all commits/branches for gitversion
fetch-depth: 1 # fetch all commits/branches for gitversion

- name: Setup Python
uses: actions/setup-python@v1
Expand All @@ -29,8 +29,8 @@ jobs:
run: |
# mike delete master -p
git fetch origin gh-pages --depth=1 # fix mike's CI update
mike list
mike deploy master -p --rebase
mike deploy 3.4.0 -p --rebase
mike set-default 3.4.0 -p --rebase
mike list
# - name: Deploy
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -72,4 +72,4 @@

## Legacy versions

[Release notes of legacy versions](https://nebula-graph.io/posts/)
[Release notes of legacy versions](https://www.nebula-graph.io/tags/release-notes)
Original file line number Diff line number Diff line change
Expand Up @@ -87,4 +87,4 @@

## Legacy versions

[Release notes of legacy versions](https://nebula-graph.io/posts/)
[Release notes of legacy versions](https://www.nebula-graph.io/tags/release-notes)
9 changes: 2 additions & 7 deletions docs-2.0/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,6 @@

This manual is revised on {{ now().year }}-{{ now().month }}-{{ now().day }}, with GitHub commit [{{ git.short_commit }}](https://github.com/vesoft-inc/nebula-docs/commits/v{{nebula.release}}).

!!! Compatibility

In the version of NebulaGraph 3.2, the vertex without tags is allowed. But since NebulaGraph 3.3.0, the vertex without tags is not supported by default.

NebulaGraph is a distributed, scalable, and lightning-fast graph database. It is the optimal solution in the world capable of hosting graphs with dozens of billions of vertices (nodes) and trillions of edges (relationships) with millisecond latency.

## Getting started

* [Learning path](20.appendix/learning-path.md) & [Get NebulaGraph Certifications](https://academic.nebula-graph.io/?lang=EN_US)
Expand All @@ -30,7 +24,8 @@ NebulaGraph is a distributed, scalable, and lightning-fast graph database. It is
## Release notes

- [NebulaGraph Community Edition {{ nebula.release }}](20.appendix/release-notes/nebula-comm-release-note.md)
<!-- - [NebulaGraph Enterprise Edition {{ nebula.release }}](20.appendix/release-notes/nebula-ent-release-note.md)。 -->

{{ ent.ent_begin }}- [NebulaGraph Enterprise Edition {{ nebula.release }}](20.appendix/release-notes/nebula-ent-release-note.md) {{ ent.ent_begin }}
- [NebulaGraph Studio](20.appendix/release-notes/studio-release-note.md)
- [NebulaGraph Explorer](20.appendix/release-notes/explorer-release-note.md)
- [NebulaGraph Dashboard Community Edition](20.appendix/release-notes/dashboard-comm-release-note.md)
Expand Down
8 changes: 4 additions & 4 deletions docs-2.0/stylesheets/extra.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@

/* nebula dark */
:root{
--md-primary-fg-color:#a27e7e; /* Tar bar color*/
--md-accent-fg-color: #FA8072; /* Selected color */
--md-primary-fg-color:#00d5ff; /* Tar bar color*/
--md-accent-fg-color: #f049d4; /* Selected color */
}

/* nebula light */
[data-md-color-scheme="nebula"]{
--md-primary-fg-color: #FF0000; /* Tar bar color */
--md-accent-fg-color: #49BDF0; /* Selected color */
--md-primary-fg-color: #0FA37F; /* Tar bar color */
--md-accent-fg-color: #5b1cdb; /* Selected color */

--md-code-fg-color: rgb(12, 21, 26);
--md-code-bg-color: #eaebec;
Expand Down
120 changes: 60 additions & 60 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ site_url: https://docs.nebula-graph.io/
docs_dir: docs-2.0
repo_name: 'vesoft-inc/nebula'
repo_url: 'https://github.com/vesoft-inc/nebula'
copyright: Copyright &copy; 2022 NebulaGraph
copyright: Copyright &copy; 2023 NebulaGraph

# modify
edit_uri: 'https://github.com/vesoft-inc/nebula-docs/edit/master/docs-2.0/'
edit_uri: 'https://github.com/vesoft-inc/nebula-docs/edit/v3.4.0/docs-2.0/'

theme:
name: material
Expand Down Expand Up @@ -102,8 +102,8 @@ plugins:
# - '.*\.(tmp|bin|tar)$'

- with-pdf:
copyright: 2022 Vesoft Inc.
cover_subtitle: master
copyright: 2023 Vesoft Inc.
cover_subtitle: v3.4.0
author: Min Wu, Yao Zhou, Cooper Liang, Foesa Yang, Abby Huang
cover: true
back_cover: true
Expand Down Expand Up @@ -154,38 +154,38 @@ extra:
master: master
base20: 2.0
base200: 2.0.0
branch: release-3.3
tag: v3.3.0
branch: release-3.4
tag: v3.4.0
studio:
base111b: 1.1.1-beta
base220: 2.2.1
base300: 3.0.0
release: 3.5.0
tag: v3.5.0
tag: v3.6.0
explorer:
release: 3.2.0
branch: release-3.2
tag: v3.2.0
release: 3.4.0
branch: release-3.4
tag: v3.4.0
exchange_ent:
release: 3.0.0
branch: v3.0.0
tag: v3.0.0
release: 3.4.0
branch: release-3.4
tag: v3.4.0
exchange:
release: 3.3.0
branch: release-3.3
tag: v3.3.0
release: 3.4.0
branch: release-3.4
tag: v3.4.0
importer:
release: 3.1.0
branch: release-3.1
tag: v3.1.0
release: 3.4.0
branch: release-3.4
tag: v3.4.0
algorithm:
release: 3.0.0
branch: v3.0.0
tag: v3.0.0
plato:
release: 3.3.0
branch: release-3.3
tag: v3.3.0
release: 3.4.0
branch: release-3.4
tag: v3.4.0
sparkconnector:
release: 3.3.0
branch: release-3.3
Expand All @@ -195,70 +195,70 @@ extra:
branch: release-3.3
tag: v3.3.0
dockercompose:
release: 3.2.0
branch: release-3.2
tag: v3.2.0
release: 3.4.0
branch: release-3.4
tag: v3.4.0
dashboard:
release: 3.2.0
tag: v3.2.0
release: 3.4.0
tag: v3.4.0
base100: 1.0.0
branch: release-3.2
branch: release-3.4
dashboard_ent:
release: 3.2.0
tag: v3.2.0
branch: release-3.2
release: 3.4.0
tag: v3.4.0
branch: release-3.4
console:
release: 3.4.0
branch: release-3.4
tag: v3.4.0
br:
release: 3.3.0
branch: release-3.3
tag: v3.3.0
br:
release: 0.6.1
branch: master
tag: v0.6.1
br_ent:
release: 0.7.0
tag: v0.7.0
release: 3.4.0
tag: v3.4.0
agent:
release: 0.2.0
tag: v0.2.0
release: 3.4.0
tag: v3.4.0
cpp:
release: 3.3.0
branch: release-3.3
tag: v3.3.0
release: 3.4.0
branch: release-3.4
tag: v3.4.0
java:
release: 3.3.0
branch: release-3.3
tag: v3.3.0
release: 3.4.0
branch: release-3.4
tag: v3.4.0
python:
release: 3.3.0
branch: release-3.3
tag: v3.3.0
release: 3.4.0
branch: release-3.4
tag: v3.4.0
go:
release: 3.3.0
branch: release-3.3
tag: v3.3.0
release: 3.4.0
branch: release-3.4
tag: v3.4.0
bench:
release: 1.2.0
branch: release-1.2
tag: v1.2.0
operator:
release: 1.3.0
tag: v1.3.0
branch: release-1.3
release: 1.4.0
tag: v1.4.0
branch: release-1.4
upgrade_from: 3.0.0
upgrade_to: 3.3.x
exporter:
release: 3.3.0
branch: release-3.3
tag: v3.3.0
gateway:
release: 3.1.2
branch: release-3.1
tag: v3.1.2
release: 3.4.0
branch: release-3.4
tag: v3.4.0
bbox:
release: 3.3.0
branch: release-3.3
tag: v3.3.0
release: 3.4.0
branch: release-3.4
tag: v3.4.0
cloud:
azureRelease: 3.1.1 # The latest core version that Azure Cloud is compatible with
aliyunRelease: 3.1.1 # The latest core version that Alibaba Cloud is compatible with
Expand Down

0 comments on commit 0754135

Please sign in to comment.