-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(docs): remove fontawesome extension
It's unmaintained and mkdocs-material includes similar functionality now
- Loading branch information
1 parent
9a0757b
commit 66eb567
Showing
2 changed files
with
1 addition
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,9 +20,6 @@ plugins: | |
extra_javascript: | ||
- https://unpkg.com/[email protected]/dist/mermaid.min.js | ||
|
||
extra_css: | ||
- https://use.fontawesome.com/releases/v5.13.0/css/all.css | ||
|
||
markdown_extensions: | ||
- admonition | ||
- codehilite: | ||
|
@@ -35,12 +32,11 @@ markdown_extensions: | |
custom_fences: | ||
- name: mermaid | ||
class: mermaid | ||
format: !!python/name:pymdownx.superfences.fence_div_format | ||
format: "!!python/name:pymdownx.superfences.fence_div_format" | ||
- pymdownx.smartsymbols | ||
- meta | ||
- toc: | ||
# insert a blank space before the character | ||
permalink: " ¶" | ||
- smarty | ||
- fontawesome_markdown | ||
- mdx_truly_sane_lists |