-
-
Notifications
You must be signed in to change notification settings - Fork 33
/
mkdocs.yml
35 lines (30 loc) · 908 Bytes
/
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
site_name: Reloaded.Hooks Documentation
site_url: https://reloaded-project.github.io/Reloaded.Hooks/
repo_name: Reloaded-Project/Reloaded.Hooks
repo_url: https://github.com/Reloaded-Project/Reloaded.Hooks
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/Sewer56
- icon: fontawesome/brands/twitter
link: https://twitter.com/TheSewer56
markdown_extensions:
- admonition
- pymdownx.details
- pymdownx.highlight
- pymdownx.superfences
theme:
name: material
palette:
primary: red
accent: red
scheme: slate
nav:
- Home: index.md
- What's This?: https://github.com/Reloaded-Project/Reloaded.Hooks/issues/1
- Manual:
- Getting Started: GettingStarted.md
- Function Pointers (C#9): FunctionPointers.md
- Assembly Hooks (Advanced): AssemblyHooks.md
- Benchmarks: Benchmarks.md
- Extras & Utilities: Utilities.md