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:
|
palette:
|
||||||
primary: black
|
primary: black
|
||||||
accent: blue
|
accent: blue
|
||||||
|
icon:
|
||||||
|
edit: material/pencil-circle
|
||||||
|
view: material/eye
|
||||||
logo: assets/logo.png
|
logo: assets/logo.png
|
||||||
favicon: assets/favicon.ico
|
favicon: assets/favicon.ico
|
||||||
features:
|
features:
|
||||||
- search.suggest
|
- search.suggest
|
||||||
- search.highlight
|
- search.highlight
|
||||||
- navigation.indexes
|
- navigation.indexes
|
||||||
- toc.integrate
|
- code.action.view
|
||||||
|
|
||||||
# Extra
|
# Extra
|
||||||
extra:
|
extra:
|
||||||
@ -51,6 +54,12 @@ extra_javascript:
|
|||||||
plugins:
|
plugins:
|
||||||
- search:
|
- search:
|
||||||
lang: en
|
lang: en
|
||||||
|
- git-revision-date-localized:
|
||||||
|
enable_creation_date: true
|
||||||
|
- git-committers:
|
||||||
|
repository: wmariuss/awesome-devops
|
||||||
|
branch: master
|
||||||
|
- git-authors
|
||||||
|
|
||||||
# Navigator
|
# Navigator
|
||||||
nav:
|
nav:
|
||||||
|
@ -1,3 +1,6 @@
|
|||||||
mkdocs>=1.4.2
|
mkdocs>=1.4.2
|
||||||
mkdocs-material==7.3.6
|
mkdocs-material==7.3.6
|
||||||
|
mkdocs-git-revision-date-localized-plugin
|
||||||
|
mkdocs-git-committers-plugin-2
|
||||||
|
mkdocs-git-authors-plugin
|
||||||
invoke
|
invoke
|
||||||
|
Loading…
Reference in New Issue
Block a user