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

Revert "Move to 2.6.0" #837

Merged
merged 1 commit into from
Oct 26, 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
7 changes: 3 additions & 4 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:
- 2.6.0
- master

jobs:
deploy:
Expand Down Expand Up @@ -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
Expand Down
12 changes: 6 additions & 6 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/2.6.0/docs-2.0/'
edit_uri: 'edit/master/docs-2.0/'
docs_dir: docs-2.0

# repository
Expand All @@ -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
Expand All @@ -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:
Expand Down Expand Up @@ -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
Expand Down