Skip to content

Commit

Permalink
mkdocs action support files
Browse files Browse the repository at this point in the history
  • Loading branch information
patrick-rodgers committed Feb 25, 2022
1 parent 4f52353 commit c01f8ff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 12 deletions.
2 changes: 2 additions & 0 deletions mkdocs-requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
mkdocs-markdownextradata-plugin
mkdocs-redirects
12 changes: 0 additions & 12 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -135,26 +135,14 @@ theme:
extra_css:
- 'css/extra.css'

# extra_javascript:
# - https://unpkg.com/[email protected]/dist/mermaid.min.js

markdown_extensions:
- admonition
# - pymdownx.superfences
# custom_fences:
# - name: mermaid
# class: mermaid
# format: !!python/name:pymdownx.superfences.fence_div_format
- toc:
permalink: true

plugins:
- search
- markdownextradata
# - mermaid2:
# arguments:
# securityLevel: 'loose'
# theme: 'default'
- redirects:
redirect_maps:
'getting-started-dev.md': 'contributing/index.md'
Expand Down

0 comments on commit c01f8ff

Please sign in to comment.