From a4895f5166a520e33cc4d6f9e24aea95d0ce691e Mon Sep 17 00:00:00 2001 From: Alex Date: Sat, 25 Jan 2025 20:44:56 +0000 Subject: [PATCH] fix: add links to dev env instructions --- CONTRIBUTING.md | 1 + README.md | 3 +++ 2 files changed, 4 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 8e41b9ce..53b9f3ab 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -27,6 +27,7 @@ Before creating issues, please check out how the latest version of our app looks ### 👨‍💻 If you're interested in contributing code, here are some important things to know: +For instructions on setting up a development environment, please refer to our [Development Deployment Guide](https://docs.docsgpt.cloud/Deploying/Development-Environment). Tech Stack Overview: diff --git a/README.md b/README.md index d550b639..f95244cc 100644 --- a/README.md +++ b/README.md @@ -108,6 +108,9 @@ On windows: To stop, just run `Ctrl + C`. +> [!Note] +> For development environment setup instructions, please refer to the [Development Environment Guide](https://docs.docsgpt.cloud/Deploying/Development-Environment). + ## Contributing Please refer to the [CONTRIBUTING.md](CONTRIBUTING.md) file for information about how to get involved. We welcome issues, questions, and pull requests.