mirror of
https://forge.chapril.org/tykayn/wololo
synced 2025-10-09 17:02:46 +02:00
up mkdocs
This commit is contained in:
parent
996524bc6d
commit
c7b4e82a7f
4 changed files with 45062 additions and 27703 deletions
71
mkdocs.yml
71
mkdocs.yml
|
@ -1 +1,70 @@
|
|||
site_name: Mapping OSM geojson
|
||||
site_name: Mapping OSM GeoJSON
|
||||
|
||||
theme:
|
||||
name: material
|
||||
language: fr
|
||||
features:
|
||||
- navigation.tabs
|
||||
- navigation.sections
|
||||
- navigation.top
|
||||
- search.highlight
|
||||
- search.suggest
|
||||
palette:
|
||||
- scheme: default
|
||||
primary: indigo
|
||||
accent: indigo
|
||||
toggle:
|
||||
icon: material/brightness-7
|
||||
name: Basculer en mode sombre
|
||||
- scheme: slate
|
||||
primary: indigo
|
||||
accent: indigo
|
||||
toggle:
|
||||
icon: material/brightness-4
|
||||
name: Basculer en mode clair
|
||||
|
||||
markdown_extensions:
|
||||
- pymdownx.highlight:
|
||||
anchor_linenums: true
|
||||
- pymdownx.superfences
|
||||
- attr_list
|
||||
- md_in_html
|
||||
- admonition
|
||||
- pymdownx.details
|
||||
- tables
|
||||
- footnotes
|
||||
|
||||
nav:
|
||||
- Accueil: index.md
|
||||
- Documentation technique:
|
||||
- Moteur: engine.md
|
||||
- Configuration: configuration_de_conversion.md
|
||||
- Extracteurs: Extracteurs.md
|
||||
- Tests: testing.md
|
||||
- Jeux de données:
|
||||
- Ajouter un jeu de données: ajout_jeu_de_données.md
|
||||
- Correspondances automatiques: deviner_les_correspondances.md
|
||||
- Datasets disponibles:
|
||||
- Arbres: arbres.md
|
||||
- Ask Angela: ask_angela.md
|
||||
- FINESS Santé: finess_santé.md
|
||||
- IRVE:
|
||||
- Informations: irve_dataset_info.md
|
||||
- Puissances: irve_puissances.md
|
||||
- Musées: musées.md
|
||||
- Parking vélo: parking_vélo.md
|
||||
- Points de recyclage: recyclage.md
|
||||
|
||||
plugins:
|
||||
- search:
|
||||
lang: fr
|
||||
- tags
|
||||
- git-revision-date-localized:
|
||||
enable_creation_date: true
|
||||
type: date
|
||||
|
||||
extra:
|
||||
social:
|
||||
- icon: fontawesome/brands/github
|
||||
link: https://github.com/yourusername/yourrepository
|
||||
generator: false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue