-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathmkdocs.yml
87 lines (78 loc) · 2.55 KB
/
mkdocs.yml
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
site_name: PythonProtector
site_description: A modern, easy to use and feature-rich way to protect your Python Programs.
theme:
features:
- header.autohide
- search.suggest
- search.share
- search.highlight
- content.tabs.link
- content.code.copy
name: material
palette:
- scheme: default
primary: teal
accent: teal
toggle:
icon: material/lightbulb
name: Switch to dark mode
- scheme: slate
primary: teal
accent: teal
toggle:
icon: material/lightbulb-outline
name: Switch to light mode
favicon: favicon.png
icon:
repo: fontawesome/brands/github
repo_name: xFGhoul/PythonProtector
repo_url: https://github.com/xFGhoul/PythonProtector
markdown_extensions:
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
extra:
social:
- icon: fontawesome/brands/github-alt
link: https://github.com/xFGhoul
- icon: fontawesome/brands/discord
link: https://discord.gg/yMu9qjdrmp
- icon: fontawesome/brands/twitter
link: https://twitter.com/xghouldev
generator: false
copyright: Copyright © 2022 - 2023 xFGhoul & Marci
nav:
- About: index.md
- installation.md
- Configuration:
- PythonProtector: configuration/PythonProtector/index.md
- Modules:
- Anti Analysis:
- Method Reference: configuration/Modules/Anti Analysis/index.md
- Event Reference: configuration/Modules/Anti Analysis/events.md
- Anti DLL:
- Method Reference: configuration/Modules/Anti DLL/index.md
- Event Reference: configuration/Modules/Anti DLL/events.md
- Anti Process:
- Method Reference: configuration/Modules/Anti Process/index.md
- Event Reference: configuration/Modules/Anti Process/events.md
- Anti VM:
- Method Reference: configuration/Modules/Anti VM/index.md
- Event Reference: configuration/Modules/Anti VM/events.md
- Anti Dump:
- Method Reference: configuration/Modules/Anti Dump/index.md
- Event Reference: configuration/Modules/Anti Dump/events.md
- Miscellaneous:
- Method Reference: configuration/Modules/Miscellaneous/index.md
- Event Reference: configuration/Modules/Miscellaneous/events.md
- Ext:
- Keyauth: configuration/Ext/Keyauth/index.md
- Intro To Events: configuration/Events/index.md
- Frequently Asked Questions: faq.md
- License: license.md
- Release Notes: release.md
- Code Of Conduct: code_of_conduct.md
plugins:
- search