Skip to content

Commit

Permalink
feat: update mkdocs config
Browse files Browse the repository at this point in the history
  • Loading branch information
myyerrol committed Oct 12, 2024
1 parent 32a86f7 commit 2ab005f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,8 @@ jobs:
path: .cache
restore-keys: |
mkdocs-material-
- run: pip install mkdocs-material "mkdocs-material[imaging]" mkdocs-git-revision-date-localized-plugin mkdocs-git-committers-plugin-2
- run: pip install mkdocs-material
- run: pip install "mkdocs-material[imaging]"
- run: pip install mkdocs-git-revision-date-localized-plugin
- run: pip install mkdocs-git-committers-plugin-2
- run: mkdocs gh-deploy --force
9 changes: 5 additions & 4 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,11 @@ theme:
- navigation.prune
- navigation.indexes
- toc.follow
- toc.integrate
- navigation.top
- announce.dismiss
- navigation.footer
- content.action.edit
- content.action.view

copyright: >
Copyright © 2024 - 2030 MEMDSL –
Expand All @@ -74,10 +74,11 @@ plugins:
enable_creation_date: true
fallback_to_build_date: false
- git-committers:
enabled: true
enabled: !ENV [CI, false]
repository: memdsl/universe
branch: main

exclude:
- index.md
nav:
- 首页: index.md
- 博客:
Expand Down Expand Up @@ -111,6 +112,6 @@ extra:
analytics:
provider: google
property: G-XXXXXXXXXX

scope: /


0 comments on commit 2ab005f

Please sign in to comment.