From db65617816b752b2b0ad2f3eda948ad4424683fb Mon Sep 17 00:00:00 2001 From: stephwang Date: Fri, 28 Jan 2022 15:20:18 -0500 Subject: [PATCH] docs(tutorials): add a README.md --- tutorials/README.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 tutorials/README.md 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 +