Skip to content

Commit 9d2e300

Browse files
committed
removed overrides in mkdocs.yaml
1 parent 99de461 commit 9d2e300

File tree

2 files changed

+39
-39
lines changed

2 files changed

+39
-39
lines changed

mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ site_url: https://exploit-notes.hdks.org
33
repo_url: https://github.com/hdks-bug/exploit-notes
44
theme:
55
name: material
6-
custom_dir: overrides
6+
# custom_dir: overrides
77
favicon: assets/logo.png
88
logo: assets/logo.png
99
font:

requirements.txt

Lines changed: 38 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -1,38 +1,38 @@
1-
babel==2.17.0
2-
backrefs==5.9
3-
cairocffi==1.7.1
4-
CairoSVG==2.8.2
5-
certifi==2025.7.14
6-
cffi==2.0.0
7-
charset-normalizer==3.4.2
8-
click==8.2.1
9-
colorama==0.4.6
10-
cssselect2==0.9.0
11-
defusedxml==0.7.1
12-
ghp-import==2.1.0
13-
idna==3.10
14-
Jinja2==3.1.6
15-
Markdown==3.8.2
16-
MarkupSafe==3.0.2
17-
mergedeep==1.3.4
18-
mkdocs==1.6.1
19-
mkdocs-get-deps==0.2.0
20-
mkdocs-material==9.6.16
21-
mkdocs-material-extensions==1.3.1
22-
packaging==25.0
23-
paginate==0.5.7
24-
pathspec==0.12.1
25-
pillow==10.4.0
26-
platformdirs==4.3.8
27-
pycparser==3.0
28-
Pygments==2.19.2
29-
pymdown-extensions==10.16
30-
python-dateutil==2.9.0.post0
31-
PyYAML==6.0.2
32-
pyyaml_env_tag==1.1
33-
requests==2.32.4
34-
six==1.17.0
35-
tinycss2==1.5.1
36-
urllib3==2.5.0
37-
watchdog==6.0.0
38-
webencodings==0.5.1
1+
babel
2+
backrefs
3+
cairocffi
4+
CairoSVG
5+
certifi
6+
cffi
7+
charset-normalizer
8+
click
9+
colorama
10+
cssselect2
11+
defusedxml
12+
ghp-import
13+
idna
14+
Jinja2
15+
Markdown
16+
MarkupSafe
17+
mergedeep
18+
mkdocs
19+
mkdocs-get-deps
20+
mkdocs-material
21+
mkdocs-material-extensions
22+
packaging
23+
paginate
24+
pathspec
25+
pillow
26+
platformdirs
27+
pycparser
28+
Pygments
29+
pymdown-extensions
30+
python-dateutil
31+
PyYAML
32+
pyyaml_env_tag
33+
requests
34+
six
35+
tinycss2
36+
urllib3
37+
watchdog
38+
webencodings

0 commit comments

Comments
 (0)