From d4bc106d17727aecb8a9ffb6903e22aa85513ca2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sam=20=E3=82=B7?= Date: Thu, 24 Oct 2024 09:02:06 -0400 Subject: [PATCH] docs: fixed guide formatting issues caused by prettier (#2355) --- content/guides/react-fastapi-rag-portfolio.md | 20 +++++++++---------- content/guides/timescale-fastapi.md | 20 +++++++++---------- 2 files changed, 20 insertions(+), 20 deletions(-) diff --git a/content/guides/react-fastapi-rag-portfolio.md b/content/guides/react-fastapi-rag-portfolio.md index 1513a0a422..3a0b0d229f 100644 --- a/content/guides/react-fastapi-rag-portfolio.md +++ b/content/guides/react-fastapi-rag-portfolio.md @@ -54,23 +54,23 @@ Follow these steps to set up your backend for the full-stack portfolio website: 3. Set up the virtual environment. - You will now create and activate a virtual environment in which your project's dependencies will be installed. + You will now create and activate a virtual environment in which your project's dependencies will be installed. - - `bash + + ```bash uv venv source .venv/bin/activate - ` + ``` - `bash + ```bash + uv venv + .venv\Scripts\activate + ``` - uv venv - .venv\Scripts\activate - ` - + - You should see `(portfolio_backend)` in your terminal now, this means that your virtual environment is activated. + You should see `(portfolio_backend)` in your terminal now, this means that your virtual environment is activated. 4. Install dependencies. diff --git a/content/guides/timescale-fastapi.md b/content/guides/timescale-fastapi.md index 944fac76a3..ec8cdb422c 100644 --- a/content/guides/timescale-fastapi.md +++ b/content/guides/timescale-fastapi.md @@ -42,23 +42,23 @@ Follow these steps to set up your project and virtual environment: 2. Set up the virtual environment. - You will now create and activate a virtual environment in which your project's dependencies will beinstalled. + You will now create and activate a virtual environment in which your project's dependencies will beinstalled. - - `bash + + ```bash uv venv source .venv/bin/activate - ` + ``` - `bash + ```bash + uv venv + .venv\Scripts\activate + ``` - uv venv - .venv\Scripts\activate - ` - + - You should see `(timescale_fastapi)` in your terminal now, this means that your virtual environment is activated. + You should see `(timescale_fastapi)` in your terminal now, this means that your virtual environment is activated. 3. Install dependencies.