diff --git a/docs/api/index.md b/docs/api/index.md new file mode 100644 index 0000000..f92f898 --- /dev/null +++ b/docs/api/index.md @@ -0,0 +1,6 @@ +--- +title: API +description: Get the list of lavalink servers. +--- + +Lavalink list provides a simple API endpoint to get all lavalink. All you need to do is a simple **GET** request to the API endpoint. /api/servers.json diff --git a/docs/index.md b/docs/index.md index 4c74acd..58f9443 100644 --- a/docs/index.md +++ b/docs/index.md @@ -27,6 +27,7 @@ [📜 Lavalink without SSL](NoSSL/lavalink-without-ssl.md){ .md-button } [FAQs](FAQ/frequently-asked-questions.md){ .md-button } [Contributing](Hosting-Guide){ .md-button } +[API](api/index.md){ .md-button } ## Info These lavalink are group into two different categories. diff --git a/mkdocs.yml b/mkdocs.yml index 97949bc..9633c93 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -49,6 +49,7 @@ nav: - Lavalink with ssl: SSL/lavalink-with-ssl.md - Lavalink without ssl: NoSSL/lavalink-without-ssl.md - FAQs: FAQ/frequently-asked-questions.md + - API: api/index.md extra: social: - icon: 'fontawesome/brands/twitter'