-
Notifications
You must be signed in to change notification settings - Fork 3
/
mkdocs.yml
executable file
·44 lines (42 loc) · 1.13 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
site_name: 'Cybersecurity for Kids'
nav:
- CoderDojo Mentor Resources: https://coderdojotc.github.io/CoderDojoTC/
- Cybersecurity for Kids:
- Introduction: 01-intro.md
- Concepts: 02-concepts.md
- Threats: 03-threats.md
- Solutions: 04-solutions.md
- Careers: 05-careers.md
- Activities:
- Introduction: activities/01-intro.md
- ROT13 Game: activities/02-rot13-game.md
- Network Scavenger Hunt: activities/03-network-scavenger-hunt.md
- Glossary: glossary.md
- References: references.md
- Contacts: contact.md
site_description: 'Cybersecurity for Kids: Creative Commons licensed content for CoderDojo programs.'
site_author: 'Dan McCreary'
repo_name: 'GitHub Repo'
repo_url: 'https://github.com/CoderDojoTC/cybersecurity-for-kids'
edit_uri: 'blob/master/docs'
theme:
name: material
logo: img/coderdojo-logo.png
palette:
primary: '#642580'
accent: '#41BAC1'
feature:
tabs: true
custom_dir: 'theme'
include_sidebar: true
markdown_extensions:
- attr_list
- md_in_html
- admonition
- footnotes
- codehilite:
linenums: true
- toc:
permalink: true
plugins:
- search