forked from LoveRetro/nextui-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
93 lines (87 loc) · 2.24 KB
/
mkdocs.yml
File metadata and controls
93 lines (87 loc) · 2.24 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
site_name: NextUI Docs
site_url: https://nextui.loveretro.games
repo_url: https://github.com/LoveRetro/NextUI
edit_uri: https://github.com/LoveRetro/nextui-wiki/edit/main/docs/
repo_name: LoveRetro/NextUI
copyright: © 2025 NextUI Contributors
theme:
name: material
custom_dir: marketing/out
logo: _inc/images/nextui-logo.png
favicon: _inc/images/favicon.png
font:
text: Raleway
code: Fira Code
icon:
admonition:
warning: octicons/alert-24
info: octicons/info-24
example: octicons/sparkles-fill-24
palette:
# Palette toggle for light mode
- media: "(prefers-color-scheme: light)"
scheme: nextui-wiki-light
toggle:
icon: material/brightness-7
name: Switch to dark mode
# Palette toggle for dark mode
- media: "(prefers-color-scheme: dark)"
scheme: nextui-wiki-dark
toggle:
icon: material/brightness-4
name: Switch to light mode
features:
- content.action.edit
- content.code.copy
- content.code.annotate
- content.tooltips
- navigation.expand
- navigation.indexes
- navigation.path
- navigation.sections
- navigation.tabs
- navigation.tabs.sticky
- navigation.tracking
- navigation.top
- search.highlight
- search.share
- search.suggest
- toc.follow
- toc.integrate
extra_css:
- _inc/css/custom.css
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/LoveRetro/NextUI
- icon: fontawesome/brands/discord
link: https://discord.gg/HKd7wqZk3h
urls:
discord: https://discord.gg/HKd7wqZk3h
github: https://github.com/LoveRetro/NextUI
markdown_extensions:
- admonition
- 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
- toc:
toc_depth: 3
permalink: 🔗
plugins:
- search
- macros
nav:
- Docs Home: docs.md
- Usage: usage.md
- Customizing: customizing.md
- Paks: paks.md
- Shaders:
- shaders/index.md
- Support:
- Frequently Asked Questions: support/faq.md
- Development: development/build.md
- NextUI Homepage:
- index.md