Skip to content

Commit

Permalink
Merge pull request #336 from JarvusInnovations/develop
Browse files Browse the repository at this point in the history
Release: v0.41.13
  • Loading branch information
themightychris committed Apr 6, 2024
2 parents f43f7f1 + 7d59c86 commit 16ee707
Show file tree
Hide file tree
Showing 5 changed files with 270 additions and 312 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
139 changes: 86 additions & 53 deletions github-actions/projector/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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/mermaid@8.5.0/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 16ee707

Please sign in to comment.