Skip to content

Commit

Permalink
Move to 2.6.0 (#836)
Browse files Browse the repository at this point in the history
  • Loading branch information
randomJoe211 committed Oct 26, 2021
1 parent 00e9dc4 commit e4508b7
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 9 deletions.
7 changes: 4 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:
- master
- 2.6.0

jobs:
deploy:
Expand Down Expand Up @@ -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
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/master/docs-2.0/'
edit_uri: 'edit/2.6.0/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: teal
accent: green
primary: brown
accent: deep orange
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: 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:
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit e4508b7

Please sign in to comment.