File tree Expand file tree Collapse file tree 2 files changed +22
-18
lines changed
Expand file tree Collapse file tree 2 files changed +22
-18
lines changed Original file line number Diff line number Diff line change @@ -146,33 +146,36 @@ nav:
146146# Theme
147147# Configuration
148148theme :
149- feature :
150- tabs : true
149+ features :
150+ - tabs
151+ - instant
151152 name : ' material'
152153 language : ' en'
153- logo :
154- icon : ' public '
154+ # icon :
155+ # logo: material/cloud
155156 palette :
156157 primary : ' orange'
157- accent : ' red '
158+ accent : ' indigo '
158159 font :
159160 text : ' Roboto'
160161 code : ' Roboto Mono'
161162
162163plugins :
164+ - git-revision-date-localized :
165+ type : iso_datetime
163166 - search
164167 - minify :
165168 minify_html : true
166169
167170extra :
168171 disqus : ' joostvdg-github-io'
169172 social :
170- - type : ' github'
171- link : ' https://github.com/joostvdg'
172- - type : ' twitter'
173- link : ' https://twitter.com/joost_vdg'
174- - type : ' linkedin'
175- link : ' https://linkedin.com/in/joostvdg'
173+ - icon : fontawesome/brands/ github-alt
174+ link : https://github.com/joostvdg
175+ - icon : fontawesome/brands/ twitter
176+ link : https://twitter.com/joost_vdg
177+ - icon : fontawesome/brands/ linkedin
178+ link : https://linkedin.com/in/joostvdg
176179
177180# Extensions
178181markdown_extensions :
Original file line number Diff line number Diff line change 1- mkdocs >= 1.0.4
2- mkdocs-bootswatch >= 0.4.0
1+ mkdocs >= 1.1
2+ mkdocs-bootswatch >= 1.1
33python-jenkins >= 0.4.10
4- mkdocs-material >= 4.4.2
5- mkdocs-minify-plugin >= 0.1.0
6- pygments >= 2.4.2
7- pymdown-extensions >= 6.1.0
8- Markdown >= 3.1.1
4+ mkdocs-material >= 5.0.0b3-2
5+ mkdocs-minify-plugin >= 0.2.3
6+ pygments >= 2.6.1
7+ pymdown-extensions >= 7.0b2
8+ Markdown >= 3.2.1
9+ mkdocs-git-revision-date-localized-plugin >= 0.4.6
You can’t perform that action at this time.
0 commit comments