fix links on docs pages

This commit is contained in:
eyedeekay
2025-05-06 17:37:07 -04:00
6 changed files with 443 additions and 505 deletions

View File

@ -1,5 +1,13 @@
<<<<<<< HEAD
fmt: cp
find . -name '*.go' -exec gofumpt -w -s -extra {} \;
cp:
cp -v ./.github/workflows/page.yml pkg/templates/page.yml
cp -v ./.github/workflows/page.yml pkg/templates/page.yml
||||||| 883cc95
fmt:
find . -name '*.go' -exec gofumpt -w -s -extra {} \;
=======
fmt:
find . -name '*.go' -exec gofumpt -w -s -extra {} \;
>>>>>>> a0804fdff6ce1cf2312908d85889ae632c2915e6