Skip to content

Commit

Permalink
setting up some plugins and extra features for the wiki
Browse files Browse the repository at this point in the history
  • Loading branch information
eduardoschulz committed Mar 14, 2024
1 parent f1a3103 commit 34830c7
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 0 deletions.
36 changes: 36 additions & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,41 @@
site_name: Interoperabilidade
theme:
name: material
features:
- navigation.path
- toc.follow
palette:

# Palette toggle for light mode
- media: "(prefers-color-scheme: light)"
scheme: slate
toggle:
icon: material/brightness-7
name: Switch to dark mode

# Palette toggle for dark mode
- media: "(prefers-color-scheme: dark)"
scheme: default
toggle:
icon: material/brightness-4
name: Switch to light mode

repo_url: https://github.com/eduardoschulz/Interoperabilidade
plugins:
- search
- awesome-pages
- pdf-export
- git-authors

extra_javascript:
- https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.4/MathJax.js?config=TeX-AMS-MML_HTMLorMML
markdown_extensions:
- mdx_math
- footnotes
- attr_list
- md_in_html
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
6 changes: 6 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
mkdocs
mkdocs-material
mkdocs-pdf-export-plugin
mkdocs-git-authors-plugin
mkdocs-awesome-pages-plugin
python-markdown-math

0 comments on commit 34830c7

Please sign in to comment.