Skip to content

Commit

Permalink
Add variable support to mkdocs
Browse files Browse the repository at this point in the history
  • Loading branch information
campb303 committed Mar 24, 2021
1 parent 79c9ba4 commit c894551
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ plugins:
# See: https://github.com/lukasgeiter/mkdocs-awesome-pages-plugin
- awesome-pages:
filename: awesome-pages.yaml
# Macros Settings
# See: https://squidfunk.github.io/mkdocs-material/reference/variables/
- macros
markdown_extensions:
- toc:
permalink: ⚓︎
Expand Down Expand Up @@ -56,6 +59,7 @@ extra:
- icon: fontawesome/brands/github
link: https://github.itap.purdue.edu/ECN/webqueue2
name: webqueue2 on GitHub
production_url: "https://engineering.purdue.edu/webqueue/webqueue2/build"

extra_javascript:
- https://cdnjs.cloudflare.com/ajax/libs/tablesort/5.2.1/tablesort.min.js
Expand Down
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
"mkdocs",
"mkdocs-material",
"mkautodoc",
"mkdocs-awesome-pages-plugin"
"mkdocs-awesome-pages-plugin",
"mkdocs-macros-plugin"
],
}

Expand Down

0 comments on commit c894551

Please sign in to comment.