-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
96 lines (87 loc) · 2.52 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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
site_name: API Territorial
site_url: https://openicgc.github.io/api-territorial-docs/
site_description: Documentació i exemples de l'API Territorial de l'ICGC.
site_author: geostart
theme:
name: "material"
language: "ca"
logo: assets/Imatge1.png
favicon: assets/favicon.ico
palette:
- scheme: custom
primary: custom
accent: custom
toggle:
icon: material/brightness-7
name: Canviar a mode fosc
- scheme: slate
primary: custom
toggle:
icon: material/brightness-4
name: Canviar a mode clar
highlightjs: true
# hljs_style: github
# nav_style: dark
suppress_nextprev: true
features:
- navigation.tabs
# - navigation.instant.prefetch
- navigation.expand
- content.code.copy
extra_css:
- "stylesheets/extra.css"
markdown_extensions:
- codehilite:
linenums: True
- admonition
- pymdownx.magiclink
- pymdownx.superfences
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- footnotes
- tables
- attr_list
repo_url: "https://github.com/OpenICGC/api-territorial-docs"
nav:
- Inici: index.md
- "Exemples":
- Petició - resposta: Peticio.md
- Playground: Playground.md
- Connexió a l'API: Connexio.md
- Integració a Leaflet: Leaflet.md
- Integració a Mapbox: mapbox.md
- Integració a Maplibre: Maplibre.md
- Integració a MapICGC: mapicgc.md
- Propietats d'un servei: Propietats.md
- Documentació: apidocs.md
- Visor: 3.1.0.Map.md
# - Preguntes Freqüents: faq.md
extra:
alternate:
# Original Language pip install mkdocs-google-translate
- name: Català
lang: 'ca'
#link: '%GT_RELATIVE_URL%' # For relative urls back to original language
# Extra languages
- name: English
lang: 'en'
link: 'https://openicgc-github-io.translate.goog/api-territorial-docs/?_x_tr_sl=ca&_x_tr_tl=en&_x_tr_hl=ca&_x_tr_pto=wapp'
- name: Español
lang: 'es'
link: 'https://openicgc-github-io.translate.goog/api-territorial-docs/?_x_tr_sl=ca&_x_tr_tl=es&_x_tr_hl=ca&_x_tr_pto=wapp'
- name: Française
lang: 'fr'
link: 'https://openicgc-github-io.translate.goog/api-territorial-docs/?_x_tr_sl=ca&_x_tr_tl=fr&_x_tr_hl=ca&_x_tr_pto=wapp'
# _x_tr_sl = source language
# _x_tr_tl = translation language
analytics:
provider: google
property: G-GR9JCZYNFH
plugins:
- search
- render_swagger