-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathmkdocs.yml
More file actions
53 lines (49 loc) · 1.3 KB
/
mkdocs.yml
File metadata and controls
53 lines (49 loc) · 1.3 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
site_name: baguette-script documentation
repo_url: https://github.com/Welpike/baguette-script
repo_name: Welpike/baguette-script
edit_uri: edit/main/www/docs/
plugins:
- search
nav:
- index.md
- Plugins:
- plugins/index.md
- plugins/installation.md
- plugins/languages_plugins.md
- plugins/build_in_plugins.md
- plugins/dev.md
- license.md
theme:
name: material
features:
- navigation.instant
- navigation.sections
- navigation.indexes
- navigation.expand
- navigation.top
- navigation.footer
- search.suggest
- search.share
- content.action.view
- content.action.edit
icon:
repo: fontawesome/brands/github
view: material/eye
edit: material/pencil
extra:
social:
- icon: fontawesome/brands/discord
link: https://htmx.org/discord
name: The HTMX discord server
- icon: fontawesome/brands/twitter
link: https://twitter.com/htmx_org
name: "@htmx_org on Twitter"
- icon: fontawesome/brands/github
link: https://github.com/bigskysoftware
name: Bigskysoftware on Github
- icon: fontawesome/brands/twitter
link: https://twitter.com/Welpike_
name: "@Welpike_ on Twitter"
- icon: fontawesome/brands/github
link: https://github.com/Welpike
name: Welpike on Github