diff options
author | Ralph Amissah <ralph.amissah@gmail.com> | 2021-11-27 21:54:49 -0500 |
---|---|---|
committer | Ralph Amissah <ralph.amissah@gmail.com> | 2021-11-27 21:54:49 -0500 |
commit | 78b1b83be0cf04b4cba707751b7ad4d97787fe37 (patch) | |
tree | 0260daae62c3c0c055b7ec73b274fa82b31b344f /markup/pod/sisu-manual/conf/sisu_document_make |
track document samples used
Diffstat (limited to 'markup/pod/sisu-manual/conf/sisu_document_make')
-rw-r--r-- | markup/pod/sisu-manual/conf/sisu_document_make | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/markup/pod/sisu-manual/conf/sisu_document_make b/markup/pod/sisu-manual/conf/sisu_document_make new file mode 100644 index 0000000..c15e8cd --- /dev/null +++ b/markup/pod/sisu-manual/conf/sisu_document_make @@ -0,0 +1,12 @@ +make: + breaks: "break=1" + home_button_text: "{doc-reform}https://doc-reform.org; {SiSU}https://sisudoc.org; {sources / git}https://git.sisudoc.org/" + +# footer: "{SiSU}https://sisudoc.org; {sources / git}https://git.sisudoc.org/" +# home_button_text "{sisu.png }https://sisudoc.org" + +links: [ + "{doc-reform}https://doc-reform.org", + "{SiSU}https://sisudoc.org", + "{sources / git}https://git.sisudoc.org/" + ] |