-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmkdocs.yml
More file actions
72 lines (61 loc) · 1.85 KB
/
mkdocs.yml
File metadata and controls
72 lines (61 loc) · 1.85 KB
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
site_name: mkdocs-sqlite-console
theme:
name: material
language: fr
features:
- navigation.instant
- navigation.tracking
- navigation.tabs
- navigation.tabs.sticky
palette:
# Palette toggle for light mode
- scheme: default
toggle:
icon: material/brightness-7
name: Switch to dark mode
# Palette toggle for dark mode
- scheme: slate
toggle:
icon: material/brightness-4
name: Switch to light mode
nav:
- Home: 'index.md'
- Guide d'utilisation: 'usage.md'
- À propos:
- 'License': 'licence.md'
- 'Historique des versions': 'notes-de-version.md'
# - Bac à sable: 'essai/bac_a_sable.md' # testing purpose
# - "Base+init": 'essai/base_init.md' # testing purpose
exclude_docs: | # Désactiver tout le bloc pour activer dans la nav
essai/**
repo_url: https://github.com/epithumia/mkdocs-sqlite-console
site_url: https://epithumia.github.io/mkdocs-sqlite-console
edit_uri: edit/main/docs/
plugins:
- search
# - macros # Activer pour tester en local (Nota: à placer avant sqlite-console)
- sqlite-console
extra_javascript:
- https://unpkg.com/tablesort@5.3.0/dist/tablesort.min.js
- extras/tablesort.js
watch:
- mkdocs_sqlite_console/js
- mkdocs_sqlite_console/css
markdown_extensions:
- admonition
- pymdownx.details
- pymdownx.superfences
- pymdownx.highlight
- pymdownx.inlinehilite
- tables
- pymdownx.arithmatex:
generic: true
- attr_list
- pymdownx.tabbed: # Volets glissants. === "Mon volet"
alternate_style: true # compatibilité pour mobiles
slugify: !!python/object/apply:pymdownx.slugs.slugify
kwds:
case: lower
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg