docs: rename nav tabs#819
Merged
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Updates Dify Docs navigation labels and the “Getting Started” landing page headings to reflect a shift from “Create” to “Use”, and renames “Develop” to “Developer Resources” (including the Plugins menu label) across Cloud/Self-Host.
Changes:
- Renamed the primary “Create” tab to “Use” in
docs.jsonand updated the corresponding landing page titles/H1s. - Renamed the “Develop” tab to “Developer Resources” and updated the Plugins menu label.
- Applied the same label changes across English, Chinese, and Japanese navigation sections/pages.
Reviewed changes
Copilot reviewed 7 out of 7 changed files in this pull request and generated 12 comments.
Show a summary per file
| File | Description |
|---|---|
| zh/self-host/use-dify/getting-started/introduction.mdx | Updated page title/H1 to “使用 Dify”. |
| zh/cloud/use-dify/getting-started/introduction.mdx | Updated page title/H1 to “使用 Dify”. |
| ja/self-host/use-dify/getting-started/introduction.mdx | Updated page title/H1 to “Dify の使い方”. |
| ja/cloud/use-dify/getting-started/introduction.mdx | Updated page title/H1 to “Dify の使い方”. |
| en/self-host/use-dify/getting-started/introduction.mdx | Updated page title/H1 to “Use Dify”. |
| en/cloud/use-dify/getting-started/introduction.mdx | Updated page title/H1 to “Use Dify”. |
| docs.json | Renamed navigation tab/menu labels (Use / Developer Resources / Develop Plugins), including localized sections. |
Comments suppressed due to low confidence (4)
zh/self-host/use-dify/getting-started/introduction.mdx:6
- This translated page is missing the required AI-translation disclaimer directly below the frontmatter. Per
tools/translate/formatting-zh.md/formatting-ja.md, translated pages should include a<Note>disclaimer before any body content.
title: 使用 Dify
sidebarTitle: 概览
description: 在工作空间中构建、发布并监控 AI 应用
mode: "frame"
---
zh/cloud/use-dify/getting-started/introduction.mdx:6
- This translated page is missing the required AI-translation disclaimer directly below the frontmatter. Per
tools/translate/formatting-zh.md/formatting-ja.md, translated pages should include a<Note>disclaimer before any body content.
title: 使用 Dify
sidebarTitle: 概览
description: 在工作空间中构建、发布并监控 AI 应用
mode: "frame"
---
ja/self-host/use-dify/getting-started/introduction.mdx:6
- This translated page is missing the required AI-translation disclaimer directly below the frontmatter. Per
tools/translate/formatting-zh.md/formatting-ja.md, translated pages should include a<Note>disclaimer before any body content.
title: Dify の使い方
sidebarTitle: 概要
description: ワークスペースで AI アプリケーションを構築、公開、監視する
mode: "frame"
---
ja/cloud/use-dify/getting-started/introduction.mdx:6
- This translated page is missing the required AI-translation disclaimer directly below the frontmatter. Per
tools/translate/formatting-zh.md/formatting-ja.md, translated pages should include a<Note>disclaimer before any body content.
title: Dify の使い方
sidebarTitle: 概要
description: ワークスペースで AI アプリケーションを構築、公開、監視する
mode: "frame"
---
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| "tabs": [ | ||
| { | ||
| "tab": "创造", | ||
| "tab": "使用", |
| }, | ||
| { | ||
| "tab": "开发", | ||
| "tab": "开发者资源", |
| }, | ||
| { | ||
| "item": "插件", | ||
| "item": "插件开发", |
| }, | ||
| { | ||
| "tab": "创造", | ||
| "tab": "使用", |
| }, | ||
| { | ||
| "tab": "开发", | ||
| "tab": "开发者资源", |
| }, | ||
| { | ||
| "tab": "開発", | ||
| "tab": "開発者リソース", |
| }, | ||
| { | ||
| "item": "プラグイン", | ||
| "item": "プラグイン開発", |
| }, | ||
| { | ||
| "tab": "作成", | ||
| "tab": "使い方", |
| }, | ||
| { | ||
| "tab": "開発", | ||
| "tab": "開発者リソース", |
| }, | ||
| { | ||
| "item": "プラグイン", | ||
| "item": "プラグイン開発", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.