From 97ba7f1ce9081e774cbabb991f0f3e4741607c3a Mon Sep 17 00:00:00 2001 From: Atif Ali Date: Wed, 4 Jun 2025 09:50:23 -0700 Subject: [PATCH] docs: fix alert in artifactory guide (#18235) [preview](https://coder.com/docs/@atif%2Ffix-alert/admin/integrations/jfrog-artifactory#jfrog-token) --- 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 3713bb1770..13b1880940 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.