Integrate with Github for some stats info
This commit is contained in:
parent
111d7c9abf
commit
68122b40ad
11
mkdocs.yml
11
mkdocs.yml
@ -18,13 +18,16 @@ theme:
|
||||
palette:
|
||||
primary: black
|
||||
accent: blue
|
||||
icon:
|
||||
edit: material/pencil-circle
|
||||
view: material/eye
|
||||
logo: assets/logo.png
|
||||
favicon: assets/favicon.ico
|
||||
features:
|
||||
- search.suggest
|
||||
- search.highlight
|
||||
- navigation.indexes
|
||||
- toc.integrate
|
||||
- code.action.view
|
||||
|
||||
# Extra
|
||||
extra:
|
||||
@ -51,6 +54,12 @@ extra_javascript:
|
||||
plugins:
|
||||
- search:
|
||||
lang: en
|
||||
- git-revision-date-localized:
|
||||
enable_creation_date: true
|
||||
- git-committers:
|
||||
repository: wmariuss/awesome-devops
|
||||
branch: master
|
||||
- git-authors
|
||||
|
||||
# Navigator
|
||||
nav:
|
||||
|
@ -1,3 +1,6 @@
|
||||
mkdocs>=1.4.2
|
||||
mkdocs-material==7.3.6
|
||||
mkdocs-git-revision-date-localized-plugin
|
||||
mkdocs-git-committers-plugin-2
|
||||
mkdocs-git-authors-plugin
|
||||
invoke
|
||||
|
Loading…
Reference in New Issue
Block a user