Skip to content

Commit

Permalink
Merge pull request #302 from zsnmwy/main
Browse files Browse the repository at this point in the history
docs(style): make the navigation sidebar on the right
  • Loading branch information
zsnmwy authored May 6, 2022
2 parents 5c73c2a + 11b68ac commit f0bf8ea
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/mkdocs-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
paths:
- 'docs/**'
- '**.md'
- 'mkdocs.yml'
jobs:
upload:
runs-on: ubuntu-latest
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
paths:
- 'docs/**'
- '**.md'
- 'mkdocs.yml'
jobs:
deploy:
runs-on: ubuntu-latest
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
paths:
- 'docs/**'
- '**.md'
- 'mkdocs.yml'

jobs:
preview:
Expand Down
1 change: 0 additions & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ theme:
# custom_dir: overrides
language: en
features:
- toc.integrate
- content.code.annotate
- navigation.top
palette:
Expand Down

0 comments on commit f0bf8ea

Please sign in to comment.