update documentation

This commit is contained in:
Leon van Kammen 2023-03-31 19:53:23 +02:00
parent 1ef9bf0033
commit de53816545
3 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
<link rel="stylesheet" href="/doc/style.css"/>
<link rel="stylesheet" href="doc/style.css"/>
<link href="https://fonts.cdnfonts.com/css/montserrat" rel="stylesheet"/>
[![Actions Status](https://github.com/coderofsalvation/xrfragment/workflows/test/badge.svg)](https://github.com/coderofsalvation/xrfragment/actions)

View File

@ -1,8 +1,8 @@
<link rel="stylesheet" href="/doc/style.css"/>
<link rel="stylesheet" href="style.css"/>
<link href="https://fonts.cdnfonts.com/css/montserrat" rel="stylesheet"/>
> version 1.0.0
date: 2023-03-31T19:50:20+0200 (generated by `./make doc`)
date: 2023-03-31T19:53:15+0200 (generated by `./make doc`)
[![Actions Status](https://github.com/coderofsalvation/xrfragment/workflows/test/badge.svg)](https://github.com/coderofsalvation/xrfragment/actions)

2
make
View File

@ -33,7 +33,7 @@ tests(){
doc(){
{
echo '<link rel="stylesheet" href="/doc/style.css"/>'
echo '<link rel="stylesheet" href="style.css"/>'
echo '<link href="https://fonts.cdnfonts.com/css/montserrat" rel="stylesheet"/>'
echo "> version $VERSION"
echo "\ndate: $(date +"%Y-%m-%dT%H:%M:%S%z") (generated by \`./make doc\`)\n"