From cfb1c0a50b202cda3c25bf1e41e8805931624e39 Mon Sep 17 00:00:00 2001 From: ldecarvalho-doc <82805470+ldecarvalho-doc@users.noreply.github.com> Date: Wed, 25 Jun 2025 15:18:42 +0200 Subject: [PATCH] fix(gen): minor fixes --- pages/iam/troubleshooting/index.mdx | 2 +- tutorials/configure-apache-kafka/index.mdx | 1 + tutorials/dagster-serverless-jobs/index.mdx | 4 ++-- tutorials/manage-database-instance-pgadmin4/index.mdx | 6 +++--- 4 files changed, 7 insertions(+), 6 deletions(-) diff --git a/pages/iam/troubleshooting/index.mdx b/pages/iam/troubleshooting/index.mdx index 8b2d76ed19..e393ba9e31 100644 --- a/pages/iam/troubleshooting/index.mdx +++ b/pages/iam/troubleshooting/index.mdx @@ -28,7 +28,7 @@ categories: Dockerfile FROM python:3.11-slim-bookworm WORKDIR /app - COPY . . + COPY . . RUN pip install . EOF ``` diff --git a/tutorials/manage-database-instance-pgadmin4/index.mdx b/tutorials/manage-database-instance-pgadmin4/index.mdx index 5c87c3e8d2..6881f69081 100644 --- a/tutorials/manage-database-instance-pgadmin4/index.mdx +++ b/tutorials/manage-database-instance-pgadmin4/index.mdx @@ -29,9 +29,9 @@ pgAdmin is an open-source management tool for PostgreSQL databases. It allows th 1. [Connect to your Instance](/instances/how-to/connect-to-instance/) via SSH. 2. Update the `apt` sources and the software already installed on the Instance: - ``` - apt update && apt upgrade -y - ``` + ``` + apt update && apt upgrade -y + ``` 3. Import the PostgreSQL repository signing key: ``` curl -fsS https://www.pgadmin.org/static/packages_pgadmin_org.pub | sudo gpg --dearmor -o /usr/share/keyrings/packages-pgadmin-org.gpg