update documentation

This commit is contained in:
Leon van Kammen 2023-03-31 19:40:18 +02:00
parent 4e976dc645
commit 39c671d58e
2 changed files with 3 additions and 3 deletions

View file

@ -1,8 +1,8 @@
<link rel="stylesheet" href="css/style.css"/> <link rel="stylesheet" href="https://2wa.isvery.ninja/css/style.css"/>
<link href="https://fonts.cdnfonts.com/css/montserrat" rel="stylesheet"/> <link href="https://fonts.cdnfonts.com/css/montserrat" rel="stylesheet"/>
> version 1.0.0 > version 1.0.0
date: 2023-03-31T19:37:02+0200 (generated by `./make doc`) date: 2023-03-31T19:40:15+0200 (generated by `./make doc`)
[![Actions Status](https://github.com/coderofsalvation/xrfragment/workflows/test/badge.svg)](https://github.com/coderofsalvation/xrfragment/actions) [![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(){ doc(){
{ {
echo '<link rel="stylesheet" href="css/style.css"/>' echo '<link rel="stylesheet" href="https://2wa.isvery.ninja/css/style.css"/>'
echo '<link href="https://fonts.cdnfonts.com/css/montserrat" rel="stylesheet"/>' echo '<link href="https://fonts.cdnfonts.com/css/montserrat" rel="stylesheet"/>'
echo "> version $VERSION" echo "> version $VERSION"
echo "\ndate: $(date +"%Y-%m-%dT%H:%M:%S%z") (generated by \`./make doc\`)\n" echo "\ndate: $(date +"%Y-%m-%dT%H:%M:%S%z") (generated by \`./make doc\`)\n"