Skip to content

Commit

Permalink
fix(docs): remove fontawesome extension
Browse files Browse the repository at this point in the history
It's unmaintained and mkdocs-material includes similar functionality now
  • Loading branch information
themightychris committed Apr 6, 2024
1 parent 9a0757b commit 66eb567
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
1 change: 0 additions & 1 deletion .holo/branches/docs-site.lenses/mkdocs.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ package = "holo/lens-mkdocs"
requirements = [
"mkdocs-material",
"mkdocs-awesome-pages-plugin",
"fontawesome_markdown",
"mdx_truly_sane_lists"
]

Expand Down
6 changes: 1 addition & 5 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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

0 comments on commit 66eb567

Please sign in to comment.