-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
119 lines (118 loc) · 4.57 KB
/
mkdocs.yml
File metadata and controls
119 lines (118 loc) · 4.57 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
site_name: BentoBox World
copyright: "© Copyright 2017-2026 tastybento et la communauté BentoBoxWorld (CC-BY 4.0)."
repo_url: https://github.com/BentoBoxWorld/BentoBox
repo_name: BentoBoxWorld/BentoBox
edit_uri: ""
nav:
- Accueil: index.md
- "Que fait BentoBox ?":
- Gestion des îles: BentoBox/About/IslandManagement.md
- Modes de jeu: BentoBox/About/GameModes.md
- Extensions: BentoBox/About/Addons.md
- Gestion des équipes: BentoBox/About/Teams.md
- Protection: BentoBox/About/Protections.md
- Blueprints: BentoBox/About/BlueprintsSummary.md
- Support multilingue: BentoBox/About/Multilingual.md
- Outils d'administration: BentoBox/About/AdminTools.md
- Glossaire: Glossary.md
- FAQ: FAQ.md
- Modes de jeu:
- Choisir un mode de jeu: gamemodes/Comparison.md
- AcidIsland: gamemodes/AcidIsland/index.md
- AOneBlock: gamemodes/AOneBlock/index.md
- BSkyBlock: gamemodes/BSkyBlock/index.md
- Boxed: gamemodes/Boxed/index.md
- CaveBlock: gamemodes/CaveBlock/index.md
- Poseidon: gamemodes/Poseidon/index.md
- SkyGrid: gamemodes/SkyGrid/index.md
- Stranger Realms: gamemodes/StrangerRealms/index.md
- Extensions:
- Bank: addons/Bank/index.md
- Biomes: addons/Biomes/index.md
- Border: addons/Border/index.md
- CauldronWitchery: addons/CauldronWitchery/index.md
- Challenges: addons/Challenges/index.md
- Chat: addons/Chat/index.md
- CheckMeOut: addons/CheckMeOut/index.md
- ControlPanel: addons/ControlPanel/index.md
- DimensionalTrees: addons/DimensionalTrees/index.md
- ExtraMobs: addons/ExtraMobs/index.md
- FarmersDance: addons/FarmersDance/index.md
- Greenhouses: addons/Greenhouses/index.md
- InvSwitcher: addons/InvSwitcher/index.md
- IslandFly: addons/IslandFly/index.md
- Level: addons/Level/index.md
- Likes: addons/Likes/index.md
- Limits: addons/Limits/index.md
- MagicCobblestoneGenerator: addons/MagicCobblestoneGenerator/index.md
- TopBlock: addons/TopBlock/index.md
- TwerkingForTrees: addons/TwerkingForTrees/index.md
- Upgrades: addons/Upgrades/index.md
- Visit: addons/Visit/index.md
- VoidPortals: addons/VoidPortals/index.md
- Warps: addons/Warps/index.md
- "Tutoriels – Général":
- "Vos 30 premières minutes": BentoBox/First-Steps.md
- "Comment installer": BentoBox/Install-Bentobox.md
- "Définir un monde BentoBox comme monde par défaut": BentoBox/Set-a-BentoBox-world-as-the-server-default-world.md
- "Transition de base de données": BentoBox/Database-transition.md
- "Tutoriels – API":
- "Créer une Extension": Tutorials/api/Create-an-addon.md
- "API de configuration": BentoBox/Config-API.md
- "API de base de données": BentoBox/Database-API.md
- "API de métadonnées": BentoBox/MetadataAPI.md
- "API Panneau de modèle": Tutorials/api/Templated-Panel.md
- "Obtenir des données depuis les Extensions": BentoBox/Request-Handler-API---How-plugins-can-get-data-from-addons.md
theme:
name: material
language: fr
palette:
scheme: slate
primary: deep orange
accent: green
icon:
repo: fontawesome/brands/git-alt
extra_css:
- stylesheets/icons-minecraft-0.5.css
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/BentoBoxWorld
name: BentoBoxWorld sur GitHub
- icon: fontawesome/brands/jenkins
link: https://ci.bentobox.world
name: BentoBoxWorld sur CodeMC CI
- icon: fontawesome/brands/discord
link: https://discord.bentobox.world
name: BentoBoxWorld sur Discord
- icon: fontawesome/brands/youtube
link: https://www.youtube.com/channel/UCPaNnfxhr1-wCy0KBs9PLdQ
name: BentoBoxWorld sur YouTube
- icon: fontawesome/solid/heart
link: https://github.com/sponsors/tastybento
name: Sponsoriser tastybento sur GitHub Sponsors
- icon: fontawesome/solid/pen
link: https://github.com/BentoBoxWorld/docs
name: Contribuer à la documentation sur GitHub
markdown_extensions:
- attr_list
- admonition
- footnotes
- pymdownx.details
- pymdownx.superfences
- pymdownx.keys
- pymdownx.tabbed:
alternate_style: true
- pymdownx.tasklist
- pymdownx.tilde
- toc:
permalink: "#"
plugins:
- search:
lang: fr
- git-revision-date-localized:
type: datetime
fallback_to_build_date: true
- minify:
minify_html: true
- macros