-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
68 lines (56 loc) · 1.25 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
# Project information
site_name: 'Bammellab'
site_description: 'Visualization on the Android Platform'
site_author: 'Jim Andreas'
site_url: 'https://bammellab.github.io/'
# Repository
repo_name: 'bammellab.github.io'
repo_url: 'https://github.com/bammellab/bammellab.github.io'
edit_uri: ""
# Copyright
copyright: 'Copyright © 2020 Jim Andreas'
# Configuration
theme:
name: material
# 404 page
static_templates:
- 404.html
# Don't include MkDocs' JavaScript
include_search_page: false
search_index_only: true
# Default values, taken from mkdocs_theme.yml
language: en
features:
- navigation.tabs
palette:
scheme: default
primary: indigo
accent: indigo
font:
text: Roboto
code: Roboto Mono
# Extensions
markdown_extensions:
- admonition
- toc:
permalink: true
- def_list
- footnotes
- meta
# Page tree
nav:
- Home: 'index.md'
- Android Apps:
- 'GamepadTestApplication.md'
- Videos:
- Intro: 'YoutubeVideos.md'
- Video1: 'Video1.md'
- Video2: 'Video2.md'
- Uploading: 'Uploading.md'
- PDB Notes: 'PDBnotes.md'
- Special Structures: 'Special-Structures.md'
- Building: 'BuildingTheWebPage.md'
# Notes
# avoid tabs in vim:
# :set tabstop=4 shiftwidth=4 expandtab
#