feat!: Remove ExampleConfig from client,servers and protobuf#167
feat!: Remove ExampleConfig from client,servers and protobuf#167yevgenypats merged 2 commits intomainfrom
Conversation
Also: Improve documentation Nit: Improve makefile there is no need to support automated requirements install for all platforms but rather just link to original docs for developers.
|
I liked @erezrokah's suggestion here; keeping plugin config that can work out of the box assuming the correct environment variables are set. We can still link to the docs for information about all the options, but it would be nice if you could run |
erezrokah
left a comment
There was a problem hiding this comment.
Looks good and removes a lot of information that belongs in our issue/PR templates.
Added a few comments
Co-authored-by: Erez Rokah <erezrokah@users.noreply.github.com>
|
There was a problem hiding this comment.
Approved to unblock. The www is minor but I don't think we should be using the old docs domain, if we moved that site under https://cloudquery.io/docs.
Unless I'm missing anything I don't see a reason to use the docs.cloudquery.io domain.
I'm not an SEO expert but there's more information in https://www.searchenginejournal.com/subdomains-vs-subfolders-seo/239795/
🤖 I have created a release *beep* *boop* --- ## [0.8.0](v0.7.13...v0.8.0) (2022-09-22) ### ⚠ BREAKING CHANGES * Remove ExampleConfig from client,servers and protobuf (#167) ### Features * Remove ExampleConfig from client,servers and protobuf ([#167](#167)) ([23b1575](23b1575)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
Also: Improve documentation
Nit: Improve makefile there is no need to support automated requirements install for all platforms but rather just link to original docs for developers.
Summary
Use the following steps to ensure your PR is ready to be reviewed
go fmtto format your code 🖊golangci-lint run🚨 (install golangci-lint here)