-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
36 lines (32 loc) · 852 Bytes
/
mkdocs.yml
File metadata and controls
36 lines (32 loc) · 852 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
site_name: PE-Packer (Educational)
site_description: Educational PE lab (Rust+Python) with strict safety gates
site_url: https://codeamt.github.io/rust-python-pe-packer/
repo_url: https://github.com/codeamt/rust-python-pe-packer
repo_name: codeamt/rust-python-pe-packer
theme:
name: material
features:
- navigation.tabs
- navigation.sections
- content.code.copy
palette:
- scheme: default
primary: blue
accent: indigo
nav:
- Overview: index.md
- Usage: usage.md
- Architecture: architecture.md
- Design Decisions: design.md
- Testing & CI: testing.md
- Safety & Policy: safety.md
- Roadmap: roadmap.md
markdown_extensions:
- admonition
- toc:
permalink: true
- codehilite
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/codeamt/rust-python-pe-packer