https://github.com/langgenius/dify-docs
https://github.com/langgenius/dify-docs
Last synced: 3 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/langgenius/dify-docs
- Owner: langgenius
- License: cc-by-4.0
- Created: 2025-03-11T07:47:51.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2025-08-18T01:56:35.000Z (3 months ago)
- Last Synced: 2025-08-18T03:27:08.340Z (3 months ago)
- Language: MDX
- Homepage: https://docs.dify.ai
- Size: 16 MB
- Stars: 74
- Watchers: 11
- Forks: 244
- Open Issues: 23
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-hacking-lists - langgenius/dify-docs - The open-source repo for docs.dify.ai (Shell)
README
## π Dify Documentation
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.
```bash
npm i -g mintlify
```
2. Start local development.
Run the following command at the root of your project (where docs.json is located):
```bash
mintlify dev
```
## π Contributing
Your help in reviewing, editing, and expanding the documentation is truly appreciated.
### π Contribution Workflow
1. Fork this repository to your own GitHub account.
2. Create a new branch based on the `main` branch.
3. Start the local development server following the steps above to preview your changes live.
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.
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).