-
Notifications
You must be signed in to change notification settings - Fork 171
/
Copy pathmkdocs.yml
66 lines (58 loc) · 1.43 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
# Project information
site_name: 'Leku'
site_description: ':Map location picker component for Android. Based on Google Maps. An alternative to Google Place Picker.'
site_author: '2016-2023 Adevinta Spain'
site_url: 'https://adevintaspain.github.io/Leku/'
remote_branch: gh-pages
# Repository
repo_name: 'Leku'
repo_url: 'https://github.com/AdevintaSpain/Leku'
# Copyright
copyright: 'Copyright © 2016 - 2022 Adevinta Spain'
# Configuration
theme:
name: 'material'
language: 'en'
favicon: 'images/leku_logo.ico'
logo: 'images/leku_logo_icon.png'
palette:
primary: 'white'
accent: 'white'
font:
text: 'Roboto'
code: 'Roboto Mono'
# Customization
extra:
social:
- icon: fontawesome/brands/github-alt
link: 'https://github.com/AdevintaSpain/Leku'
# Navigation
nav:
- 'Overview': index.md
- 'Getting Started': getting_started.md
- 'Permissions': permissions.md
- 'Localization': localization.md
- 'Customization': customization.md
- 'Tracking': tracking.md
- 'Extra': extra.md
- 'Who Made This': who_made_this.md
- 'Apps Using Leku': apps_using_leku.md
- 'Contributing': contributing.md
- 'Bugs and Feedback': bugs_and_feedback.md
- 'License': license.md
# CSS
extra_css:
- 'css/site.css'
# Extensions
markdown_extensions:
- admonition
- codehilite:
guess_lang: false
- footnotes
- toc:
permalink: true
# Plugins
plugins:
- search
- minify:
minify_html: true