-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathmkdocs.yml
89 lines (82 loc) · 2.73 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
site_name: .fmbot
repo_url: https://github.com/fmbot-discord/fmbot
repo_name: fmbot
site_description: Welcome to .fmbot! .fmbot is a social Discord bot that provides music statistics for you, your friends, and your fellow server members.
theme:
name: 'material'
custom_dir: docs/overrides
palette:
# Light mode
- media: "(prefers-color-scheme: light)"
scheme: default
primary: indigo
accent: indigo
toggle:
icon: material/toggle-switch-off-outline
name: Switch to dark mode
# Dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: blue
accent: blue
toggle:
icon: material/toggle-switch
name: Switch to light mode
logo: img/logo.png
favicon: img/favicon.png
features:
- announce.dismiss
markdown_extensions:
- admonition
- attr_list
- toc:
permalink: true
extra_javascript:
- javascript/analytics.js
extra_css:
- style/style.css
exclude_docs: |
!.well-known
edit_uri: ""
extra:
social:
- icon: fontawesome/brands/twitter
link: https://twitter.com/fmbotDiscord
- icon: fontawesome/brands/bluesky
link: https://bsky.app/profile/fm.bot/
copyright: .fmbot is not affiliated with Last.fm
nav:
- 'Introduction': 'index.md'
- 'Frequently Asked Questions': 'faq.md'
- 'Text Commands':
- 'Getting started': 'commands/index.md'
- 'Albums': 'commands/albums.md'
- 'Artists': 'commands/artists.md'
- 'Countries': 'commands/countries.md'
- 'Crowns': 'commands/crowns.md'
- 'Featured': 'commands/featured.md'
- 'Friends': 'commands/friends.md'
- 'Genres': 'commands/genres.md'
- 'Plays': 'commands/plays.md'
- 'Tracks': 'commands/tracks.md'
- 'Games': 'commands/games.md'
- 'Discogs': 'commands/discogs.md'
- 'Genius': 'commands/genius.md'
- 'Spotify': 'commands/spotify.md'
- 'YouTube': 'commands/youtube.md'
- 'Updating': 'commands/whoknows.md'
- 'Miscellaneous': 'commands/misc.md'
- 'Server configuration':
- 'General': 'guildsettings/index.md'
- 'WhoKnows': 'guildsettings/whoknowsettings.md'
- 'Crowns': 'guildsettings/crownsettings.md'
- 'Webhooks': 'guildsettings/webhooks.md'
- 'Music bot scrobbling': 'botscrobbling.md'
- 'Spotify & Apple Music importing': 'importing.md'
- 'Development': 'setup.md'
- 'Privacy': 'privacy.md'
- 'Terms of Use': 'terms.md'
- 'Get supporter': 'supporter.md'
- 'Join our server': https://discord.gg/fmbot
- 'Add to server': https://discord.com/oauth2/authorize?client_id=356268235697553409&permissions=275415092288&scope=applications.commands%20bot
- 'Add user app': https://discord.com/oauth2/authorize?client_id=356268235697553409&scope=applications.commands&integration_type=1