diff --git a/mkdocs.yml b/mkdocs.yml index a647ee8..e0e8af3 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -114,6 +114,8 @@ plugins: post_url_format: "{date}/{slug}" authors_file: "{blog}/.authors.yml" extra: + version: + provider: mike analytics: provider: google property: G-5CR8QXF5CN diff --git a/requirements-doc.txt b/requirements-doc.txt index 7467eb0..2e98b1b 100644 --- a/requirements-doc.txt +++ b/requirements-doc.txt @@ -11,3 +11,4 @@ yarl==1.8.1 frozenlist==1.3.1 git+https://${GH_TOKEN}@github.com/squidfunk/mkdocs-material-insiders.git mkdocs-minify-plugin +mike \ No newline at end of file