diff options
-rw-r--r-- | website/index.skb | 5 |
1 files changed, 4 insertions, 1 deletions
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 <arunisaac@systemreboot.net> +;;; Copyright © 2022, 2023 Arun Isaac <arunisaac@systemreboot.net> ;;; ;;; 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 |