With the implementation of mike in #294, everything on the site is now versioned, including blog posts, about page, etc.
Problem: This makes updating the site more challenging, because contributors need to run mike commands for each version branch to ensure consistency across the site.
Proposed solution: Revert the main site to its pre-mike state and split off the documentation into a separate website, like docs.geoblacklight.org that is versioned with mike. Anything that is canonical information that is currently on the documentation site, such as the Release Calendar, might be moved to the main site.
With the implementation of mike in #294, everything on the site is now versioned, including blog posts, about page, etc.
Problem: This makes updating the site more challenging, because contributors need to run
mikecommands for each version branch to ensure consistency across the site.Proposed solution: Revert the main site to its pre-mike state and split off the documentation into a separate website, like docs.geoblacklight.org that is versioned with mike. Anything that is canonical information that is currently on the documentation site, such as the Release Calendar, might be moved to the main site.