forked from kazukyakayashi/wiki-misskey
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
56 lines (52 loc) · 1.58 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
site_name: Misskey.fr
nav:
- Accueil: index.md
- Commencer avec Missskey:
- "Créer un compte": getting-started/créer-un-compte.md
- "Configurer son compte": getting-started/configurer-son-compte.md
- "Les notes": getting-started/les-notes.md
- "Comptes & Abonnments": getting-started/comptes-et-abonnements.md
- Guide avancé:
- "Les Listes & Antennes": guide-avance/les-listes-et antennes.md
- "Synthax MFM": guide-avance/synthax-mfm.md
- Personnalisation de Misskey:
- "Les réactions": personnalisation/reactions.md
- "Les thèmes": personnalisation/thème.md
- "CSS avec Stylus": personnalisation/css-stylus.md
theme:
name: 'material'
palette:
primary: 'green'
scheme: 'slate'
accent: 'green'
features:
- navigation.tabs
font: false
language: fr
icon:
repo: fontawesome/brands/github-alt
repo_url: https://github.com/kazukyakayashi/wiki-misskey
repo_name: Github Wiki Misskey
markdown_extensions:
- footnotes
- admonition
- attr_list
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.details
- pymdownx.superfences
- pymdownx.highlight
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
- meta
extra:
search:
language: 'fr, en'
plugins:
- search
site_description: "Wiki francophone sur le fonctionnement du réseau social Misskey"
site_author: "KazukyAkayashi"
copyright: "Contenu sous GNU Free Documentation License, Servez vous !! 🎉"
extra_css:
- stylesheets/extra.css