-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
38 lines (33 loc) · 913 Bytes
/
mkdocs.yml
File metadata and controls
38 lines (33 loc) · 913 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
site_name: HackTricks Without Ads
docs_dir: hacktricks/src # you can disable/remove this for faster testing
theme:
name: material
custom_dir: overrides
features:
- content.code.copy
plugins:
- search
- gitbook2mkdocs
- extract_listings:
search_page_path: README.md
search_page_create_if_missing: True
javascript_search_file: assets/javascript/code-snippet-search.js
hooks:
- remove_ads.py
# - gitbook.py
# https://squidfunk.github.io/mkdocs-material/reference/code-blocks/
markdown_extensions:
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
# for todo lists
- pymdownx.tasklist:
custom_checkbox: true