From 912f91b2b35be6b0d05dd768d67599d76151bc5c Mon Sep 17 00:00:00 2001 From: Titus Wormer Date: Mon, 20 Jun 2022 11:58:48 +0200 Subject: Add docs to destination, label, title --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'readme.md') diff --git a/readme.md b/readme.md index b1ad782..a00a658 100644 --- a/readme.md +++ b/readme.md @@ -66,7 +66,6 @@ cargo doc --document-private-items ### Small things -- [ ] (1) Add docs to partials - [ ] (1) Remove all `pub fn`s from constructs, except for start - [ ] (1) Remove `content` content type, as it is no longer needed - [ ] (1) Connect `ChunkString` in label, destination, title @@ -174,6 +173,7 @@ cargo doc --document-private-items - [x] (1) text in heading - [x] (1) Setext headings: can they be solved in content, or do they have to be solved in flow somehow +- [x] (1) Add docs to partials ### Extensions -- cgit