Clean up documentation man pages.

This commit is contained in:
Jordan Bancino 2022-09-23 17:50:02 -04:00
parent 4aa9f70d98
commit 8f0bd672a3
4 changed files with 13 additions and 9 deletions

View File

@ -93,5 +93,5 @@ Documentation
[ ] Add other message divs for notes and warnings
[x] Convert documentation to man pages
[ ] Clean up dark mode in man page CSS (links)
[ ] Synopsis table should not be styled
[x] Clean up dark mode in man page CSS (links)
[x] Synopsis table should not be styled

View File

@ -1,4 +1,4 @@
.Dd $Mdocdate: September 22 2022 $
.Dd $Mdocdate: September 23 2022 $
.Dt TD 8
.Os Telodendria Project
.Sh NAME
@ -37,8 +37,9 @@ script is fairly intuitive. It operates somewhat like
in that it has recipes that you specify on the command line. To start
using it, just run the following command in the Telodendria source
directory:
.sp
.D1 $\ . tools/env.sh
.Bd -literal -offset indent
$ . tools/env.sh
.Ed
.sp
.Sy Note:
You will have to run the above command every time you start a new

View File

@ -1,4 +1,4 @@
.Dd $Mdocdate: September 22 2022 $
.Dd $Mdocdate: September 23 2022 $
.Dt TELODENDRIA.CONF 5
.Os Telodendria Project
.Sh NAME
@ -25,8 +25,10 @@ Macro names must start with a letter, digit, or underscore, and may
contain only those characters. Macros are not expanded inside quotes.
.sp
For example:
.D1 macro1 = "value1";
.D1 directive $macro1;
.Bd -literal -offset indent
macro1 = "value1";
directive $macro1;
.Ed
.Sh GLOBAL OPTIONS
Here are the settings that can be set globally:
.Bl -tag -width Ds

View File

@ -211,7 +211,7 @@ h2.Ss {
}
.Xr {
color: black;
color: var(--color-text);
font-weight: bold;
}
@ -392,6 +392,7 @@ h2.Ss {
table.Nm,
table.Nm td {
border: none;
width: fit-content;
}
code.Nm {