From 0a123a652b04bb0bf4c7e8095277f7bf176fea29 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ere=20M=C3=A4nnist=C3=B6?= Date: Tue, 15 Oct 2024 19:54:41 +0300 Subject: [PATCH] Improve `FAQ` questions and answers - Improve questions and answers - Fix typos --- apps/website/locales/en.json | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/apps/website/locales/en.json b/apps/website/locales/en.json index 321d09cf..d171e3c7 100644 --- a/apps/website/locales/en.json +++ b/apps/website/locales/en.json @@ -56,23 +56,23 @@ }, "faq": { "title": "Frequently asked questions", - "des": "If you can’t find what you’re looking for, please submit an issue through our GitHub repository or ask questions on our Discord.", + "des": "If you can't find what you're looking for, please submit an issue through our GitHub repository or ask questions on our Discord.", "q1": "What is dokploy?", "a1": "Dokploy is a stable, easy-to-use deployment solution designed to simplify the application management process. Think of Dokploy as a free alternative self-hostable solution to platforms like Heroku, Vercel, and Netlify.", "q2": "Why Choose Dokploy?", - "a2": "Simplicity, Flexibility, and Fast", - "q3": "Is free?", - "a3": "Yes, dokploy is totally free. You can use it for personal projects, small teams, or even for large-scale applications.", + "a2": "Dokploy offers simplicity, flexibility, and speed in application deployment and management.", + "q3": "Is Dokploy free?", + "a3": "Yes, Dokploy is totally free. You can use it for personal projects, small teams, or even for large-scale applications.", "q4": "Is it open source?", - "a4": "Yes, dokploy is open source and free to use.", - "q5": "What types of languages can i deploy with dokploy?", - "a5": "Dokploy do not restrict programming languages. you are free to choose your preferred language and framework.", + "a4": "Yes, Dokploy is open source and free to use.", + "q5": "What types of languages can I deploy with Dokploy?", + "a5": "Dokploy does not restrict programming languages. You are free to choose your preferred language and framework.", "q6": "How do I request a feature or report a bug?", - "a6": "Currently we are working on fixing bug fixes, but we will be releasing new features soon. You can also request features or report bugs.", + "a6": "To request a feature or report a bug, please create an issue on our GitHub repository or ask in our Discord channel. We are currently focused on addressing existing bugs and plan to release new features soon.", "q7": "Do you track the usage of Dokploy?", "a7": "No, we don't track any usage data.", "q8": "Are there any user forums or communities where I can interact with other users?", - "a8": "Yes, we have active github discussions where you can share ideas, ask for help, and connect with other users.", + "a8": "Yes, we have active GitHub discussions where you can share ideas, ask for help, and connect with other users.", "q9": "What types of applications can I deploy with Dokploy?", "a9": "Dokploy supports a variety of applications, including those built with Docker, as well as applications from any Git repository, offering custom builds with Nixpacks, Dockerfiles, or Buildpacks like Heroku and Paketo.", "q10": "How does Dokploy handle database management?",