File tree 5 files changed +52
-1
lines changed
5 files changed +52
-1
lines changed Original file line number Diff line number Diff line change
1
+ # Documentation uMap
2
+
3
+ uMap vous offre la possibilité de concevoir rapidement des cartes personnalisées avec des fonds OpenStreetMap (OSM) et de les intégrer facilement à votre site.
4
+
5
+ - 🤓 Consulter les [ tutoriels en français sur le site de umap-project.org] ( https://umap-project.org/tutoriels/ ) .
6
+ - 🤔 Explorer les [ les questions/réponses de la FAQ] ( support/faq.md ) .
Original file line number Diff line number Diff line change
1
+ # Questions Fréquemment Posées (FAQ)
2
+
3
+ ## Quelle syntaxe est acceptée dans les champs de description ?
4
+
5
+ * ` *simple astérisque pour italique* ` → * simple astérisque pour italique*
6
+ * ` **double astérisque pour gras** ` → ** double astérisque pour gras**
7
+ * ` # un dièse pour titre 1 ` ⤵ <h1 >un dièse pour titre 1</h1 >
8
+ * ` ## deux dièses pour titre 2 ` ⤵ <h2 >deux dièses pour titre 2</h2 >
9
+ * ` ### trois dièses pour titre 3 ` ⤵ <h3 >trois dièses pour titre 3</h3 >
10
+ * ` Lien simple : [[http://example.com]] ` → Lien simple : [ http://example.com ] ( http://example.com )
11
+ * ` Lien avec texte : [[http://exemple.fr|texte du lien]] ` → Lien avec texte : [ texte du lien] ( http://example.com )
12
+ * ` --- pour un séparateur horizontal ` ⤵ <hr >
Original file line number Diff line number Diff line change 2
2
mkdocs == 1.5.3
3
3
pymdown-extensions == 10.7.1
4
4
mkdocs-material == 9.5.16
5
+ mkdocs-static-i18n == 1.2.2
Original file line number Diff line number Diff line change
1
+ # Frequently Asked Questions (FAQ)
2
+
3
+ ## Which syntax is allowed in description fields?
4
+
5
+ * ` *single star for italic* ` → * single star for italic*
6
+ * ` **double star for bold** ` → ** double star for bold**
7
+ * ` # one hash for main heading ` ⤵ <h1 >one hash for main heading</h1 >
8
+ * ` ## two hashes for second heading ` ⤵ <h2 >two hashes for second heading</h2 >
9
+ * ` ### three hashes for third heading ` ⤵ <h3 >three hashes for third heading</h3 >
10
+ * ` Simple link: [[http://example.com]] ` → Simple link: [ http://example.com ] ( http://example.com )
11
+ * ` Link with text: [[http://example.com|text of the link]] ` → Link with text: [ text of the link] ( http://example.com )
12
+ * ` --- for a horizontal rule ` ⤵ <hr >
Original file line number Diff line number Diff line change 1
- site_name : uMap docs
1
+ site_name : uMap documentation
2
2
site_description : uMap lets you create maps with OpenStreetMap layers in a minute and embed them in your site
3
3
repo_name : umap-project/umap
4
4
repo_url : https://github.com/umap-project/umap
5
5
nav :
6
+ - Home : index.md
6
7
- How-tos :
7
8
- Getting started : install.md
8
9
- Contribute : contributing.md
18
19
- Deployment :
19
20
- Docker : deploy/docker.md
20
21
- Nginx : deploy/nginx.md
22
+ - Support :
23
+ - FAQ : support/faq.md
21
24
- Changelog : changelog.md
22
25
theme :
23
26
name : material
42
45
extra_css :
43
46
- stylesheets/extra.css
44
47
markdown_extensions :
48
+ - toc :
49
+ permalink : ⚓︎
45
50
- pymdownx.magiclink :
46
51
normalize_issue_symbols : true
47
52
repo_url_shorthand : true
@@ -56,3 +61,18 @@ markdown_extensions:
56
61
- pymdownx.tabbed :
57
62
alternate_style : true
58
63
combine_header_slug : true
64
+ plugins :
65
+ - i18n :
66
+ docs_structure : folder
67
+ languages :
68
+ - locale : en
69
+ default : true
70
+ name : English
71
+ build : true
72
+ - locale : fr
73
+ name : Français
74
+ build : true
75
+ site_name : Documentation uMap
76
+ nav_translations :
77
+ Home : Accueil
78
+ Support : Aide
You can’t perform that action at this time.
0 commit comments