From 404cf4b7c75dcb0b7083a0fb40de24c1fdbc2cff Mon Sep 17 00:00:00 2001 From: Nick Date: Thu, 6 Nov 2025 13:37:27 +0300 Subject: [PATCH] Update quickstart.mdx (#2142) Added missing ** --- docs/pages/quickstart.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/pages/quickstart.mdx b/docs/pages/quickstart.mdx index 6cd62cd4..394276a8 100644 --- a/docs/pages/quickstart.mdx +++ b/docs/pages/quickstart.mdx @@ -57,7 +57,7 @@ The easiest way to launch DocsGPT is using the provided `setup.sh` script. This * **4) Connect Cloud API Provider:** This option lets you connect DocsGPT to a commercial Cloud API provider such as OpenAI, Google (Vertex AI/Gemini), Anthropic (Claude), Groq, HuggingFace Inference API, or Azure OpenAI. You will need an API key from your chosen provider. Select this if you prefer to use a powerful cloud-based LLM. - * **5) Modify DocsGPT's source code and rebuild the Docker images locally. Instead of pulling prebuilt images from Docker Hub or using the hosted/public API, you build the entire backend and frontend from source, customizing how DocsGPT works internally, or run it in an environment without internet access. + * **5) Modify DocsGPT's source code and rebuild the Docker images locally.** Instead of pulling prebuilt images from Docker Hub or using the hosted/public API, you build the entire backend and frontend from source, customizing how DocsGPT works internally, or run it in an environment without internet access. After selecting an option and providing any required information (like API keys or model names), the script will configure your `.env` file and start DocsGPT using Docker Compose. @@ -119,4 +119,4 @@ If you prefer a more manual approach, you can follow our [Docker Deployment docu For more advanced customization of DocsGPT settings, such as configuring vector stores, embedding models, and other parameters, please refer to the [DocsGPT Settings documentation](/Deploying/DocsGPT-Settings). This guide explains how to modify the `.env` file or `settings.py` for deeper configuration. -Enjoy using DocsGPT! \ No newline at end of file +Enjoy using DocsGPT!