You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With the removal of the versioning solution (see #62 & #143 ) we will lose the ability to have a historic record of the Guide.
This will be a reasonably but downgrade from the current RTD solution where anyone can link to the guide for any older version. This is particularly useful for those who only use the LTS versions.
It would be good to be able to provide some kind of future proofing of this loss of detail via a way to export the current site.
This way we can store these somehow and when we do add versioning back we can import this content.
Proposed solution idea 1 - nightly JSON dump to this repo
We automatically use the Django dump data feature and get the CI to commit to this repo - replacing one large JSON file each day.
This would need to be sanitized somewhat (user emails / names) but could be a quick way to resolve this.
Proposed solution idea 2 - Static html export
Similar to above but we have a manual or automatic way to export a static html build of the entire guide. This could be good for those that want to host the content locally/ offline or even remix it.
Could be extended to an epub and even markdown export in the future.
This could also save the html to the rpo. But maybe a seperate isloated branch to avoid too much noise.
This could use bakery or Wagtail freeze.
The text was updated successfully, but these errors were encountered:
With the removal of the versioning solution (see #62 & #143 ) we will lose the ability to have a historic record of the Guide.
This will be a reasonably but downgrade from the current RTD solution where anyone can link to the guide for any older version. This is particularly useful for those who only use the LTS versions.
It would be good to be able to provide some kind of future proofing of this loss of detail via a way to export the current site.
This way we can store these somehow and when we do add versioning back we can import this content.
Proposed solution idea 1 - nightly JSON dump to this repo
We automatically use the Django dump data feature and get the CI to commit to this repo - replacing one large JSON file each day.
This would need to be sanitized somewhat (user emails / names) but could be a quick way to resolve this.
Proposed solution idea 2 - Static html export
Similar to above but we have a manual or automatic way to export a static html build of the entire guide. This could be good for those that want to host the content locally/ offline or even remix it.
Could be extended to an epub and even markdown export in the future.
This could also save the html to the rpo. But maybe a seperate isloated branch to avoid too much noise.
This could use bakery or Wagtail freeze.
The text was updated successfully, but these errors were encountered: