Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
36 changes: 18 additions & 18 deletions docs.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"icon": "cloud",
"tabs": [
{
"tab": "Create",
"tab": "Use",
"icon": "book-open",
"pages": [
"en/cloud/use-dify/getting-started/introduction",
Expand Down Expand Up @@ -269,7 +269,7 @@
]
},
{
"tab": "Develop",
"tab": "Developer Resources",
"icon": "code",
"menu": [
{
Expand Down Expand Up @@ -316,7 +316,7 @@
]
},
{
"item": "Plugins",
"item": "Develop Plugins",
"icon": "code-pull-request",
"groups": [
{
Expand Down Expand Up @@ -493,7 +493,7 @@
]
},
{
"tab": "Create",
"tab": "Use",
"icon": "book-open",
"pages": [
"en/self-host/use-dify/getting-started/introduction",
Expand Down Expand Up @@ -731,7 +731,7 @@
]
},
{
"tab": "Develop",
"tab": "Developer Resources",
"icon": "code",
"menu": [
{
Expand Down Expand Up @@ -778,7 +778,7 @@
]
},
{
"item": "Plugins",
"item": "Develop Plugins",
"icon": "code-pull-request",
"groups": [
{
Expand Down Expand Up @@ -911,7 +911,7 @@
"icon": "cloud",
"tabs": [
{
"tab": "创造",
"tab": "使用",
"icon": "book-open",
"pages": [
"zh/cloud/use-dify/getting-started/introduction",
Expand Down Expand Up @@ -1152,7 +1152,7 @@
]
},
{
"tab": "开发",
"tab": "开发者资源",
"icon": "code",
"menu": [
{
Expand Down Expand Up @@ -1199,7 +1199,7 @@
]
},
{
"item": "插件",
"item": "插件开发",
"icon": "code-pull-request",
"groups": [
{
Expand Down Expand Up @@ -1376,7 +1376,7 @@
]
},
{
"tab": "创造",
"tab": "使用",
"icon": "book-open",
"pages": [
"zh/self-host/use-dify/getting-started/introduction",
Expand Down Expand Up @@ -1614,7 +1614,7 @@
]
},
{
"tab": "开发",
"tab": "开发者资源",
"icon": "code",
"menu": [
{
Expand Down Expand Up @@ -1661,7 +1661,7 @@
]
},
{
"item": "插件",
"item": "插件开发",
"icon": "code-pull-request",
"groups": [
{
Expand Down Expand Up @@ -1794,7 +1794,7 @@
"icon": "cloud",
"tabs": [
{
"tab": "作成",
"tab": "使い方",
"icon": "book-open",
"pages": [
"ja/cloud/use-dify/getting-started/introduction",
Expand Down Expand Up @@ -2035,7 +2035,7 @@
]
},
{
"tab": "開発",
"tab": "開発者リソース",
"icon": "code",
"menu": [
{
Expand Down Expand Up @@ -2082,7 +2082,7 @@
]
},
{
"item": "プラグイン",
"item": "プラグイン開発",
"icon": "code-pull-request",
"pages": [
"None",
Expand Down Expand Up @@ -2251,7 +2251,7 @@
]
},
{
"tab": "作成",
"tab": "使い方",
"icon": "book-open",
"pages": [
"ja/self-host/use-dify/getting-started/introduction",
Expand Down Expand Up @@ -2489,7 +2489,7 @@
]
},
{
"tab": "開発",
"tab": "開発者リソース",
"icon": "code",
"menu": [
{
Expand Down Expand Up @@ -2536,7 +2536,7 @@
]
},
{
"item": "プラグイン",
"item": "プラグイン開発",
"icon": "code-pull-request",
"pages": [
"None",
Expand Down
4 changes: 2 additions & 2 deletions en/cloud/use-dify/getting-started/introduction.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: Create with Dify
title: Use Dify
sidebarTitle: Overview
description: Orchestrate, publish, and monitor AI applications in your workspace
mode: "frame"
Expand All @@ -8,7 +8,7 @@ mode: "frame"
<div className="uo-wrap">
<div className="uo-hero">
<div className="uo-hero-text">
<h1 className="text-3xl font-bold tracking-tight text-black dark:text-white">Create with Dify</h1>
<h1 className="text-3xl font-bold tracking-tight text-black dark:text-white">Use Dify</h1>
<p className="mt-3 text-gray-500">
Your workspace is where everything happens: build AI applications, ground them in your own data, then publish and monitor them.
</p>
Expand Down
4 changes: 2 additions & 2 deletions en/self-host/use-dify/getting-started/introduction.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: Create with Dify
title: Use Dify
sidebarTitle: Overview
description: Orchestrate, publish, and monitor AI applications in your workspace
mode: "frame"
Expand All @@ -8,7 +8,7 @@ mode: "frame"
<div className="uo-wrap">
<div className="uo-hero">
<div className="uo-hero-text">
<h1 className="text-3xl font-bold tracking-tight text-black dark:text-white">Create with Dify</h1>
<h1 className="text-3xl font-bold tracking-tight text-black dark:text-white">Use Dify</h1>
<p className="mt-3 text-gray-500">
Your workspace is where everything happens: build AI applications, ground them in your own data, then publish and monitor them.
</p>
Expand Down
4 changes: 2 additions & 2 deletions ja/cloud/use-dify/getting-started/introduction.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: Dify で作成する
title: Dify の使い方
sidebarTitle: 概要
description: ワークスペースで AI アプリケーションを構築、公開、監視する
mode: "frame"
Expand All @@ -8,7 +8,7 @@ mode: "frame"
<div className="uo-wrap">
<div className="uo-hero">
<div className="uo-hero-text">
<h1 className="text-3xl font-bold tracking-tight text-black dark:text-white">Dify で作成する</h1>
<h1 className="text-3xl font-bold tracking-tight text-black dark:text-white">Dify の使い方</h1>
<p className="mt-3 text-gray-500">
すべての作業はワークスペースから始まります。AI アプリケーションを構築し、自分のデータを接続して、公開と監視まで行えます。
</p>
Expand Down
4 changes: 2 additions & 2 deletions ja/self-host/use-dify/getting-started/introduction.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: Dify で作成する
title: Dify の使い方
sidebarTitle: 概要
description: ワークスペースで AI アプリケーションを構築、公開、監視する
mode: "frame"
Expand All @@ -8,7 +8,7 @@ mode: "frame"
<div className="uo-wrap">
<div className="uo-hero">
<div className="uo-hero-text">
<h1 className="text-3xl font-bold tracking-tight text-black dark:text-white">Dify で作成する</h1>
<h1 className="text-3xl font-bold tracking-tight text-black dark:text-white">Dify の使い方</h1>
<p className="mt-3 text-gray-500">
すべての作業はワークスペースから始まります。AI アプリケーションを構築し、自分のデータを接続して、公開と監視まで行えます。
</p>
Expand Down
4 changes: 2 additions & 2 deletions zh/cloud/use-dify/getting-started/introduction.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: Dify 创造
title: 使用 Dify
sidebarTitle: 概览
description: 在工作空间中构建、发布并监控 AI 应用
mode: "frame"
Expand All @@ -8,7 +8,7 @@ mode: "frame"
<div className="uo-wrap">
<div className="uo-hero">
<div className="uo-hero-text">
<h1 className="text-3xl font-bold tracking-tight text-black dark:text-white"> Dify 创造</h1>
<h1 className="text-3xl font-bold tracking-tight text-black dark:text-white">使用 Dify</h1>
<p className="mt-3 text-gray-500">
工作空间是一切工作的起点:构建 AI 应用,接入你自己的数据,再将其发布并持续监控。
</p>
Expand Down
4 changes: 2 additions & 2 deletions zh/self-host/use-dify/getting-started/introduction.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: Dify 创造
title: 使用 Dify
sidebarTitle: 概览
description: 在工作空间中构建、发布并监控 AI 应用
mode: "frame"
Expand All @@ -8,7 +8,7 @@ mode: "frame"
<div className="uo-wrap">
<div className="uo-hero">
<div className="uo-hero-text">
<h1 className="text-3xl font-bold tracking-tight text-black dark:text-white"> Dify 创造</h1>
<h1 className="text-3xl font-bold tracking-tight text-black dark:text-white">使用 Dify</h1>
<p className="mt-3 text-gray-500">
工作空间是一切工作的起点:构建 AI 应用,接入你自己的数据,再将其发布并持续监控。
</p>
Expand Down
Loading