-
Notifications
You must be signed in to change notification settings - Fork 15
/
mkdocs.yml
34 lines (28 loc) · 1.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
site_name: MSC Open Data / <br>Données ouvertes du SMC
# name of the remote set in your fork where the documentation will actually be deployed
# validate value with `git remote -v`, it must be pointing to http://github.com/eccc-msc/open-data.git
remote_name: github
# Related documentation: https://www.mkdocs.org/user-guide/configuration/#remote_branch
nav:
- Available data /<br>Données disponibles:
- Data list /<br>Liste des données: msc-data/readme_en.md
- Theme list /<br>Liste de thèmes: msc-data-themes/readme_en.md
- Data access /<br>Accès aux données:
- MSC GeoMet /<br>GeoMet du SMC: msc-geomet/readme_en.md
- MSC Datamart /<br>Datamart du SMC: msc-datamart/readme_en.md
- Cost-recovered services /<br>Services à recouvrement de coûts: cost-recovered/readme_en.md
- MSC AniMet /<br>AniMet du SMC: msc-animet/readme_en.md
- Usage and tutorials / <br>Utilisation et tutoriels:
- Usage overview/<br>Aperçu de l'utilisation: usage/readme_en.md
- Access tutorials /<br>Accéder aux tutoriels: usage/tutorials_en/
- WMS technical doc /<br>Doc technique du WMS: msc-geomet/wms_en.md
- WCS technical doc /<br>Doc technique du WCS: msc-geomet/wcs_en.md
- OGC API technical doc /<br>Doc technique de l'OGC API: msc-geomet/ogc_api_en.md
- Contact us /<br>Contactez-nous: https://weather.gc.ca/mainmenu/contact_us_e.html
theme:
name: mkdocs
custom_dir: custom_theme/
extra_css: [css/extra.css]
plugins:
- search
- mkdocs-jupyter