From 6161983c7f393d1beeb1ab0e2a8f1d88757e15ee Mon Sep 17 00:00:00 2001 From: AllenWriter Date: Fri, 21 Mar 2025 22:20:02 +0800 Subject: [PATCH] Feat: update jp docs guideline --- docs.json | 6 +++++- ja-jp/{introduction.mdx => readme.mdx} | 0 2 files changed, 5 insertions(+), 1 deletion(-) rename ja-jp/{introduction.mdx => readme.mdx} (100%) diff --git a/docs.json b/docs.json index da6b1fc2..fd60718d 100644 --- a/docs.json +++ b/docs.json @@ -894,7 +894,7 @@ ] }, { - "language": "ja", + "language": "jp", "href": "/ja-jp/introduction", "tabs": [ { @@ -1345,6 +1345,10 @@ ] } ] + }, + { + "tab": "API リファレンス", + "openapi": "https://assets-docs.dify.ai/2025/03/d497c10fe2c248a01ac93f6cfdf210b1.json" } ] } diff --git a/ja-jp/introduction.mdx b/ja-jp/readme.mdx similarity index 100% rename from ja-jp/introduction.mdx rename to ja-jp/readme.mdx