-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
149 lines (143 loc) · 4.5 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
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
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
theme:
name: material
color_theme: f79d00
custom_dir: overrides
language: en
logo: assets/images/logo.png
favicon: assets/images/favicon.ico
palette:
- scheme: default
toggle:
icon: material/eye
name: Switch to dark mode
- scheme: slate
toggle:
icon: material/eye-outline
name: Switch to light mode
features:
- header.autohide
- search.suggest
- search.highlight
- search.share
- navigation.instant
- navigation.tracking
- navigation.tabs
- navigation.expand
- navigation.indexes
- navigation.top
- navigation.sections
icon:
repo: fontawesome/brands/github
plugins:
- pdf-export:
enabled_if_env: ENABLE_PDF_EXPORT
- tags:
tags_file: tags.md
- minify:
minify_html: true
minify_js: true
htmlmin_opts:
remove_comments: true
- git-revision-date:
enabled_if_env: CI
- search:
lang: en
prebuild_index: true
- git-revision-date-localized:
type: date
fallback_to_build_date: true
enable_creation_date: true
- macros:
module_name: commands_and_partners
- mike:
version_selector: true
css_dir: css
javascript_dir: js
canonical_version: null
repo_url: https://github.com/The-4th-Hokage/yondaime-hokage
edit_uri: https://github.com/The-4th-Hokage/The-4th-Hokage.github.io/tree/master/docs
site_name: Minato Namikaze
site_author: Miku Chan
repo_name: Source Code
site_description: Konichiwa 👋, myself Minato Namikaze, Konohagakure Yondaime Hokage. I do every work of a Hokage in a swift and clean way ⚡
copyright: This is a fan-made bot and we are not associated with Tokyo TV Corporation :)
markdown_extensions:
- tables
- smarty
- attr_list
- pymdownx.snippets
- md_in_html
- toc:
permalink: true
toc_depth : 2
slugify: !!python/name:pymdownx.slugs.uslugify
title: Category
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
options:
custom_icons:
- overrides/.icons
- lightgallery:
show_description_in_lightgallery: true
show_description_as_inline_caption: true
extra:
bot_name: Minato Namikaze
bot_discord_id: 935242576343224352
discord_invite_code: vfXHwS3nmQ
site_keywords: Minato Namikaze, discord bot, minato, namikaze, discord.py,best discord bot, best anime bot, anime, bot, discord bot
version:
provider: mike
analytics:
provider: google
property: !!python/object/apply:os.getenv ["GOOGLE_ANALYTICS_TOKEN"]
social:
- icon: fontawesome/brands/github
link: https://github.com/The-4th-Hokage
name: Github Organization
- icon: fontawesome/brands/discord
link: https://discord.gg/vfXHwS3nmQ
name: Discord Support Server
- icon: topgg
link: https://top.gg/bot/935242576343224352
name: Top.gg Link
- icon: discordbotlist
link: https://discordbotlist.com/bots/minato-namikaze
name: Discordbotlist Link
- icon: discordlistspace
link: https://discordlist.space/bot/935242576343224352
name: DiscordListSpace Link
- icon: botsfordiscord
link: https://discords.com/bots/bot/935242576343224352
name: Bots For Discord Link
- icon: bladebotlist
link: https://bladebotlist.xyz/bot/935242576343224352
name: BladeBotList Link
- icon: fateslist
link: https://fateslist.xyz/bot/935242576343224352
name: FatesList Link
- icon: voidbots
link: https://voidbots.net/bot/935242576343224352/
name: Void Bot List Link
- icon: infinity
link: https://infinitybotlist.com/bots/935242576343224352
name: Infinity Bot List Link
- icon: discordbots
link: https://discord.bots.gg/bots/935242576343224352/
name: Discord Bots Link
- icon: discordlabs
link: https://bots.discordlabs.org/bot/935242576343224352
name: Discord Labs Link
nav:
- Home: index.md
- Commands:
- commands/index.md
- Message Commands List: commands/message_commands.md
- Application Commands List: commands/application_commands.md
- Contributors: contributors.md
- Rules:
- Privacy Policy: rules/privacy_policy.md
- Terms of Use: rules/terms_of_use.md
- Partners: partners.md
- Listing: botlist.md
- Discord Server: server.md