about summary refs log tree commit diff
path: root/ops
diff options
context:
space:
mode:
authorVincent Ambo <mail@tazj.in>2023-06-13T19·51+0300
committertazjin <tazjin@tvl.su>2023-06-14T10·06+0000
commitded30c1ba9921e0b2cffc5437489c71909524f18 (patch)
tree6708625e77a747867993f55ebf20cb16eb3c62fe /ops
parent1bdb3e5ba85fa9f14a8b7d6c4ea0a341310d4dbe (diff)
docs(ops/yandex-cloud-rs): link to folder with usage examples r/6291
Change-Id: If2596b5a3dc542dca9a06a51a5a0f509034665c8
Reviewed-on: https://cl.tvl.fyi/c/depot/+/8766
Reviewed-by: tazjin <tazjin@tvl.su>
Tested-by: BuildkiteCI
Diffstat (limited to 'ops')
-rw-r--r--ops/yandex-cloud-rs/src/lib.rs3
1 files changed, 3 insertions, 0 deletions
diff --git a/ops/yandex-cloud-rs/src/lib.rs b/ops/yandex-cloud-rs/src/lib.rs
index 87a9164e07..e7f79c75be 100644
--- a/ops/yandex-cloud-rs/src/lib.rs
+++ b/ops/yandex-cloud-rs/src/lib.rs
@@ -33,8 +33,11 @@
 //! [`AuthInterceptor`] provided by this crate can be used for that
 //! purpose.
 //!
+//! Full usage examples are [available here][examples].
+//!
 //! [endpoints]: https://cloud.yandex.com/en/docs/api-design-guide/concepts/endpoints
 //! [interceptors]: https://docs.rs/tonic/latest/tonic/service/trait.Interceptor.html
+//! [examples]: https://code.tvl.fyi/tree/ops/yandex-cloud-rs/examples
 
 use tonic::metadata::{Ascii, MetadataValue};
 use tonic::service::Interceptor;