🐙 Templated web page generator for your git repositories
git clone https://github.com/m-col/gitja
Files | Refs | Readme | License

Commit 27682dd7101791297f11fdae69228525c233d15c
Parent: 6b324fbc1d4e4fd116b76564e0485fcd0f6ec15e
Author: mcol <mcol@posteo.net>
Date: 2021-11-27 02:43:27 +0000
Committer: mcol <mcol@posteo.net>
Committed: 2021-11-27 02:43:27 +0000

last fixup of docs

docs.rst Modified

@@ -129,7 +129,7 @@
 +--------+--------------+-----------------------------------------------------+
 |        | repositories | A list of all of the git repositories.              |
 +--------+--------------+-----------------------------------------------------+
-| Repo   | In addition to the variables from the index scope...               |
+| Repo   | *In addition to the variables from the index scope...*             |
 +--------+--------------+-----------------------------------------------------+
 |        | name         | The repository name, taken from its folder name.    |
 +--------+--------------+-----------------------------------------------------+
@@ -148,11 +148,11 @@
 +--------+--------------+-----------------------------------------------------+
 |        | license      | The repository's license file, if it has one.       |
 +--------+--------------+-----------------------------------------------------+
-| File   | In addition to the variables from the Repo scope...                |
+| File   | *In addition to the variables from the Repo scope...*              |
 +--------+--------------+-----------------------------------------------------+
 |        | file         | A single file.                                      |
 +--------+--------------+-----------------------------------------------------+
-| Commit | In addition to the variables from the Repo scope...                |
+| Commit | *In addition to the variables from the Repo scope...*              |
 +--------+--------------+-----------------------------------------------------+
 |        | commit       | A single commit.                                    |
 +--------+--------------+-----------------------------------------------------+
@@ -231,6 +231,15 @@
 Note that some attributes point to other objects that have attributes. For
 example, ``branches[0].commit.parent`` will work as expected.
 
+
+Questions?
+==========
+
+If any of this is unclear or could be improved, please do feel free to post an
+issue on GitHub (or contact me another way). Contributions of code and docs are
+also warmly welcome.
+
+
 .. _dhall: https://dhall-lang.org
 .. _`example config`: https://github.com/m-col/gitserve/blob/master/config.dhall
 .. _Jinja: https://jinja.palletsprojects.com