-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
77 lines (71 loc) · 1.72 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
site_name: Formation IIIF
site_url: https://doc.biblissima.fr/formation-iiif
site_description: Formation IIIF
site_author: Régis Robineau
copyright: Régis Robineau - Licence Ouverte / Open License 2.0
repo_url: https://github.com/regisrob/formation-iiif
repo_name: Github
theme:
name: material
custom_dir: overrides
language: fr
palette:
primary: teal
accent: teal
features:
- navigation.tracking
- navigation.sections
- navigation.top
- navigation.indexes
#- navigation.expand
- toc.follow
extra_css:
- stylesheets/extra.css
extra:
#generator: false
analytics:
provider: matomo # uncomment to enable matomo
#property: foobar
markdown_extensions:
- toc:
permalink: True
- sane_lists
- attr_list
- md_in_html
- pymdownx.superfences
- admonition
- footnotes
- smarty
- tables
- pymdownx.details
plugins:
- search
# - git-revision-date-localized
nav:
- Préambule: index.md
- Introduction à IIIF:
- intro/index.md
- API Image:
- Introduction: api-image/index.md
- Paramètres:
- api-image/identifier.md
- api-image/region.md
- api-image/size.md
- api-image/rotation.md
- api-image/quality.md
- api-image/format.md
- Exercices: api-image/exercices.md
- Implémentation: api-image/implementation.md
- Usages et démos: api-image/demos-usages.md
- API Présentation:
- Introduction: api-presentation/index.md
- api-presentation/exemples-demos.md
- api-presentation/implementation.md
- api-presentation/exercices.md
- Autres API IIIF:
- autres-api/index.md
- Ateliers:
- ateliers/atelier-1.md
- ateliers/atelier-2.md
- ateliers/atelier-3.md
- Crédits: credits.md