-
Notifications
You must be signed in to change notification settings - Fork 11
/
mkdocs.yml
47 lines (42 loc) · 1001 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
46
47
site_name: OpenStreetMap for Android Compose
theme:
name: material
features:
- navigation.sections
- navigation.footer
- navigation.top
palette:
- scheme: slate
primary: teal
accent: teal
toggle:
icon: material/brightness-4
name: Switch to light mode
- scheme: default
primary: teal
accent: teal
toggle:
icon: material/brightness-7
name: Switch to dark mode
repo_name: utsmannn/osm-android-compose
repo_url: https://github.com/utsmannn/osm-android-compose
markdown_extensions:
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- attr_list
- md_in_html
- def_list
plugins:
- glightbox
nav:
- Home: index.md
- Getting started: getting-started.md
- Usage:
- Maps Node: usage.md
- Marker: marker.md
- Polyline and polygon: polyline-polygon.md