-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
250 lines (241 loc) Β· 9 KB
/
Copy pathmkdocs.yml
File metadata and controls
250 lines (241 loc) Β· 9 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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
site_name: GHOST IN THE CLOUD
site_url: http://127.0.0.1:8000/
site_author: 'ndu69110'
copyright: Copyright © 2025 | Built using MkDocs, Material for MkDocs and PyMdown Extensions <br> Hosted with β€οΈ in Github Pages
docs_dir: docs/
theme:
font:
text: Roboto
name: material
language: fr
color_mode: dark
custom_dir: custom_theme
logo: logo/logo.webp
favicon: logo/icon.webp
palette:
# Palette toggle for dark mode
- scheme: slate
## toggle:
## icon: material/weather-sunny # π default: material/brightness-7
## name: Switch to light mode
# Palette toggle for light mode
##- scheme: default
## toggle:
## icon: material/weather-night # π default: material/brightness-4
## name: Switch to dark mode
features:
- announce.dismiss # π got it
- content.action.edit # π got it
- content.action.view # π got it # π adds "View source of this page"
- content.code.annotate # π got it
- content.code.copy # π got it
- content.code.select # π got it
- content.footnote.tooltips π got it
- content.tabs.link π got it
- content.tooltips # π got it
# - header.autohide # π got it # π if commented: the header remains visible
- navigation.expand # π got it
# - navigation.footer # π got it
- navigation.indexes # π got it
- navigation.instant # π got it
- navigation.instant.prefetch # π got it
- navigation.instant.progress # π got it
- navigation.prune # π got it
- navigation.sections # π got it
- navigation.tabs # π got it
- navigation.tabs.sticky
- navigation.top # π got it
- navigation.tracking # π got it
- search.highlight # π got it
- search.share # π got it
- search.suggest # π got it
- toc.follow # π got it
- toc.integrate # π show to to the left instead to the right
- header.hide_repo_revision # π empΓͺche lβaffichage du numΓ©ro ou texte sous le nom
- navigation.instant.preview
- navigation.path
- toc.sections
- search.related
plugins:
- open-in-new-tab
- blog:
archive: false
archive_date_format: MMMM yyyy
enabled: true # π if false: hide the blog
blog_toc: true # π if false: hide the blog TOC
post_date_format: full
post_slugify: !!python/object/apply:pymdownx.slugs.slugify
kwds:
case: lower
post_url_format: "{categories}/{slug}"
post_url_max_categories: 2
post_readtime: true # π if false: hide the read time
categories: true # π if false: hide the categories
categories_name: Categories
authors_file: .authors.yml
authors: true # π if false: hide the authors
draft: true
draft_if_future_date: true
pagination_per_page: 5
- search:
enabled: true # π if false: hide the search bar
lang: fr
separator: '[\s\-,:!=\[\]()"/]+|(?!\b)(?=[A-Z][a-z])|\.(?!\d)|&[lg]t;'
pipeline:
- stemmer
- stopWordFilter
- trimmer
- tags:
tags_slugify: !!python/object/apply:pymdownx.slugs.slugify
kwds:
case: lower
tags_slugify_separator: _
tags_slugify_format: "tag:{slug}"
tags_sort_by: !!python/name:material.plugins.tags.tag_name_casefold
tags_sort_reverse: true
tags_name_property: tags
tags_name_variable: tags
#listings: false # π if false: hide the tags
listings_sort_by: !!python/name:material.plugins.tags.item_title
listings_sort_reverse: false # π if false: show the tags in the correct order
tags_sort_by: !!python/name:material.plugins.tags.tag_name_casefold
tags_sort_reverse: true
#listings_directive: $tags # π hide tags if not commmented
extra_css:
- assets/css/extra.css
- overrides/extra.css
- assets/stylesheets/extra.css
- stylesheets/extra.css
extra_javascript:
- assets/js/timeago.min.js
- assets/js/timeago_mkdocs_material.js
extra:
social:
- icon: 'simple/github'
link: 'https://github.com/ndu69110'
- icon: fontawesome/brands/linkedin
link: https://www.linkedin.com/in/nicolas-dupre-94b2a078/
name: nicolas dupre on Linkedin
generator: false # π if true : show auto footer "made with ..."
repo_url: https://github.com/ndu69110
repo_name: github.com/ndu69110
repo_icon: fontawesome/brands/github
edit_uri: /ndu69110/MKDocs/blob/main/docs # π If you set it to "" (empty string), the edit links are disabled.
markdown_extensions:
- markdown.extensions.meta: # π got it
- markdown.extensions.attr_list: # π got it
- markdown.extensions.footnotes:
PLACE_MARKER: "<!-- Footnotes -->"
- markdown.extensions.toc: # π got it
permalink: true # π got it
- markdown.extensions.md_in_html # π got it
- pymdownx.betterem: # π got it # π add
smart_enable: all # π got it
- pymdownx.blocks.caption # π got it
- pymdownx.caret # π got it
- pymdownx.mark # π got it
- pymdownx.keys # π got it
- pymdownx.tilde # π got it
- pymdownx.critic: # π got it
mode: view # π got it
- pymdownx.details # π got it
- pymdownx.emoji: # π got it
emoji_index: !!python/name:material.extensions.emoji.twemoji # π got it
emoji_generator: !!python/name:material.extensions.emoji.to_svg # π got it
- pymdownx.inlinehilite # π got it
- pymdownx.snippets: # π got it
base_path: 'theme/snippets'
- pymdownx.highlight: # π got it
anchor_linenums: true # π got it
use_pygments: true # π got it
pygments_lang_class: true # π got it
auto_title: true # π got it
linenums: true # π got it
linenums_style: pymdownx-inline # π got it
line_spans: __span # π got it
- pymdownx.smartsymbols # π got it
- pymdownx.magiclink: # π got it
normalize_issue_symbols: true # π got it
repo_url_shorthand: true # π got it
user: ndu69110 # π got it
repo: mkdocs-material # π got it
- pymdownx.superfences: # π got it
custom_fences: # π got it
- name: mermaid # π got it
class: mermaid # π got it
format: !!python/name:pymdownx.superfences.fence_code_format # π got it
- pymdownx.tabbed: # π got it
alternate_style: true # π got it
combine_header_slug: true # π got it
slugify: !!python/object/apply:pymdownx.slugs.slugify # π got it
kwds: # π got it
case: lower # π got it
- pymdownx.tasklist: # π got it
custom_checkbox: true # π got it
clickable_checkbox: true # π got it
- pymdownx.blocks.details: # π got it
- pymdownx.blocks.tab: # π got it
alternate_style: true # π got it
- pymdownx.blocks.admonition: # π got it
types: # π got it
- note # π got it
- abstract # π got it
- info # π got it
- tip # π got it
- success # π got it
- question # π got it
- warning # π got it
- failure # π got it
- danger # π got it
- bug # π got it
- example # π got it
- quote # π got it
- download # π got it
- abbr # π got it
- admonition # π got it
- attr_list # π got it
- def_list # π got it
- footnotes # π got it
- md_in_html # π got it
- tables # π got it
- toc: # π got it
permalink: "#" # π got it but not same value
baselevel: 2
separator: "_"
title: SOMMAIRE # π TOC name
permalink_title: Anchor link to this section for reference
slugify: !!python/object/apply:pymdownx.slugs.slugify
kwds:
case: lower
toc_depth: 3
- pymdownx.arithmatex: # π got it
generic: true # π got it
nav:
- Accueil: index.md
- Gestion du site: _GESTION-SITE/gestion-site.md
- Blog:
- blog/index.md
- blog/author/team.md
- Wiki:
- wiki/index.md
- wiki/installation.md
- wiki/guide-utilisateur.md
- wiki/guide-developpement.md
- Git et Github:
- Concept: GIT-GITHUB/git_concept.md
- Objectif de Git: GIT-GITHUB/git_objectif.md
- Trier: GIT-GITHUB/git_test.md
- Host: GIT-GITHUB/git_host-github-pages.md
- test: test.md
- Guide utilisateur:
- RΓ©diger votre doc: test.md
- Personnaliser le style: test2.md
- Liens utiles: ess.md
- Tags: _TAGS/tags.md
- Contact: _CONTACT/contact.md
- Guide:
- PrΓ©sentation: menu/guide.md
- Tutoriels:
- Tutoriel 1: menu/tuto1.md
- Tutoriel 2: menu/tuto2.md
- Apps: Apps/apps.md