-
Notifications
You must be signed in to change notification settings - Fork 302
/
mkdocs.yml
74 lines (72 loc) · 2.04 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
site_name: lavalink hosting
site_author: DarrenOfficial
site_url: https://lavalink.darrennathanael.com
site_description: List of free lavalink servers! If you have lavalink that you can share feel free to make a pull request! Lavalink is a standalone audio sending node based on Lavaplayer and JDA-Audio. Allows for sending audio without it ever reaching any of your shards.
repo_name: 'lavalink list'
repo_url: 'https://github.com/DarrenOfficial/lavalink-list'
edit_uri: 'https://github.com/DarrenOfficial/lavalink-list/edit/main/docs'
theme:
font:
text: Gotham SSm A
name: material
palette:
primary: black
accent: deep orange
scheme: slate
custom_dir: overrides
logo: 'https://ajieblogs.eu.org/dl/img/spring-logo.svg'
include_search_page: false
search_index_only: true
favicon:
'https://ajieblogs.eu.org/dl/img/spring.ico'
features:
- tabs
- instantsite
- navigation.tracking
- navigation.expand
- content.code.annotate
- navigation.indexes
- navigation.instant
- navigation.sections
- navigation.top
- navigation.tabs
- search.highlight
- search.suggest
- attr_list
- def_list
- footnotes
markdown_extensions:
- meta
- admonition
- pymdownx.details
- pymdownx.superfences
- pymdownx.tabbed
- pymdownx.keys
- attr_list
- footnotes
- pymdownx.betterem:
smart_enable: all
nav:
- Home: index.md
- Lavalink with ssl: SSL/lavalink-with-ssl.md
- Lavalink without ssl: NoSSL/lavalink-without-ssl.md
- FAQs: FAQ/frequently-asked-questions.md
extra:
social:
- icon: 'fontawesome/brands/twitter'
link: 'https://twitter.com/darrenuselinux'
- icon: 'fontawesome/brands/github-alt'
link: 'https://github.com/darrenofficial'
- icon: 'fontawesome/brands/discord'
link: 'https://discord.darrennathanael.com'
generator: false
copyright: 'Copyright © Darren Nathanael'
plugins:
- search
- tags
- git-authors
- git-revision-date-localized:
enable_creation_date: true
# - toc-sidebar
- minify:
minify_html: true