Skip to content

Commit

Permalink
mkdocs: update emoji extension name for material 9.4 and update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
practicalli-johnny committed Oct 20, 2023
1 parent 6be4fab commit 556c394
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
- dev: action/checkout v4 with sparse-checkout for megalinter
- dev: sparse-checkout for publish-book workflow
- dev: action/checkout v4 with sparse-checkout for changelog checker workflow
- mkdocs: update emoji extension name for material 9.4 and update readme

### Added
- building-api: add reitit overview and quick intro
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ Publish book workflow installs Material for MkDocs version 9
Install mkdocs version 9 using the Python pip package manager

```bash
pip install mkdocs-material=="9.*"
pip3 install mkdocs-material=="9.4"
```

Install the plugins used by the Practicalli site using Pip (these are also installed in the GitHub Action workflow)
Expand Down
4 changes: 2 additions & 2 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@ markdown_extensions:
- md_in_html # Grids
- footnotes # footnotes and abbreviations
- 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:
anchor_linenums: true
- pymdownx.inlinehilite
Expand Down

0 comments on commit 556c394

Please sign in to comment.