From 399613fc6aaad76150308e3248759819beee989f Mon Sep 17 00:00:00 2001 From: maliming Date: Thu, 4 Sep 2025 14:41:58 +0800 Subject: [PATCH] Reorder JSON section in docs navigation --- docs/en/docs-nav.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/en/docs-nav.json b/docs/en/docs-nav.json index ae2a268ab5..585309d8eb 100644 --- a/docs/en/docs-nav.json +++ b/docs/en/docs-nav.json @@ -745,14 +745,14 @@ "text": "Image Manipulation", "path": "framework/infrastructure/image-manipulation.md" }, - { - "text": "JSON", - "path": "framework/infrastructure/json.md" - }, { "text": "Interceptors", "path": "framework/infrastructure/interceptors.md" }, + { + "text": "JSON", + "path": "framework/infrastructure/json.md" + }, { "text": "Object to Object Mapping", "path": "framework/infrastructure/object-to-object-mapping.md"