From 2e0c84ec15749b5b4b982e90e6abe019b55ea923 Mon Sep 17 00:00:00 2001 From: Lucas Garron Date: Wed, 08 Apr 2026 00:53:33 +0000 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(s) changed, 1 insertion(s)(+), 1 deletion(s)(-) diff --git a/appview/pages/templates/repo/empty.html b/appview/pages/templates/repo/empty.html --- a/appview/pages/templates/repo/empty.html +++ b/appview/pages/templates/repo/empty.html @@ -34,7 +34,7 @@

This is an empty repository. To get started:

{{ $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!

-- tangled.sh