Skip to content

Commit 0be38b4

Browse files
feat(mkdocs): update mkdocs-material to 5.x SPA
1 parent a174857 commit 0be38b4

File tree

2 files changed

+10
-5
lines changed

2 files changed

+10
-5
lines changed

libraries/website/mkdocs.yml

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -67,11 +67,11 @@ nav:
6767

6868
extra:
6969
social:
70-
- type: github
70+
- icon: fontawesome/brands/github-alt
7171
link: https://github.com/justindujardin
72-
- type: twitter
72+
- icon: fontawesome/brands/twitter
7373
link: https://twitter.com/justindujardin
74-
- type: linkedin
74+
- icon: fontawesome/brands/linkedin
7575
link: https://linkedin.com/in/justindujardin
7676

7777
extra_css:
@@ -82,7 +82,10 @@ extra_javascript:
8282

8383
theme:
8484
name: material
85-
logo: img/school-24px.svg
85+
icon:
86+
logo: material/school
87+
features:
88+
- instant
8689
favicon: img/favicon/favicon-16x16.png
8790
palette:
8891
primary: deep-orange
@@ -109,5 +112,6 @@ markdown_extensions:
109112
plugins:
110113
- mathy
111114
- search
115+
- git-revision-date-localized
112116
- minify:
113117
minify_html: true

libraries/website/requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ pydot
99
# Docs
1010
mkdocs
1111
# Until the build error is fixed: https://github.com/squidfunk/mkdocs-material/issues/1469
12-
mkdocs-material==4.6.3
12+
mkdocs-material>=5.0.0,<6.0.0
13+
mkdocs-git-revision-date-localized-plugin>=0.5.0,<0.6.0
1314
markdown-include
1415
mkdocs-minify-plugin
1516
ruamel.yaml

0 commit comments

Comments
 (0)