Description
Today, the vitess code and the vitess documentation are on different repos. This means one can make code changes, create a PR, merge that PR, and then consider the case for making a documentation PR.
I'm suggesting to import the documentation into this repo. This will be a cultural/flow change: much like we're expected to add tests to validate our changes, we will also update the documentation in the same PR that changes the code, and we will culturally expect documentation updates when reviewing a PR.
We can otherwise still keep that other documentation repo, https://github.com/vitessio/website as is: we can choose to use CI/Actions cycle to push documentation updates from this repo to the website repo upon PR merge, or just a few times a day, etc.
Thoughts?
Activity