From 9d5d4209bd6d0d00d61428ab90017af76e6246d4 Mon Sep 17 00:00:00 2001 From: Kristofers Solo Date: Wed, 21 Jan 2026 21:54:20 +0200 Subject: [PATCH] docs: document outline-title and attachment-title parameters --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index a604ce9..8bf1954 100644 --- a/README.md +++ b/README.md @@ -33,6 +33,8 @@ configure the whole document and `attachment` helper function. Important argumen `text` (content) and `keywords` (array) as well as `title`, `lang` and `keyword-title`. - `bibliography`: Result of `bibliography("path/to/file.yml")` or `none`. - `attachments`: Tuple of `attachment(...)` items (tables, figures). All attachments must be referenced in the document body to appear in the outline. +- `outline-title`: Title for the table of contents. Defaults to `"Saturs"`. +- `attachment-title`: Title for the attachments section. Defaults to `"Pielikumi"`. - `display-documentary`: Whether to display the documentary page at the end. Defaults to `true`. - `description`: Document description for PDF metadata. Defaults to `none`. - Positional argument: the document body follows the `ludf.with(...)` call.