-
Notifications
You must be signed in to change notification settings - Fork 1
/
mkdocs.yml
executable file
·40 lines (39 loc) · 1017 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
36
37
38
39
40
site_name: 'CoderDojo TC Java'
nav:
- CoderDojo TC: https://coderdojotc.github.io/CoderDojoTC/
- Beginning Java - Repl.it:
- Introduction: beginner/00-introduction.md
- Objects: beginner/01-objects.md
- Variables: beginner/02-variables.md
- Data Types: beginner/03-datatypes.md
- Constructors: beginner/04-constructors.md
- Contributing:
- How to Contribute Examples: contribute.md
- Contact:
- Contact: contact.md
site_description: 'Resources for teaching Java to CoderDojo Twin Cities students.'
site_author: 'Aaron Korver'
repo_name: 'java'
repo_url: 'https://github.com/CoderDojoTC/java'
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:
- admonition
- footnotes
- toc:
permalink: true
- codehilite:
linenums: true
plugins:
- search
markdown_extensions:
- codehilite