forked from maplibre/maplibre-gl-js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
74 lines (72 loc) · 1.97 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
67
68
69
70
71
72
73
74
site_name: MapLibre GL JS
site_url: https://www.maplibre.org/maplibre-gl-js/docs/
repo_url: https://github.com/maplibre/maplibre-gl-js/
site_description: >-
MapLibre GL JS is a TypeScript library that uses WebGL to render
interactive maps from vector tiles in a browser.
extra_css:
- assets/extra.css
theme:
name: 'material'
favicon: https://maplibre.org/favicon.ico
logo: assets/logo.svg
features:
- content.code.copy
- navigation.tabs
- navigation.tabs.sticky
- toc.follow
- search.suggest
- navigation.instant
- navigation.sections
- navigation.top # back to top button
palette:
- media: "(prefers-color-scheme)"
toggle:
icon: material/brightness-auto
name: Switch to light mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
toggle:
icon: material/brightness-4
name: Switch to system preference
- media: "(prefers-color-scheme: light)"
scheme: default
toggle:
icon: material/brightness-7
name: Switch to dark mode
markdown_extensions:
- toc:
toc_depth: 3
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- pymdownx.escapeall:
hardbreak: True
nbsp: True
- attr_list
extra:
social:
- icon: fontawesome/brands/mastodon
link: https://mastodon.social/@maplibre
- icon: fontawesome/brands/x-twitter
link: https://x.com/maplibre
- icon: fontawesome/brands/linkedin
link: https://www.linkedin.com/company/maplibre
- icon: fontawesome/brands/slack
link: https://osmus.slack.com/archives/C01G3D28DAB
- icon: fontawesome/brands/github
link: https://github.com/maplibre
plugins:
- search
- social:
cards_layout_options:
background_color: '#295DAA'
validation:
omitted_files: warn
absolute_links: warn
unrecognized_links: warn
anchors: warn