Configuration of the CI/CD for automation and releases
As each reference architecture is crutial to start with versioning - draft, 0.1.0 versions and publish them using automation. This is better to be done at the beginning because without ensuring some specific formats we can end up with lots of boilerplate work before release or we will
Examples of workflows that can be used (if we going to use something like docusaurus for website etc.) https://github.com/oasis-open/odata-rapid/blob/master/.github/workflows/website.yml
https://github.com/aerogear/graphback/blob/master/.github/workflows/build-website.yml
Once all files will be moved to folder we can apply some simple markdown linting rules that will check for functional URLs and syntax.
Blocked by #14
@wtrocki I think its unblocked now right?