diff options
author | Arun Isaac | 2023-01-23 16:16:54 +0000 |
---|---|---|
committer | Arun Isaac | 2023-01-23 16:16:54 +0000 |
commit | a7b103c726dcb0d994fa45de18fe029d539208fd (patch) | |
tree | 77591f19dc7ae2d20c08d8407af81353f3405fd7 /website | |
parent | 744cb39808ac5d8399dfd1174de3d7115cb35a5f (diff) | |
download | tissue-a7b103c726dcb0d994fa45de18fe029d539208fd.tar.gz tissue-a7b103c726dcb0d994fa45de18fe029d539208fd.tar.lz tissue-a7b103c726dcb0d994fa45de18fe029d539208fd.zip |
website: Link to the manual.
* website/index.skb (Documentation): New section.
Diffstat (limited to 'website')
-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 |