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
899 stars 377 forks source link

feat: r/docs/home -> r/docs #3175

Closed moul closed 3 days ago

moul commented 4 days ago

I initially considered adding a rule in gnoweb to automatically redirect to /home. However, I believe it makes more sense to:

  1. Test having a namespace-realm to identify any inconveniences.
  2. Designate r/docs as the documentation and r/docs/home as the homepage for the "docs" team.

Later, we might use r/<handle>/home to configure a DefaultRealm that enables redirection when accessing r/<namespace>. I'm not sure yet, but let's experiment.

codecov[bot] commented 4 days ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

:loudspeaker: Thoughts on this report? Let us know!

leohhhn commented 4 days ago

I think it would make sense to write these kinds of realms instead of a README.

moul commented 4 days ago

Yeah. Especially with the upcoming "upgradeable" realms. It makes sense to upload realms with just a README and no Gno files, then update them later with the source code.