gnolang / gno

Gno: An interpreted, stack-based Go virtual machine to build succinct and composable apps + Gno.land: a blockchain for timeless code and fair open-source.
https://gno.land/
Other
882 stars 366 forks source link

fix portal loop 404 #2496

Open moul opened 3 months ago

moul commented 3 months ago

In the fashion of #1959, a new good first issue is available for anyone who can help review and fix dead links on the portal loop.

It might be helpful to use or create a small tool that can generate a list of 404 errors, which could then be used to decide if and how to address them.

cc @leohhhn, I think your tool for docs could be potentially extended to the whole gnoweb?

leohhhn commented 3 months ago

@moul

We can use the linter to check for 404s in gnoweb, sure. However, we need the content/code to be local before runnning the linter

Loops back to the static HTML generation that we talked about. Right now, we can manually save source of main pages like r/home and scan them, but it would be good to integrate the linter for this.

moul commented 1 month ago

@aeddi