-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmkdocs.yml
45 lines (39 loc) · 948 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
44
45
site_name: Ruler
site_description: Distance measurements library for Kotlin and Android
site_author: Michał Sikora
site_url: https://misikora.github.io/ruler/
repo_name: Ruler
repo_url: https://github.com/MiSikora/ruler/
remote_branch: gh-pages
copyright: Copyright © 2020 Michał Sikora
extra_css:
- css/site.css
theme:
name: material
logo: images/ruler_logo_menu.svg
favicon: images/ruler_logo.ico
palette:
primary: green
accent: light green
custom_dir: docs/.mkdocs-theme
markdown_extensions:
- smarty
- attr_list
- admonition
- codehilite:
guess_lang: false
- toc:
permalink: true
- pymdownx.superfences
plugins:
- search
- minify:
minify_html: true
nav:
- 'Quick start': index.md
- 'User guide': user-guide.md
- 'API':
- 'ruler': api/ruler/index.html
- 'ruler-android': api/ruler-android/index.html
- 'Changelog': changelog.md
- 'Releasing': releasing.md