retypeapp / retype

Retype is an ✨ ultra-high-performance✨ static site generator that builds a website based on simple text files.
https://retype.com
Other
1.01k stars 201 forks source link

Support for versioning #647

Open pdimens opened 8 months ago

pdimens commented 8 months ago

Hello,

I see that Retype's website has a version tag on the top-left logo, but there are no conspicuous ways to view different (previous) versions of the documentation. Does retype support versioning?

geoffreymcgill commented 8 months ago

Hi @pdimens. Unfortunately, there is not automatic handling of versions within Retype. This is certainly a feature we would love to build and include in a future release.

A low-effort option would be making a copy of your content and including inside a new /versions/v1.0/ folder, where v1.0 would be the version number of that content snapshot. This is also likely how Retype would handle versioning.

Hope this helps.

chrstn-opntdc commented 1 month ago

Hi,

Our team has been using Retype Pro for quite some time now and this feature is what we absolutely need. Something similar to this would be great: https://reactnative.dev/docs/getting-started

Hoping that we can discuss prioritizing this feature as well. Thanks!