forked from josxha/flutter-maplibre
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
127 lines (123 loc) · 4.09 KB
/
Copy pathmkdocs.yml
File metadata and controls
127 lines (123 loc) · 4.09 KB
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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
site_name: "MapLibre Flutter"
site_description: "Permissive and performant mapping library that supports Mapbox Vector Tiles (MVT) powered by MapLibre SDKs."
site_author: "josxha"
site_url: "https://flutter-maplibre.pages.dev/"
use_directory_urls: true
repo_url: https://github.com/josxha/flutter-maplibre
edit_uri: edit/main/website/
docs_dir: website
nav:
- Home: index.md
- Docs:
- Index: docs/index.md
- Getting Started:
- How to setup: docs/getting-started/setup.md
- How to use: docs/getting-started/usage.md
- Styles: docs/styles.md
- User Interface: docs/ui.md
- Events: docs/events.md
- Offline & Cache: docs/offline.md
- Annotations:
- Index: docs/annotations/index.md
- Circles: docs/annotations/circles.md
- Markers: docs/annotations/markers.md
- Polygons: docs/annotations/polygons.md
- Polylines: docs/annotations/polylines.md
- Widgets: docs/annotations/widgets.md
- Sources:
- Sources: docs/sources.md
- Style Layers:
- Index: docs/style-layers/index.md
- Circle Layer: docs/style-layers/circle-layer.md
- Fill Layer: docs/style-layers/fill-layer.md
- Heatmap Layer: docs/style-layers/heatmap-layer.md
- Hillshade Layer: docs/style-layers/hillshade-layer.md
- Line Layer: docs/style-layers/line-layer.md
- Raster Layer: docs/style-layers/raster-layer.md
- Symbol Layer: docs/style-layers/symbol-layer.md
- Paint & Layout: docs/style-layers/paint-and-layout.md
- Architecture:
- Architecture: docs/architecture.md
- Migrate:
- maplibre_gl: docs/migrate/maplibre_gl.md
- flutter_map: docs/migrate/flutter_map.md
- Upgrade from 0.0.x: docs/migrate/upgrade-from-v0.0.x.md
- Upgrade from 0.1.x: docs/migrate/upgrade-from-v0.1.x.md
- Upgrade from 0.2.x: docs/migrate/upgrade-from-v0.2.x.md
- Features: features/index.md
- Compare:
- Features: compare/features.md
- Similar Packages: compare/similar-packages.md
- API: https://pub.dev/documentation/maplibre/latest/maplibre/
- Demo: /demo/
- pub.dev: https://pub.dev/packages/maplibre
theme:
name: "material"
logo: "assets/images/logo.svg"
favicon: "assets/images/favicon-32x32.png"
icon:
repo: fontawesome/brands/github
language: "en"
features:
- announce.dismiss
- content.action.edit
- content.code.annotate
- content.code.copy
- content.code.select
- content.footnote.tooltips
- content.tabs.link
- content.tooltips
- navigation.footer
- navigation.indexes
- navigation.instant
- navigation.instant.prefetch
- navigation.path
- navigation.sections
- navigation.tabs
- navigation.tabs.sticky
- navigation.top
- navigation.tracking
- search.highlight
- toc.follow
palette:
- media: "(prefers-color-scheme)"
toggle:
icon: "lucide/sun-moon"
name: "Switch to light mode"
- media: "(prefers-color-scheme: light)"
scheme: "default"
toggle:
icon: "lucide/sun"
name: "Switch to dark mode"
- media: "(prefers-color-scheme: dark)"
scheme: "slate"
toggle:
icon: "lucide/moon"
name: "Switch to system preference"
extra:
generator: false
social:
- icon: "fontawesome/brands/github"
link: "https://github.com/josxha/flutter-maplibre"
- icon: "fontawesome/brands/slack"
link: "https://slack.openstreetmap.us/"
- icon: "fontawesome/brands/stack-overflow"
link: "https://stackoverflow.com/questions/tagged/maplibre-gl"
markdown_extensions:
- pymdownx.tabbed:
alternate_style: true
slugify: !!python/object/apply:pymdownx.slugs.slugify
kwds:
case: lower
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- attr_list
- md_in_html
- footnotes
- pymdownx.tasklist:
custom_checkbox: true
- admonition
- pymdownx.details