-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
63 lines (57 loc) · 1.16 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
site_name: discord-undocumented
theme:
name: material
palette:
scheme: slate
primary: purple
extra_css:
- stylesheets/extra.css
nav:
- index.md
- Account:
- account_verification.md
- affinities.md
- dms.md
- Gateway:
- capabilities.md
- gateway_events.md
- gateway_opcodes.md
- ready_event.md
- ready_supplemental.md
- slash_commands.md
- Guild:
- create_guild.md
- get_role_members.md
- bulk_member_role.md
- guild_avatars.md
- guild_directories.md
- guild_discovery.md
- guild_lurking.md
- join_leave_guild.md
- manage_discovery_partnership.md
- member_verification.md
- modify_guild.md
- role_member_counts.md
- threads.md
- update_guild_mfa_level.md
- Message:
- search.md
- Other Topics:
- remote_auth.md
- User:
- notes.md
- profile.md
- relationships.md
- user_guild_settings.md
- voice_channel_effects.md
- welcome_screen.md
- Voice:
- voice_gateway_opcodes.md
plugins:
- search
markdown_extensions:
- admonition
- pymdownx.details
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true