From d85b5bbb1dd8dcf614bb94d80f2b1de6a4c48408 Mon Sep 17 00:00:00 2001 From: Atif Ali Date: Wed, 4 Jun 2025 20:59:59 +0500 Subject: [PATCH] docs: fix alert in artifactory guide. --- docs/admin/integrations/jfrog-artifactory.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/admin/integrations/jfrog-artifactory.md b/docs/admin/integrations/jfrog-artifactory.md index 3713bb1770f3d..13b188094096f 100644 --- a/docs/admin/integrations/jfrog-artifactory.md +++ b/docs/admin/integrations/jfrog-artifactory.md @@ -123,8 +123,8 @@ To set this up, follow these steps: } ``` - > [!NOTE] - > The admin-level access token is used to provision user tokens and is never exposed to developers or stored in workspaces. +> [!NOTE] +> The admin-level access token is used to provision user tokens and is never exposed to developers or stored in workspaces. If you don't want to use the official modules, you can read through the [example template](https://github.com/coder/coder/tree/main/examples/jfrog/docker), which uses Docker as the underlying compute. The same concepts apply to all compute types.