From 98f7f3ef3c4c57923d5118145f0dd95cd8941260 Mon Sep 17 00:00:00 2001 From: Julien Loudet Date: Wed, 30 Oct 2024 17:36:10 +0100 Subject: [PATCH] docs(migration_1.0): fix code highlight for Replication `json5` is not supported, `json` is. Signed-off-by: Julien Loudet --- content/docs/migration_1.0/Rust.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/docs/migration_1.0/Rust.md b/content/docs/migration_1.0/Rust.md index cc05cbd..d36a86f 100644 --- a/content/docs/migration_1.0/Rust.md +++ b/content/docs/migration_1.0/Rust.md @@ -428,7 +428,7 @@ This rewrite was an opportunity to integrate many of the improvements we introdu We also used this rewrite to slightly rework the configuration thus, if you were using this functionality before Zenoh 1.0.0, you will have to update the configuration of all your replicated Storage. The following configuration summarises the changes: -```json5 +```json "plugins": { "storage_manager": { "storages": {