-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
67 lines (60 loc) · 1.3 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
site_name: GeoExpress Map Viewer
site_url: https://kan.com.ar/
nav:
- index.md
- navigation/interfaz.md
- navigation/sidebar.md
- navigation/cards.md
- search/search.md
- tools/location.md
- tools/orientation.md
- tools/measuring.md
- basemap/index.md
markdown_extensions:
- admonition
- pymdownx.details
- pymdownx.superfences
- attr_list
- md_in_html
- pymdownx.blocks.caption
theme:
name: 'material'
logo: assets/images/logo.png
favicon: assets/images/favicon.png
icon:
previous: fontawesome/solid/angle-left
next: fontawesome/solid/angle-right
repo: fontawesome/brands/github
features:
- search.suggest
- navigation.footer
plugins:
- search
- i18n:
docs_structure: folder
languages:
- locale: es
default: true
name: Español
build: true
- locale: en
name: English
build: true
- locale: pt
name: Português
build: true
extra:
homepage: https://kan.com.ar
analytics:
provider: google
property: G-CX629PT790
alternate:
- name: Español
lang: es
- name: English
lang: en
link: en/
- name: Portuguese
lang: pt
link: pt/
repo_url: https://github.com/Kan-T-IT/geoexpress-map-viewer-documentation