Revert "Docs: fix OTP mix task command for Meilisearch"

This reverts commit 3a82a51a6e.
This commit is contained in:
Mint 2024-11-21 16:52:30 +03:00
parent da7132caba
commit 462a6a2000

View file

@ -73,7 +73,7 @@ you have to get the _private key_, which is actually used for authentication.
=== "OTP" === "OTP"
```sh ```sh
./bin/pleroma_ctl meilisearch show-keys <your master key here> ./bin/pleroma_ctl search.meilisearch show-keys <your master key here>
``` ```
=== "From Source" === "From Source"
@ -103,7 +103,7 @@ To start the initial indexing, run the `index` command:
=== "OTP" === "OTP"
```sh ```sh
./bin/pleroma_ctl meilisearch index ./bin/pleroma_ctl search.meilisearch index
``` ```
=== "From Source" === "From Source"
@ -118,7 +118,7 @@ of indexing and how many posts have actually been indexed, use the `stats` comma
=== "OTP" === "OTP"
```sh ```sh
./bin/pleroma_ctl meilisearch stats ./bin/pleroma_ctl search.meilisearch stats
``` ```
=== "From Source" === "From Source"
@ -133,7 +133,7 @@ use the `clear` command:
=== "OTP" === "OTP"
```sh ```sh
./bin/pleroma_ctl meilisearch clear ./bin/pleroma_ctl search.meilisearch clear
``` ```
=== "From Source" === "From Source"