This repository was archived by the owner on Dec 25, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yaml
More file actions
129 lines (122 loc) · 4.13 KB
/
mkdocs.yaml
File metadata and controls
129 lines (122 loc) · 4.13 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
120
121
122
123
124
125
126
127
128
129
# yaml-language-server: $schema=https://squidfunk.github.io/mkdocs-material/schema.json
site_name: Aet
site_url: https://team-fireworks.github.io/aet
repo_name: team-fireworks/aet
repo_url: https://github.com/team-fireworks/aet
theme:
logo: "images/ethereal.png"
favicon: "images/ethereal.png"
name: material
custom_dir: docs/overrides
font:
text: Source Sans Pro
code: Fira Code
palette:
- media: "(prefers-color-scheme: dark)"
scheme: ethereal-dark
toggle:
icon: fontawesome/solid/sun
title: Switch to light theme
- media: "(prefers-color-scheme: light)"
scheme: ethereal-light
toggle:
icon: fontawesome/solid/moon
title: Switch to dark theme
icon:
close: fontawesome/solid/xmark
copy: fontawesome/solid/copy
previous: fontawesome/solid/angle-left
next: fontawesome/solid/angle-right
top: fontawesome/solid/angle-up
repo: fontawesome/brands/github
search: fontawesome/solid/magnifying-glass
share: fontawesome/solid/share
bars: fontawesome/solid/bars
admonition:
note: fontawesome/solid/note-sticky
abstract: fontawesome/solid/book
info: fontawesome/solid/circle-info
tip: fontawesome/solid/bullhorn
success: fontawesome/solid/check
question: fontawesome/solid/circle-question
warning: fontawesome/solid/triangle-exclamation
failure: fontawesome/solid/bomb
danger: fontawesome/solid/skull
bug: fontawesome/solid/robot
example: fontawesome/solid/flask
quote: fontawesome/solid/quote-left
features:
- navigation.instant
- navigation.instant.progress
- navigation.sections
- navigation.indexes
- navigation.top
- navigation.tabs
- navigation.tabs.sticky
- announce.dismiss
- navigation.footer
- search.suggest
- search.highlight
- search.share
- content.tooltips
- content.code.copy
- content.code.annotate
- content.code.select
- content.footnote.tooltips
extra_css:
- theme/admonitions.css
- theme/banner.css
- theme/consent.css
- theme/content.css
- theme/ethereal.css
- theme/footer.css
- theme/header.css
- theme/nav.css
- theme/page.css
- theme/search.css
nav:
- Home: index.md
- Installation: installation.md
- Docs:
- Tour of Ethereal: docs/tour-of-ethereal.md
- Packages: docs/packages.md
- Contributing to Ethereal: docs/contributing-to-ethereal.md
- "Why Ethereal?": docs/why-ethereal.md
- Ethereal For Plugins:
- docs/et-for-plugins/index.md
- Your First Tool: docs/et-for-plugins/your-first-tool.md
- Ethereal For Games:
- docs/et-for-games/index.md
- API Reference:
- docs/api-reference/index.md
- Ethereal for Plugins: docs/api-reference/et-for-plugins.md
- Ethereal for Games: docs/api-reference/et-for-games.md
- Blog:
- blog/index.md
# - Made with ❤️ by znotfireman: https://github.com/znotfireman
markdown_extensions:
- admonition
- attr_list
- md_in_html
- toc:
title: On this page
permalink: true
- pymdownx.details
- pymdownx.superfences
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
options:
custom_icons:
- docs/overrides/.icons
plugins:
- search
- blog
extra:
consent:
title: Cookie consent
description: >-
We use cookies to recognize your repeated visits and preferences, as well
as to measure the effectiveness of our documentation and whether users
find what they're searching for. With your consent, you're helping us to
make our documentation better.