# Awesome Pages Plugin
# https://github.com/lukasgeiter/mkdocs-awesome-pages-plugin
- awesome-pages: {}
+ awesome-pages:
+ collapse_single_pages: true
# The built-in privacy plugin automatically identifies external assets as
# part of the build process and downloads all assets for very simple
nav_translations:
Provedor: Provider
+ # Redirects
+ # https://github.com/mkdocs/mkdocs-redirects
+ # In case site re-structure is needed, this plugin will ensure permalink functionality
+ #- redirects:
+ # redirect_maps:
+ # 'somepage.md' : 'otherpage.md'
+
# Markdown extensions
# See https://www.mkdocs.org/user-guide/configuration/#markdown_extensions
# https://squidfunk.github.io/mkdocs-material/setup/extensions/
pymdownx.tasklist:
custom_checkbox: true
+ # Admonitions
+ # https://squidfunk.github.io/mkdocs-material/reference/admonitions/
admonition: {}
+ # Details
+ # https://squidfunk.github.io/mkdocs-material/setup/extensions/python-markdown-extensions/#details
pymdownx.details: {}
# Copyright notice
DEPENDENCIES="$DEPENDENCIES tor python3-requests python3-bs4 python3-socks python3-pybtex"
# PyPI dependencies
-DEPENDENCIES_PIP="mkdocs-bibtex mkdocs-material mkdocs-awesome-pages-plugin mkdocs-static-i18n"
+DEPENDENCIES_PIP="mkdocs-bibtex mkdocs-material mkdocs-awesome-pages-plugin mkdocs-static-i18n mkdocs-redirects"
# Ensure an up-to-date system
sudo apt-get update && sudo apt-get dist-upgrade -y && sudo apt-get autoremove -y && sudo apt-get clean