-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmkdocs.yml
56 lines (50 loc) · 1.55 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: Hylé Developer Hub
theme:
name: material
logo: assets/logo.png
favicon: assets/logo.png
palette:
primary: custom
features:
- navigation.sections # section titles in left-hand menu
- navigation.indexes # clickable section titles in left-hand menu
- navigation.expand # expand sub-menus (re-enable if header tabs)
# - navigation.tabs # to have header tabs
- navigation.prune # html minimization
# - toc.integrate # toc in left-hand sidebar
- content.code.copy
extra_css:
- stylesheets/extra.css
markdown_extensions:
- attr_list
- admonition
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
plugins:
- search
- awesome-pages
- mkdocs-video
copyright: Copyright © 2024 Hylé
extra:
social:
- icon: fontawesome/brands/github
link: http://github.com/hyle-org/
- icon: fontawesome/brands/twitter
link: http://twitter.com/hyle_org
- icon: fontawesome/brands/linkedin
link: https://www.linkedin.com/company/hyl-/
- icon: fontawesome/solid/archway
link: https://warpcast.com/hyle-org
- icon: fontawesome/brands/youtube
link: https://www.youtube.com/@Hyl%C3%A9-org
- icon: fontawesome/brands/telegram
link: https://t.me/hyle_org
repo_url: https://github.com/Hyle-org/hyle