update documentation
This commit is contained in:
parent
1ef9bf0033
commit
de53816545
|
@ -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)
|
||||
|
|
|
@ -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
2
make
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue