Commit 0332d3c6a33a38aed478ef97f1055a7020b491f7 Parent: bee1a484235e2829ff17222bfacb8300f08f0adb Author: mcol <mcol@posteo.net> Date: 2021-12-07 01:44:52 +0300 Committer: mcol <mcol@posteo.net> Committed: 2021-12-07 01:45:56 +0300 slight docs style change
templates/docs/style.css Modified
@@ -67,7 +67,7 @@ #docs h3 { text-decoration: underline #aaa; - padding: 0.5em 0; + padding: 1em 0 0; } #docs p {
DOCUMENTATION.md Modified
@@ -121,7 +121,7 @@ ... ... -#### Static files +### Static files Files in the template folder that do not end in ".html" or ".include" or are symbolic links, as well as directories that are not called "repo", are @@ -211,10 +211,10 @@ `branches[0].commit.parent` will work as expected. - "file" includes directories and symbolic links. -#### Diffs +### Diffs Each commit has a corresponding list of diffs. Each diff corresponds to the -changes made to a single file. A diff's `new\_file` and `old\_file` will differ +changes made to a single file. A diff's `new_file` and `old_file` will differ only if the file was renamed. The `status` can be one of: Unmodified, Added, Deleted, Modified, Renamed, Copied, Ignored, Untracked, TypeChange. @@ -227,7 +227,7 @@ file. This makes it easier to style additions and subtractions from other (def for default) lines. -#### Descriptions +### Descriptions Each repository can have a description that is available in the templates. This is how the description for a given respository is determined: