From a7b103c726dcb0d994fa45de18fe029d539208fd Mon Sep 17 00:00:00 2001 From: Arun Isaac Date: Mon, 23 Jan 2023 16:16:54 +0000 Subject: website: Link to the manual. * website/index.skb (Documentation): New section. --- website/index.skb | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'website') diff --git a/website/index.skb b/website/index.skb index 5f9546a..f32a9af 100644 --- a/website/index.skb +++ b/website/index.skb @@ -1,5 +1,5 @@ ;;; tissue --- Text based issue tracker -;;; Copyright © 2022 Arun Isaac +;;; Copyright © 2022, 2023 Arun Isaac ;;; ;;; This file is part of tissue. ;;; @@ -25,6 +25,9 @@ through project issues and documentation. The search interface is built on the ,(ref :url "https://xapian.org/" :text "Xapian search engine library"), and is available both as a command-line program and as a web server.]) + (section :title "Documentation" :number #f + (p [The ,(ref :url "/manual/dev/en/" :text "tissue manual") is +available online.])) (section :title "License" :number #f (p [tissue is free software released under the terms of the ,(ref :url "https://www.gnu.org/licenses/gpl.html" :text "GNU General Public -- cgit v1.2.3