-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathmkdocs.yml
More file actions
78 lines (68 loc) · 2.31 KB
/
mkdocs.yml
File metadata and controls
78 lines (68 loc) · 2.31 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: Homestead
site_author: Tayeb Yassine
site_description: An advanced, chunk-based land claiming plugin for Minecraft servers, with multiple APIs support, based on Bukkit API.
copyright: Copyright (©) 2025 Tayeb Yassine
extra:
social:
- icon: fontawesome/solid/code
link: /Homestead/javadoc/
name: JavaDoc
theme:
name: material
favicon: assets/favicon.ico
logo: assets/logo.png
icon:
repo: fontawesome/brands/github
palette:
- scheme: default
primary: indigo
accent: indigo
toggle:
icon: material/brightness-7
name: Switch to dark mode
code: atom-one-light
- scheme: slate
primary: black
accent: indigo
toggle:
icon: material/brightness-4
name: Switch to light mode
code: atom-one-dark
features:
#- navigation.instant # SPA-style page switches
- navigation.instant.progress # thin progress bar while loading
- navigation.tracking # URL=#anchor follows scroll
#- navigation.sections # 2nd-level groups in sidebar
#- navigation.expand # auto-expand sidebar groups
#- navigation.path # breadcrumb above title
- navigation.top # "back to top" button
- navigation.footer # prev / next links
# - toc.integrate # merge TOC into left sidebar
- search.suggest # search auto-suggest
- search.highlight # highlight searched words
- content.code.copy # copy button on code blocks
- content.code.annotate # code annotations
- content.tabs.link # sync same-named content tabs
repo_url: https://github.com/TayebYassine/Homestead
repo_name: TayebYassine/Homestead
markdown_extensions:
- admonition
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- pymdownx.details
- tables
- attr_list
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.tabbed:
alternate_style: true
extra_css:
- stylesheets/extra.css