15 lines
324 B
YAML
15 lines
324 B
YAML
site_name: Voidcorp Challenges
|
|
nav:
|
|
- Home: index.md
|
|
- Easy: easy.md
|
|
- Medium: medium.md
|
|
- Hard: hard.md
|
|
- About: about.md
|
|
theme:
|
|
name: mkdocs
|
|
shortcuts:
|
|
help: 191 # ?
|
|
next: 78 # n
|
|
previous: 80 # p
|
|
search: 83 # s
|
|
repo_url: https://gitlab.voidcorp.nl/jdejeu/ctf-site |