-
Notifications
You must be signed in to change notification settings - Fork 25
/
Copy pathmkdocs.yml
80 lines (75 loc) · 2.12 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
site_name: Yantra Launcher Wiki
site_description: 'Documentation for using Yantra Launcher'
site_author: 'The Yantra Launcher Community'
docs_dir: docs/
repo_name: 'coderGtm/yantra-app-launcher'
repo_url: 'https://github.com/coderGtm/yantra-app-launcher'
edit_uri: 'edit/main/docs/'
nav:
- Home: index.md
- Quickstart: quickstart.md
- Commands Overview: commands-overview.md
- Commands:
- launch: commands/launch.md
- help: commands/help.md
- username: commands/username.md
- alias: commands/alias.md
- call: commands/call.md
- search: commands/search.md
- ai: commands/ai.md
- theme: commands/theme.md
- quote: commands/quote.md
- internet: commands/internet.md
- web: commands/web.md
- tts: commands/tts.md
- bored: commands/bored.md
- text: commands/text.md
- reset: commands/reset.md
- exit: commands/exit.md
- Frequently Asked Questions: faq.md
theme:
name: material
palette:
- scheme: default
primary: indigo
toggle:
icon: material/brightness-7
name: Switch to dark mode
- scheme: slate
primary: deep purple
toggle:
icon: material/brightness-4
name: Switch to light mode
favicon: img/favicon.ico
logo: img/logo.png
icon:
repo: fontawesome/brands/github
features:
- content.action.edit
- content.code.copy
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/coderGtm/yantra-app-launcher
name: View on GitHub
- icon: fontawesome/brands/discord
link: https://discord.gg/YW7hYbPrTh
name: Official Discord Community
- icon: fontawesome/brands/reddit-alien
link: https://www.reddit.com/r/YantraLauncher/
name: Yantra Launcher subreddit
plugins:
- git-revision-date-localized:
type: timeago
- git-committers:
repository: coderGtm/yantra-app-launcher
branch: main
- search
markdown_extensions:
- admonition
- pymdownx.details
- attr_list
- md_in_html
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true