forked from ctongfei/progressbar
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
36 lines (31 loc) · 858 Bytes
/
mkdocs.yml
File metadata and controls
36 lines (31 loc) · 858 Bytes
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
site_name: 'Progressbar 0.7.4'
site_description: 'A console progress bar for Java/JVM'
site_author: 'Tongfei Chen'
copyright: 'Copyright © 2015-2019 Tongfei Chen'
theme:
name: 'material'
palette:
primary: 'teal'
accent: 'teal'
font:
text: 'Source Sans Pro'
code: 'Source Code Pro'
logo:
icon: data_usage
markdown_extensions:
- codehilite
- extra
- markdown_fenced_code_tabs:
single_block_as_tab: False
active_class: 'active'
template: 'default'
repo_name: 'ctongfei/progressbar'
repo_url: 'https://github.com/ctongfei/progressbar'
extra_css: ['css/extra.css']
pages:
- 'Introduction': 'index.md'
- 'Declarative usage': 'declarative-usage.md'
- 'Imperative usage': 'imperative-usage.md'
- 'Visual styles': 'styles.md'
- 'Builder pattern': 'builder.md'
- 'Changelog': 'changelog.md'