Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions 2021/mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,15 @@ theme:
- navigation.sections
- navigation.instant
- search.suggest
palette:
- scheme: default
toggle:
icon: material/brightness-7
name: Switch to dark mode
- scheme: slate
toggle:
icon: material/brightness-4
name: Switch to light mode

nav:
- Welcome Page: index.md
Expand Down
9 changes: 9 additions & 0 deletions 2025/mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,15 @@ theme:
- navigation.sections
- navigation.instant
- search.suggest
palette:
Comment thread
AarishShah marked this conversation as resolved.
- scheme: default
toggle:
icon: material/brightness-7
name: Switch to dark mode
- scheme: slate
toggle:
icon: material/brightness-4
name: Switch to light mode

nav:
- Home: 'en/index.md'
Expand Down
11 changes: 10 additions & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,18 @@ plugins:
#For material
theme:
name: material
custom_dir: custom_theme/
# custom_dir: custom_theme/
favicon: assets/WebSite_Favicon.png
logo: "assets/OWASP_Logo_Transp.png"
palette:
- scheme: default
toggle:
icon: material/brightness-7
name: Switch to dark mode
- scheme: slate
toggle:
icon: material/brightness-4
name: Switch to light mode
markdown_extensions:
- pymdownx.highlight
- pymdownx.superfences # Required by Pygments
Expand Down