diff --git a/tutorials/README.md b/tutorials/README.md new file mode 100644 index 0000000000..1a2b994fa9 --- /dev/null +++ b/tutorials/README.md @@ -0,0 +1,23 @@ +# Google BigQuery Storage Tutorials + +Tutorials [BigQuery Storage][product-docs]. + +- [Product Documentation][product-docs] +- [Client Library Documentation][javadocs] + +## Contributing + + +Contributions to this library are always welcome and highly encouraged. + +See [CONTRIBUTING][contributing] for more information how to get started. + +Please note that this project is released with a Contributor Code of Conduct. By participating in +this project you agree to abide by its terms. See [Code of Conduct][code-of-conduct] for more +information. + +[product-docs]: https://cloud.google.com/bigquery/docs/reference/storage/ +[javadocs]: https://cloud.google.com/java/docs/reference/google-cloud-bigquerystorage/latest/history +[contributing]: https://github.com/googleapis/java-bigquerystorage/blob/main/CONTRIBUTING.md +[code-of-conduct]: https://github.com/googleapis/java-bigquerystorage/blob/main/CODE_OF_CONDUCT.md#contributor-code-of-conduct +