-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
78 lines (71 loc) · 1.95 KB
/
mkdocs.yml
File metadata and controls
78 lines (71 loc) · 1.95 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
73
74
75
76
77
78
site_name: Datasette Workshop
site_description: Exploration de données avec Datasette
site_author: Romain Clement, Pierre-Loïc Bayart
site_url: https://meetup-python-grenoble.github.io/datasette-workshop
copyright: Copyright © 2023 Romain Clement, Pierre-Loïc Bayart
repo_name: meetup-python-grenoble/datasette-workshop
repo_url: https://github.com/meetup-python-grenoble/datasette-workshop
edit_uri: edit/main/docs/
docs_dir: docs
site_dir: dist
extra:
version: 1.0.0
social:
- name: GitHub Repository
icon: fontawesome/brands/github
link: https://github.com/meetup-python-grenoble/datasette-workshop
- name: Meetup Event
icon: fontawesome/brands/meetup
link: https://www.meetup.com/fr-FR/groupe-dutilisateurs-python-grenoble/events/293425930/
- name: Website Event
icon: fontawesome/solid/link
link: https://meetup-python-grenoble.github.io/events/2023-05-25/
theme:
name: material
language: fr
palette:
- media: "(prefers-color-scheme: light)"
scheme: default
toggle:
icon: material/lightbulb
name: Switch to dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
toggle:
icon: material/lightbulb-outline
name: Switch to light mode
features:
- content.code.copy
- navigation.footer
- navigation.top
- navigation.tracking
- search.highlight
- search.share
- search.suggest
- toc.follow
nav:
- index.md
- setup.md
- overview.md
- exploration.md
- visualisation.md
- playtime.md
plugins:
- search:
lang:
- en
- fr
markdown_extensions:
- admonition
- attr_list
- toc:
permalink: "#"
- pymdownx.details
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
- pymdownx.magiclink
- pymdownx.superfences
- pymdownx.tasklist:
custom_checkbox: true
clickable_checkbox: true