Skip to content

Commit cb51343

Browse files
committed
fix markdown callouts
1 parent 25f394d commit cb51343

File tree

3 files changed

+20
-10
lines changed

3 files changed

+20
-10
lines changed

CHANGELOG.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -104,10 +104,11 @@ The most noteworthy of these, as well as any features and breaking changes, are
104104
* Update to the [Protocol Module](protocol) to support Kotlin/JS
105105
* Removal of all `/v3` endpoints except `/version`. All other endpoints are now under `/v4`
106106

107-
> **Warning**
108-
> This is a beta release, and as such, may contain bugs. Please report any bugs you find to the [issue tracker](https://github.com/lavalink-devs/Lavalink/issues/new/choose).
109-
> For more info on the changes in this release, see [here](https://lavalink.dev/changelog/index.html#significant-changes)
110-
> If you have any question regarding the changes in this release, please ask in the [support server](https://discord.gg/ZW4s47Ppw4) or [GitHub discussions](https://github.com/lavalink-devs/Lavalink/discussions/categories/q-a)
107+
!!! warning
108+
109+
This is a beta release, and as such, may contain bugs. Please report any bugs you find to the [issue tracker](https://github.com/lavalink-devs/Lavalink/issues/new/choose).
110+
For more info on the changes in this release, see [here](https://lavalink.dev/changelog/index.html#significant-changes)
111+
If you have any question regarding the changes in this release, please ask in the [support server](https://discord.gg/ZW4s47Ppw4) or [GitHub discussions](https://github.com/lavalink-devs/Lavalink/discussions/categories/q-a)
111112

112113
Contributors:
113114
[@topi314](https://github.com/topi314), [@freyacodes](https://github.com/freyacodes), [@DRSchlaubi](https://github.com/DRSchlaubi) and [@melike2d](https://github.com/melike2d)
@@ -151,8 +152,9 @@ Contributors:
151152
* Fix errors when doing multiple session resumes
152153
* Update lavaplayer to `1.4.0` see [here](https://github.com/Walkyst/lavaplayer-fork/releases/tag/1.4.0) for more info
153154

154-
> **Note**
155-
> Lavalink Docker images are now found in the GitHub Container Registry instead of DockerHub
155+
!!! note
156+
157+
Lavalink Docker images are now found in the GitHub Container Registry instead of DockerHub
156158

157159
## 3.7.4
158160
* Fix an issue where Lavalink would not destroy a session when a client disconnects

docs/configuration/index.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,9 @@ See the [application.yml](config/application-yml.md) documentation for more info
1313

1414
## Config Server
1515

16-
> **WARNING:** This is an advanced feature geared towards big deployments.
16+
!!! warning
17+
18+
This is an advanced feature geared towards big deployments.
1719

1820
You can run the [Lavalink Config Server](https://github.com/lavalink-devs/Lavalink-Config-Server) to manage the configuration of multiple Lavalink servers at one place.
1921
See the [Config Server](config/config-server.md) documentation for more information.

docs/getting-started/index.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,20 +16,26 @@ Generally there are a few different ways to run Lavalink:
1616

1717
### Standalone Binary
1818

19-
> **Note:** This is the easiest way to run Lavalink.
19+
!!! note
20+
21+
This is the easiest way to run Lavalink.
2022

2123
To run Lavalink as a standalone binary, follow the steps [here](binary.md).
2224

2325
### Systemd
2426

25-
> **Note:** This is the recommended way to run Lavalink on Linux.
27+
!!! note
28+
29+
This is the recommended way to run Lavalink on Linux.
2630

2731
Running Lavalink as a systemd service makes sure that Lavalink is always running and restarts it if it crashes.
2832
You can find the instructions [here](systemd.md).
2933

3034
### Docker
3135

32-
> **Note:** This is the recommended way for experienced users to run Lavalink.
36+
!!! note
37+
38+
This is the recommended way for experienced users to run Lavalink.
3339

3440
Running applications in Docker containers is a great way to isolate them from the host system and make them portable.
3541
You can find the instructions [here](docker.md).

0 commit comments

Comments
 (0)