Skip to content

Commit

Permalink
update mkdocs plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
xvik committed Apr 15, 2024
1 parent 981bb2f commit 6860832
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ plugins {
id 'ru.vyarus.github-info' version '2.0.0'
id 'com.github.ben-manes.versions' version '0.51.0'
id "pl.droidsonroids.jacoco.testkit" version "1.0.12"
id 'ru.vyarus.mkdocs' version '3.0.0'
id 'ru.vyarus.mkdocs' version '4.0.0'
}

java {
Expand Down Expand Up @@ -52,6 +52,7 @@ mkdocs {
rootRedirect = true
rootRedirectTo = 'latest'
versionAliases = ['latest']
hideOldBugfixVersions = true
}
}

Expand Down
6 changes: 3 additions & 3 deletions src/doc/mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ repo_url: https://github.com/xvik/gradle-use-python-plugin
edit_uri: edit/master/src/doc/docs/

#Copyright (shown at the footer)
copyright: 'Copyright © 2017-2022 Vyacheslav Rusakov'
copyright: 'Copyright © 2017-2024 Vyacheslav Rusakov'

# Meterial theme
theme:
Expand Down Expand Up @@ -79,8 +79,8 @@ markdown_extensions:
- pymdownx.caret
- pymdownx.details
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- pymdownx.highlight
- pymdownx.inlinehilite
- pymdownx.keys
Expand Down

0 comments on commit 6860832

Please sign in to comment.