fix closing divs in docs

Signed-off-by: Artem Navoiev <tenmozes@gmail.com>
This commit is contained in:
Artem Navoiev 2023-04-04 13:00:22 +02:00 committed by Aliaksandr Valialkin
parent ca4f94c704
commit 1b05896ac5
No known key found for this signature in database
GPG Key ID: A72BEC6CD3D0DED1
2 changed files with 4 additions and 0 deletions

View File

@ -89,6 +89,7 @@ To trigger [forced merge](https://docs.victoriametrics.com/Single-server-Victori
```console
curl -v -X POST http://vmstorage:8482/internal/force_merge
```
</div>
After the merge is complete, the data will be permanently deleted from the disk.

View File

@ -226,6 +226,7 @@ Single-node VictoriaMetrics:
```console
curl -X POST http://localhost:8428/api/v1/import/native -T filename.bin
```
</div>
Cluster version of VictoriaMetrics:
<div class="with-copy" markdown="1">
@ -252,6 +253,8 @@ Single-node VictoriaMetrics:
curl -d 'metric_name{foo="bar"} 123' -X POST http://localhost:8428/api/v1/import/prometheus
```
</div>
Cluster version of VictoriaMetrics:
<div class="with-copy" markdown="1">