-
Notifications
You must be signed in to change notification settings - Fork 3
/
mkdocs.yml
51 lines (44 loc) · 1 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
site_name: DaggerTrack
repo_name: DaggerTrack
repo_url: https://github.com/amanjeetsingh150/dagger-track
site_description: "A gradle plugin that automatically adds clock tracking for your components and subcomponents."
site_author: Amanjeet Singh
remote_branch: gh-pages
copyright: 'Copyright © 2020 Amanjeet Singh'
theme:
name: 'material'
favicon: images/slack_logo_small.png
logo: images/clock.png
palette:
primary: 'white'
accent: 'white'
language: 'en'
font:
text: 'Lato'
code: 'Fira Code'
extra_css:
- 'css/app.css'
markdown_extensions:
- smarty
- codehilite:
guess_lang: false
- footnotes
- meta
- toc:
permalink: true
- pymdownx.betterem:
smart_enable: all
- pymdownx.caret
- pymdownx.inlinehilite
- pymdownx.magiclink
- pymdownx.tabbed
- pymdownx.smartsymbols
- pymdownx.superfences
- pymdownx.emoji
- tables
- mdx_truly_sane_lists
- admonition
nav:
- 'Overview': index.md
- 'UseCase': usecase.md
- 'Example': example.md