-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmkdocs.yml
43 lines (38 loc) · 956 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
41
42
43
# Project information
site_name: 'Docker2go'
site_description: 'Manage your Docker Host on the go'
site_author: 'David Kröll, Christopher Hummel'
site_url: 'https://davidkroell.github.io/docker2go/'
# Repository
repo_name: 'davidkroell/docker2go'
repo_url: 'https://github.com/davidkroell/docker2go'
edit_uri: 'https://github.com/davidkroell/docker2go/tree/master/docs'
# Copyright
copyright: 'Copyright © 2018 David Kröll, Christopher Hummel'
# Configuration
theme:
name: 'material'
language: 'en'
palette:
primary: 'red'
accent: 'red'
font:
text: 'Roboto'
code: 'Roboto Mono'
feature:
tabs: true
# Customization
extra:
manifest: 'manifest.webmanifest'
social:
- type: 'github'
link: 'https://github.com/davidkroell'
- type: 'github'
link: 'https://github.com/evilpro'
# Extensions
markdown_extensions:
- admonition
- codehilite:
guess_lang: false
- toc:
permalink: true