Description
The issue is based on the discussion in #559.
should we probably modify CI so that doc is published automatically on push to master? This way if we don't want doc to be released right now - just keep it in a branch. Otherwise, we have this non-synchronized docs and manual work.. 😟
I'm not sure what to do about publishing docs. It would be nice to auto-publish, but we'll need to look into potentially hiding (
draft
tag?) some info for when we are documenting unreleased features.I don't think the non-synchronised docs have been a big problem yet. But avoiding manual work I am generally more than happy to support 😂
It would be nice to auto-publish, but we'll need to look into potentially hiding (draft tag?) some info for when we are documenting unreleased features.
Can't we just don't put it to
master
then and keep in branch likev5-documentation
orvNext-doc
? Of course, it would require some merging if you modify original doc in the meanwhile, but it shouldn't happy often.
I think also should make sure docs branches continue to be checked against latest code.