Skip to content

Commit

Permalink
Upgrade mkdocs plugin to 4.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
alexanderpann committed May 8, 2024
1 parent 4318278 commit 8bb4a89
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 9 deletions.
7 changes: 2 additions & 5 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugins {
id 'ru.vyarus.mkdocs' version '3.0.0'
id 'ru.vyarus.mkdocs' version '4.0.1'
}

wrapper {
Expand All @@ -9,9 +9,7 @@ wrapper {
mkdocs.publish.docPath = ''
mkdocs.strict = false

python.pip 'mkdocs-material:9.2.0b0' // override version in mkdocs gradle plugin. We want the latest version.
python.pip 'mkdocs:1.4.3'
python.pip 'Markdown:3.3.7'
python.pip 'Markdown:3.5'

python.pip 'mkdocs-git-revision-date-localized-plugin:1.2.0'
python.pip 'mkdocs-kroki-plugin:0.6.1'
Expand All @@ -20,7 +18,6 @@ python.pip 'mkdocs-macros-plugin:1.0.1'
python.pip 'autolink-references-mkdocs-plugin:0.2.1'
python.pip 'mkdocs-glightbox:0.3.4'
python.pip 'mkdocs-gen-files:0.5.0'
python.pip 'mdx-spanner:0.0.5'
python.pip 'mkdocs-alias-plugin:0.6.0'
python.pip 'mkdocs-webcontext-plugin:0.1.0'
python.pip 'mkdocs-redirects:1.2.0'
Expand Down
8 changes: 4 additions & 4 deletions src/doc/mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,6 @@ plugins:

markdown_extensions:
- mdx_breakless_lists
- mdx_spanner
- abbr
- smarty:
smart_quotes: false
Expand Down Expand Up @@ -156,8 +155,8 @@ markdown_extensions:
- pymdownx.mark
- pymdownx.tilde
- 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
options:
custom_icons:
- overrides/.icons
Expand Down Expand Up @@ -227,7 +226,8 @@ nav:
- Cell Layout: languages/cell_layout.md
- Platform Essentials:
- platform_essentials/index.md
- How Everything Is Connected: platform_essentials/how_everything_is_connected.md
- How Everything s Connected: platform_essentials/how_everything_is_connected.md
- What is Included in the Platforms: platform_essentials/what_is_included_in_the_platforms.md
- Contributing: platform_essentials/contributing.md
- Common Concepts and Interfaces: platform_essentials/common_concepts_and_interfaces.md
- Interpreter, Coverage, and Tracing: platform_essentials/interpreter.md
Expand Down

0 comments on commit 8bb4a89

Please sign in to comment.