From 2e0c84ec15749b5b4b982e90e6abe019b55ea923 Mon Sep 17 00:00:00 2001 From: Lucas Garron Date: Tue, 7 Apr 2026 17:53:33 -0700 Subject: [PATCH] appview/pages: link directly to the keys page in repo setup Signed-off-by: Lucas Garron --- appview/pages/templates/repo/empty.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appview/pages/templates/repo/empty.html b/appview/pages/templates/repo/empty.html index 266cf671..46ffe7ee 100644 --- a/appview/pages/templates/repo/empty.html +++ b/appview/pages/templates/repo/empty.html @@ -34,7 +34,7 @@ {{ $bullet := "mx-2 text-xs bg-gray-200 dark:bg-gray-600 rounded-full size-5 flex items-center justify-center font-mono inline-flex align-middle" }}

1First, generate a new SSH key pair.

-

2Then add the public key to your account from the settings page.

+

2Then add the public key to your account from the keys page in your settings.

3Configure your remote to git@{{ $knot | stripPort }}:{{ resolve .RepoInfo.OwnerDid }}/{{ .RepoInfo.Name }}

4Push!

-- 2.51.2