diff options
author | Arun Isaac | 2022-10-10 01:45:54 +0530 |
---|---|---|
committer | Arun Isaac | 2022-10-10 01:46:53 +0530 |
commit | 7646ccca5d5fd3e4fecdb21980460cdb544a4847 (patch) | |
tree | 64f86ca0efdb1a0b33b17be6b24af2adb2345a3c | |
parent | 25c32afaeec73beee2616b9f8e613efbf95d4404 (diff) | |
download | tissue-7646ccca5d5fd3e4fecdb21980460cdb544a4847.tar.gz tissue-7646ccca5d5fd3e4fecdb21980460cdb544a4847.tar.lz tissue-7646ccca5d5fd3e4fecdb21980460cdb544a4847.zip |
tissue: Document #:indexed-documents as a list of <document> objects.
* tissue/tissue.scm (tissue-configuration): Document
#:indexed-documents as a list of <document> objects, not a list of
<indexed-document> objects.
-rw-r--r-- | tissue/tissue.scm | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/tissue/tissue.scm b/tissue/tissue.scm index 06fc020..e42420a 100644 --- a/tissue/tissue.scm +++ b/tissue/tissue.scm @@ -107,8 +107,9 @@ the generated web pages, among other places. repository. Each element is in turn a list of aliases an author goes by, the first of which is the canonical name of that author. -@var{indexed-documents} is a list of @code{<indexed-document>} objects -representing documents to index. +@var{indexed-documents} is a list of @code{<document>} objects (or +objects of classes inheriting from @code{<document>}) representing +documents to index. @var{web-css} is the path to a CSS stylesheet. It is relative to the document root and must begin with a @code{\"/\"}. If it is @code{#f}, |