Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

release 2.6.1 #878

Merged
merged 1 commit into from
Nov 2, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Publish docs via GitHub Pages
on:
push:
branches:
- v2.6.0
- v2.6.1

jobs:
deploy:
Expand Down Expand Up @@ -37,8 +37,8 @@ jobs:

- name: Mike Deploy
run: |
mike deploy 2.6.0 -p --rebase
mike set-default 2.6.0 -p --rebase
mike deploy 2.6.1 -p --rebase
mike set-default 2.6.1 -p --rebase
mike list

# - name: Deploy
Expand Down
16 changes: 8 additions & 8 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/v2.6.0/docs-2.0/'
edit_uri: 'edit/v2.6.1/docs-2.0/'
docs_dir: docs-2.0

# repository
Expand All @@ -21,14 +21,14 @@ theme:
favicon: 'assets/images/favicon.ico'
palette:
- scheme: default
primary: brown
accent: deep orange
primary: lime
accent: green
toggle:
icon: material/toggle-switch-off-outline
name: Switch to dark mode
- scheme: slate
primary: deep orange
accent: red
primary: amber
accent: deep orange
toggle:
icon: material/toggle-switch
name: Switch to light mode
Expand All @@ -43,12 +43,12 @@ extra_css:
- stylesheets/extra.css
extra:
nebula:
release: 2.6.0
release: 2.6.1
nightly: nightly
master: master
base20: 2.0
base200: 2.0.0
branch: v2.6.0
branch: v2.6.1
version:
method: mike
social:
Expand Down Expand Up @@ -499,7 +499,7 @@ plugins:

- with-pdf:
copyright: 2021 Vesoft Inc.
cover_subtitle: 2.6.0
cover_subtitle: 2.6.1
author: Min Wu, Yao Zhou, Cooper Liang, Foesa Yang, Max Zhu, Abby Huang
cover: true
back_cover: true
Expand Down