I am experimenting to upload a package to pkgs.racket-lang.org. I forked an older, no-longer-maintained package (list-utils) and added a few new functions.
Link to my package: awesome-list
However, the website doesn't show a link to compiled documentation like the original package.
I can use raco test ./main.rkt
locally and passed all tests.
Also, I can find document through raco docs
if I install the package awesome-list locally.
Thanks for help.