-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
setting up some plugins and extra features for the wiki
- Loading branch information
1 parent
f1a3103
commit 34830c7
Showing
2 changed files
with
42 additions
and
0 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
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 |
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 |
---|---|---|
@@ -0,0 +1,6 @@ | ||
mkdocs | ||
mkdocs-material | ||
mkdocs-pdf-export-plugin | ||
mkdocs-git-authors-plugin | ||
mkdocs-awesome-pages-plugin | ||
python-markdown-math |