mirror of
https://github.com/langgenius/dify-docs.git
synced 2026-03-27 13:28:32 +07:00
Merge pull request #267 from danwen1/danwen-patch-1
fix: formatting, links, and some minor issues.
This commit is contained in:
30
README.md
30
README.md
@@ -4,33 +4,27 @@ Welcome to the documentation repository for Dify.
|
||||
|
||||
We warmly welcome your contributions — whether it’s proofreading, fixing typos, or submitting new content. Please feel free to open issues or PRs if you find anything that could be improved!
|
||||
|
||||
⸻
|
||||
|
||||
## 🚀 Project Overview
|
||||
|
||||
This project uses the Mintlify Kit to build and serve modern, developer-friendly documentation.
|
||||
|
||||
⸻
|
||||
|
||||
## 🛠️ Local Development
|
||||
|
||||
To preview and develop documentation locally:
|
||||
|
||||
1. Install the Mintlify CLI
|
||||
1. Install the Mintlify CLI.
|
||||
|
||||
```bash
|
||||
npm i -g mintlify
|
||||
```
|
||||
```bash
|
||||
npm i -g mintlify
|
||||
```
|
||||
|
||||
2. Start local development
|
||||
2. Start local development.
|
||||
|
||||
Run this command at the root of your project (where docs.json is located):
|
||||
Run the following command at the root of your project (where docs.json is located):
|
||||
|
||||
```bash
|
||||
mintlify dev
|
||||
```
|
||||
|
||||
⸻
|
||||
```bash
|
||||
mintlify dev
|
||||
```
|
||||
|
||||
## 🙌 Contributing
|
||||
|
||||
@@ -44,15 +38,13 @@ Your help in reviewing, editing, and expanding the documentation is truly apprec
|
||||
4. Make your edits or write new content in the appropriate file under the content/ directory.
|
||||
5. Submit a Pull Request (PR) after verifying your changes:
|
||||
|
||||
• If you’ve added new pages or sections, don’t forget to update docs.json to include them in the sidebar navigation.
|
||||
• We welcome tri-lingual contributions (English, Simplified Chinese, Japanese) — contribute in one or more languages if possible.
|
||||
- If you’ve added new pages or sections, don’t forget to update docs.json to include them in the sidebar navigation.
|
||||
- We welcome tri-lingual contributions (English, Simplified Chinese, Japanese) — contribute in one or more languages if possible.
|
||||
|
||||
Please submit PRs to this repository instead of the legacy one: 📘 https://github.com/langgenius/dify-docs-archived
|
||||
|
||||
Thanks again for being part of Dify’s documentation journey!
|
||||
|
||||
⸻
|
||||
|
||||
## 📄 License
|
||||
|
||||
The Dify product documentation in the assets, content, and data folders are licensed under a [CC-BY license](LICENSE).
|
||||
|
||||
@@ -2,9 +2,9 @@
|
||||
title: 产品简介
|
||||
---
|
||||
|
||||
**Dify** 是一款开源的大语言模型(LLM) 应用开发平台。它融合了后端即服务(Backend as Service)和 [LLMOps](learn-more/extended-reading/what-is-llmops) 的理念,使开发者可以快速搭建生产级的生成式 AI 应用。即使你是非技术人员,也能参与到 AI 应用的定义和数据运营过程中。
|
||||
**Dify** 是一款开源的大语言模型(LLM)应用开发平台。它融合了后端即服务(Backend as Service)和 [LLMOps](learn-more/extended-reading/what-is-llmops) 的理念,使开发者可以快速搭建生产级的生成式 AI 应用。即使你是非技术人员,也能参与到 AI 应用的定义和数据运营过程中。
|
||||
|
||||
由于 Dify 内置了构建 LLM 应用所需的关键技术栈,包括对数百个模型的支持、直观的 Prompt 编排界面、高质量的 RAG 引擎、稳健的 Agent 框架、灵活的流程编排,并同时提供了一套易用的界面和 API。这为开发者节省了许多重复造轮子的时间,使其可以专注在创新和业务需求上。
|
||||
由于 Dify 内置了构建 LLM 应用所需的关键技术栈,包括对数百个模型的支持、直观的 Prompt 编排界面、高质量的 RAG 引擎、稳健的 Agent 框架、灵活的工作流,并同时提供了一套易用的界面和 API。这为开发者节省了许多重复造轮子的时间,使其可以专注在创新和业务需求上。
|
||||
|
||||
### 为什么使用 Dify?
|
||||
|
||||
@@ -33,7 +33,7 @@ Dify 一词源自 Define + Modify,意指定义并且持续的改进你的 AI
|
||||
* 阅读[**快速开始**](/zh-hans/guides/application-orchestrate/creating-an-application),速览 Dify 的应用构建流程
|
||||
* 了解如何[**自部署 Dify 到服务器**](/zh-hans/getting-started/install-self-hosted/docker-compose)上,并[**接入开源模型**](/zh-hans/guides/model-configuration/)
|
||||
* 了解 Dify 的[**特性规格**](/zh-hans/getting-started/readme/features-and-specifications/)和 **Roadmap**
|
||||
* 在 [**GitHub**](https://github.com/langgenius/dify) 上为我们点亮一颗星,并阅读我们的**贡献指南**
|
||||
* 在 [**GitHub**](https://github.com/langgenius/dify) 上为我们点亮一颗星,并阅读我们的[**贡献指南**](/zh-hans/community/contribution)
|
||||
|
||||
{/*
|
||||
Contributing Section
|
||||
|
||||
Reference in New Issue
Block a user