Skip to content

Commit

Permalink
Add plugin & update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
DogmaDragon committed Feb 5, 2024
1 parent 79c17bb commit a5b2280
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,7 @@ jobs:
mkdocs-material-
- run: pip install \
mkdocs-material \
mkdocs-rss-plugin
mkdocs-rss-plugin \
mkdocs-git-revision-date-localized-plugin \
mkdocs-git-committers-plugin-2
- run: mkdocs gh-deploy --force
6 changes: 6 additions & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ site_name: FansDB Docs
site_url: https://fansdb.github.io/docs #https://docs.fansdb.cc
repo_name: FansDB/docs
repo_url: https://github.com/FansDB/docs
edit_uri: edit/main/docs/

theme:
name: material
Expand Down Expand Up @@ -64,6 +65,11 @@ plugins:
- categories
- tags
comments_path: "#__comments"
- git-revision-date-localized:
enable_creation_date: true
- git-committers:
repository: FansDB/docs
branch: main
# - social:
# cards_layout: default/variant

Expand Down

0 comments on commit a5b2280

Please sign in to comment.