mirror of
https://github.com/swisskyrepo/PayloadsAllTheThings.git
synced 2024-12-20 03:16:10 +00:00
Mkdocs accessibility and search improvement
This commit is contained in:
parent
293723d49d
commit
b245d3cbdd
12
mkdocs.yml
12
mkdocs.yml
@ -2,12 +2,17 @@ site_name: Payloads All The Things
|
|||||||
site_description: 'Payloads All The Things, a list of useful payloads and bypasses for Web Application Security'
|
site_description: 'Payloads All The Things, a list of useful payloads and bypasses for Web Application Security'
|
||||||
site_url: https://swisskyrepo.github.io/PayloadsAllTheThings
|
site_url: https://swisskyrepo.github.io/PayloadsAllTheThings
|
||||||
|
|
||||||
|
repo_url: https://github.com/swisskyrepo/PayloadsAllTheThings/
|
||||||
|
edit_uri: blob/master/
|
||||||
|
|
||||||
# copyright: © 2016 PATT
|
# copyright: © 2016 PATT
|
||||||
# logo: 'images/site_logo.png'
|
# logo: 'images/site_logo.png'
|
||||||
# favicon: 'images/favicon.png'
|
# favicon: 'images/favicon.png'
|
||||||
|
|
||||||
theme:
|
theme:
|
||||||
name: material
|
name: material
|
||||||
|
color_mode: auto
|
||||||
|
user_color_mode_toggle: true
|
||||||
icon:
|
icon:
|
||||||
repo: fontawesome/brands/github
|
repo: fontawesome/brands/github
|
||||||
palette:
|
palette:
|
||||||
@ -27,8 +32,13 @@ theme:
|
|||||||
|
|
||||||
features:
|
features:
|
||||||
- content.code.copy
|
- content.code.copy
|
||||||
|
- content.action.edit
|
||||||
|
- content.action.view
|
||||||
|
- content.tooltips
|
||||||
- navigation.tracking
|
- navigation.tracking
|
||||||
- navigation.top
|
- navigation.top
|
||||||
|
- search.share
|
||||||
|
- search.suggest
|
||||||
# - toc.integrate
|
# - toc.integrate
|
||||||
# - navigation.path
|
# - navigation.path
|
||||||
|
|
||||||
@ -52,8 +62,6 @@ markdown_extensions:
|
|||||||
emoji_index: !!python/name:material.extensions.emoji.twemoji
|
emoji_index: !!python/name:material.extensions.emoji.twemoji
|
||||||
emoji_generator: !!python/name:material.extensions.emoji.to_svg
|
emoji_generator: !!python/name:material.extensions.emoji.to_svg
|
||||||
|
|
||||||
repo_url: https://github.com/swisskyrepo/PayloadsAllTheThings/
|
|
||||||
edit_uri: edit/master/
|
|
||||||
plugins:
|
plugins:
|
||||||
- search
|
- search
|
||||||
- git-revision-date-localized
|
- git-revision-date-localized
|
||||||
|
Loading…
Reference in New Issue
Block a user