Update dev instructions and deprecated markdown_extension

This commit is contained in:
flokoe 2024-01-28 16:59:48 +01:00
parent 5bddb65465
commit 92be6d2c2c
No known key found for this signature in database
2 changed files with 5 additions and 3 deletions

View File

@ -9,7 +9,9 @@ This repo tries to preserve and present all this valuable information in a moder
To edit and develop locally install the following packages and run the built in dev webserver: To edit and develop locally install the following packages and run the built in dev webserver:
```bash ```bash
pip install mkdocs-material mkdocs-git-revision-date-localized-plugin python3 -m venv env
pip install mkdocs-material mkdocs-git-revision-date-localized-plugin mkdocs-awesome-pages-plugin mkdocs-minify-plugin
source env/bin/activate
mkdocs serve mkdocs serve
``` ```

View File

@ -40,8 +40,8 @@ plugins:
markdown_extensions: markdown_extensions:
- admonition - admonition
- pymdownx.emoji: - pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg emoji_generator: !!python/name:material.extensions.emoji.to_svg
- pymdownx.highlight: - pymdownx.highlight:
anchor_linenums: true anchor_linenums: true
- pymdownx.superfences - pymdownx.superfences