-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
72 lines (63 loc) · 1.6 KB
/
Copy pathmkdocs.yml
File metadata and controls
72 lines (63 loc) · 1.6 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
# yaml-language-server: $schema=https://squidfunk.github.io/mkdocs-material/schema.json
site_name: Equinox
site_description: Equinox framework documentation
site_url: https://io.github.n7ghtm4r3/Equinox/
repo_name: Equinox
repo_url: https://github.com/N7ghtm4r3/Equinox
site_author: Manuel Maurizio
extra_css:
- stylesheets/extra.css
theme:
name: material
custom_dir: overrides
palette:
- scheme: default
primary: deep-purple
toggle:
icon: material/brightness-4
name: Switch to dark mode
- scheme: slate
primary: deep-purple
toggle:
icon: material/brightness-7
name: Switch to light mode
code:
highlight_theme:
default: material
dark: material
language: en
features:
- search.suggest
- search.highlight
- search.share
- content.tabs.link
- content.code.copy
- navigation.footer
markdown_extensions:
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.tabbed:
alternate_style: true
slugify: !!python/object/apply:pymdownx.slugs.slugify
kwds:
case: lower
- admonition
- pymdownx.details
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- attr_list
- md_in_html
plugins:
- search
- glightbox
extra:
social:
- icon: material/email
link: mailto:infotecknobitcompany@gmail.com
- icon: material/bug
link: https://github.com/N7ghtm4r3/Equinox/issues/new
copyright: |
© 2026 <a href="https://github.com/N7ghtm4r3" target="new">N7ghtm4r3 - Tecknobit</a>