framesurge / perseus

A state-driven web development framework for Rust with full support for server-side rendering and static generation.
https://framesurge.sh/perseus/en-US
MIT License
2.18k stars 89 forks source link

docs(0.3.4): readability improvements #180

Closed ryanrussell closed 2 years ago

ryanrussell commented 2 years ago

Signed-off-by: Ryan Russell git@ryanrussell.org

ryanrussell commented 2 years ago

I see a few other little things in other docs versions... Couple questions

  1. Should changes be made in docs/0.4.0 or docs/next or both? Is next just a symlink?

  2. Do you want me to do the same for the older doc versions or just let them rip? Two minutes to fix, but doubt many people are going back in time :)

-r

arctic-hen7 commented 2 years ago

The next and 0.4.0 docs are distinct (though they're unified before a release), so changes would need to be made to both. Right now, I think it should be fine to make them to next and then just copy that all to 0.4.0.

As for the older docs, that's up to you! I don't really mind either way.

arctic-hen7 commented 2 years ago

@ryanrussell do you want to make those changes in this PR, or shall I merge this and you can make them in another PR?

ryanrussell commented 2 years ago

Just merge this one. I'm abroad with limited connectivity... Will send the rest when I can.