From d12310ed8e0d50a6edd27858829c84146740a944 Mon Sep 17 00:00:00 2001 From: Carlos O'Ryan Date: Mon, 22 Apr 2024 14:46:57 +0000 Subject: [PATCH] docs(storagecontrol): update service title --- README.md | 2 +- google/cloud/storagecontrol/README.md | 8 ++++---- google/cloud/storagecontrol/doc/main.dox | 4 ++-- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index c895ef93a18b0..fdedfb0dde2a1 100644 --- a/README.md +++ b/README.md @@ -415,7 +415,7 @@ See each library's `README.md` file for more information about: - [Google Cloud Storage](google/cloud/storage/README.md) [\[quickstart\]](google/cloud/storage/quickstart/README.md) [\[reference\]](https://cloud.google.com/cpp/docs/reference/storage/latest) -- [Cloud Storage Control API](google/cloud/storagecontrol/README.md) +- [Storage Control API](google/cloud/storagecontrol/README.md) [\[quickstart\]](google/cloud/storagecontrol/quickstart/README.md) [\[reference\]](https://cloud.google.com/cpp/docs/reference/storagecontrol/latest) - [Storage Insights API](google/cloud/storageinsights/README.md) diff --git a/google/cloud/storagecontrol/README.md b/google/cloud/storagecontrol/README.md index 073057993aa3c..dc9eb1757fbde 100644 --- a/google/cloud/storagecontrol/README.md +++ b/google/cloud/storagecontrol/README.md @@ -1,7 +1,7 @@ -# Cloud Storage Control API C++ Client Library +# Storage Control API C++ Client Library This directory contains an idiomatic C++ client library for the -[Cloud Storage Control API][cloud-service-docs], a service to manage GCS +[Storage Control API][cloud-service-docs], a service to manage GCS configuration. While this library is **GA**, please note that the Google Cloud C++ client @@ -47,8 +47,8 @@ int main(int argc, char* argv[]) try { ## More Information -- Official documentation about the - [Cloud Storage Control API][cloud-service-docs] service +- Official documentation about the [Storage Control API][cloud-service-docs] + service - [Reference doxygen documentation][doxygen-link] for each release of this client library - Detailed header comments in our [public `.h`][source-link] files diff --git a/google/cloud/storagecontrol/doc/main.dox b/google/cloud/storagecontrol/doc/main.dox index 8e45314e9b90a..c2aa62c503a57 100644 --- a/google/cloud/storagecontrol/doc/main.dox +++ b/google/cloud/storagecontrol/doc/main.dox @@ -1,8 +1,8 @@ /*! -@mainpage Cloud Storage Control API C++ Client Library +@mainpage Storage Control API C++ Client Library -An idiomatic C++ client library for the [Cloud Storage Control API][cloud-service-docs], a service +An idiomatic C++ client library for the [Storage Control API][cloud-service-docs], a service to Lets you store and retrieve potentially-large, immutable data objects. While this library is **GA**, please note that the Google Cloud C++ client