Skip to content

Commit 92be6d2

Browse files
committed
Update dev instructions and deprecated markdown_extension
1 parent 5bddb65 commit 92be6d2

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,9 @@ This repo tries to preserve and present all this valuable information in a moder
99
To edit and develop locally install the following packages and run the built in dev webserver:
1010

1111
```bash
12-
pip install mkdocs-material mkdocs-git-revision-date-localized-plugin
12+
python3 -m venv env
13+
pip install mkdocs-material mkdocs-git-revision-date-localized-plugin mkdocs-awesome-pages-plugin mkdocs-minify-plugin
14+
source env/bin/activate
1315
mkdocs serve
1416
```
1517

mkdocs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ plugins:
4040
markdown_extensions:
4141
- admonition
4242
- pymdownx.emoji:
43-
emoji_index: !!python/name:materialx.emoji.twemoji
44-
emoji_generator: !!python/name:materialx.emoji.to_svg
43+
emoji_index: !!python/name:material.extensions.emoji.twemoji
44+
emoji_generator: !!python/name:material.extensions.emoji.to_svg
4545
- pymdownx.highlight:
4646
anchor_linenums: true
4747
- pymdownx.superfences

0 commit comments

Comments
 (0)