From a1ecc649b8bfef83a140685813fee78e5862a070 Mon Sep 17 00:00:00 2001 From: Anirudh Oppiliappan Date: Wed, 27 Aug 2025 14:23:18 +0300 Subject: [PATCH] appview/pages: link to respective docs in knots & spindles pages Change-Id: wpzvzxvvrpowwpxllmpylkswqprkuyqx Signed-off-by: Anirudh Oppiliappan --- appview/pages/templates/knots/index.html | 25 ++++++++++++--------- appview/pages/templates/spindles/index.html | 23 +++++++++++-------- 2 files changed, 29 insertions(+), 19 deletions(-) diff --git a/appview/pages/templates/knots/index.html b/appview/pages/templates/knots/index.html index 63fa8ccb..1d90eeb8 100644 --- a/appview/pages/templates/knots/index.html +++ b/appview/pages/templates/knots/index.html @@ -1,8 +1,15 @@ {{ define "title" }}knots{{ end }} {{ define "content" }} -
+

Knots

+ + + {{ i "book" "w-3 h-3" }} + + docs + +
@@ -15,16 +22,14 @@ {{ end }} {{ define "about" }} -
-

- Knots are lightweight headless servers that enable users to host Git repositories with ease. - Knots are designed for either single or multi-tenant use which is perfect for self-hosting on a Raspberry Pi at home, or larger “community” servers. - When creating a repository, you can choose a knot to store it on. - - Checkout the documentation if you're interested in self-hosting. - +

+

+ Knots are lightweight headless servers that enable users to host Git repositories with ease. + When creating a repository, you can choose a knot to store it on.

-
+ + +
{{ end }} {{ define "list" }} diff --git a/appview/pages/templates/spindles/index.html b/appview/pages/templates/spindles/index.html index d26c088c..af098308 100644 --- a/appview/pages/templates/spindles/index.html +++ b/appview/pages/templates/spindles/index.html @@ -1,8 +1,16 @@ {{ define "title" }}spindles{{ end }} {{ define "content" }} -
-

Spindles

+
+

Spindles

+ + + + {{ i "book" "w-3 h-3" }} + + docs + +
@@ -15,14 +23,11 @@ {{ end }} {{ define "about" }} -
-

- Spindles are small CI runners. - - Checkout the documentation if you're interested in self-hosting. - +

+

+ Spindles are small CI runners.

-
+
{{ end }} {{ define "list" }} -- 2.43.0