From bd00311311b13ba3899a0fdc468c67c9457f7b82 Mon Sep 17 00:00:00 2001 From: h4ckermate Date: Thu, 16 Mar 2023 10:23:55 +0100 Subject: [PATCH] prueba --- mkdocs.yml | 57 ------------------------------------------------------ 1 file changed, 57 deletions(-) delete mode 100644 mkdocs.yml diff --git a/mkdocs.yml b/mkdocs.yml deleted file mode 100644 index 0c02bb9..0000000 --- a/mkdocs.yml +++ /dev/null @@ -1,57 +0,0 @@ -site_name: Payloads All The Things -site_description: 'Payloads All The Things, a list of useful payloads and bypasses for Web Application Security' -# copyright: © 2016 PATT -# logo: 'images/site_logo.png' -# favicon: 'images/favicon.png' - -theme: - name: material - icon: - repo: fontawesome/brands/github - palette: - # Palette toggle for light mode - - media: "(prefers-color-scheme: light)" - scheme: default - toggle: - icon: material/brightness-7 - name: Switch to dark mode - - # Palette toggle for dark mode - - media: "(prefers-color-scheme: dark)" - scheme: slate - toggle: - icon: material/brightness-4 - name: Switch to light mode - - features: - - content.code.copy - - navigation.tracking - - navigation.top - # - toc.integrate - # - navigation.path - -extra_css: - - custom.css - -markdown_extensions: - - tables - - attr_list - - admonition - - def_list - - pymdownx.details - - pymdownx.superfences - - pymdownx.snippets - - pymdownx.inlinehilite - - pymdownx.highlight: - anchor_linenums: true - - pymdownx.tasklist: - custom_checkbox: true - - pymdownx.emoji: - emoji_index: !!python/name:materialx.emoji.twemoji - emoji_generator: !!python/name:materialx.emoji.to_svg - -repo_url: https://github.com/swisskyrepo/PayloadsAllTheThings/ -edit_uri: edit/master/ -plugins: - - search - - git-revision-date-localized \ No newline at end of file