forked from Telodendria/Telodendria
Clean up documentation man pages.
This commit is contained in:
parent
4aa9f70d98
commit
8f0bd672a3
4 changed files with 13 additions and 9 deletions
4
TODO.txt
4
TODO.txt
|
@ -93,5 +93,5 @@ Documentation
|
||||||
[ ] Add other message divs for notes and warnings
|
[ ] Add other message divs for notes and warnings
|
||||||
|
|
||||||
[x] Convert documentation to man pages
|
[x] Convert documentation to man pages
|
||||||
[ ] Clean up dark mode in man page CSS (links)
|
[x] Clean up dark mode in man page CSS (links)
|
||||||
[ ] Synopsis table should not be styled
|
[x] Synopsis table should not be styled
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
.Dd $Mdocdate: September 22 2022 $
|
.Dd $Mdocdate: September 23 2022 $
|
||||||
.Dt TD 8
|
.Dt TD 8
|
||||||
.Os Telodendria Project
|
.Os Telodendria Project
|
||||||
.Sh NAME
|
.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
|
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
|
using it, just run the following command in the Telodendria source
|
||||||
directory:
|
directory:
|
||||||
.sp
|
.Bd -literal -offset indent
|
||||||
.D1 $\ . tools/env.sh
|
$ . tools/env.sh
|
||||||
|
.Ed
|
||||||
.sp
|
.sp
|
||||||
.Sy Note:
|
.Sy Note:
|
||||||
You will have to run the above command every time you start a new
|
You will have to run the above command every time you start a new
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
.Dd $Mdocdate: September 22 2022 $
|
.Dd $Mdocdate: September 23 2022 $
|
||||||
.Dt TELODENDRIA.CONF 5
|
.Dt TELODENDRIA.CONF 5
|
||||||
.Os Telodendria Project
|
.Os Telodendria Project
|
||||||
.Sh NAME
|
.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.
|
contain only those characters. Macros are not expanded inside quotes.
|
||||||
.sp
|
.sp
|
||||||
For example:
|
For example:
|
||||||
.D1 macro1 = "value1";
|
.Bd -literal -offset indent
|
||||||
.D1 directive $macro1;
|
macro1 = "value1";
|
||||||
|
directive $macro1;
|
||||||
|
.Ed
|
||||||
.Sh GLOBAL OPTIONS
|
.Sh GLOBAL OPTIONS
|
||||||
Here are the settings that can be set globally:
|
Here are the settings that can be set globally:
|
||||||
.Bl -tag -width Ds
|
.Bl -tag -width Ds
|
||||||
|
|
|
@ -211,7 +211,7 @@ h2.Ss {
|
||||||
}
|
}
|
||||||
|
|
||||||
.Xr {
|
.Xr {
|
||||||
color: black;
|
color: var(--color-text);
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -392,6 +392,7 @@ h2.Ss {
|
||||||
table.Nm,
|
table.Nm,
|
||||||
table.Nm td {
|
table.Nm td {
|
||||||
border: none;
|
border: none;
|
||||||
|
width: fit-content;
|
||||||
}
|
}
|
||||||
|
|
||||||
code.Nm {
|
code.Nm {
|
||||||
|
|
Loading…
Reference in a new issue