@@ -232,25 +232,6 @@ This directory contains an idiomatic C++ client library for the
232232$status$ note that the Google Cloud C++ client
233233libraries do **not** follow [Semantic Versioning](https://semver.org/).
234234
235- ## Supported Platforms
236-
237- * Windows, macOS, Linux
238- * C++14 (and higher) compilers (we test with GCC >= 7.3, Clang >= 6.0, and
239- MSVC >= 2017)
240- * Environments with or without exceptions
241- * Bazel (>= 4.0) and CMake (>= 3.5) builds
242-
243- ## Documentation
244-
245- * Official documentation about the [$title$][cloud-service-docs] service
246- * [Reference doxygen documentation][doxygen-link] for each release of this
247- client library
248- * Detailed header comments in our [public `.h`][source-link] files
249-
250- [cloud-service-docs]: https://cloud.google.com/$site_root$
251- [doxygen-link]: https://googleapis.dev/cpp/google-cloud-$library$/latest/
252- [source-link]: https://github.com/googleapis/google-cloud-cpp/tree/main/google/cloud/$library$
253-
254235## Quickstart
255236
256237The [quickstart/](quickstart/README.md) directory contains a minimal environment
@@ -261,32 +242,16 @@ this library.
261242<!-- inject-quickstart-start -->
262243<!-- inject-quickstart-end -->
263244
264- * Packaging maintainers or developers who prefer to install the library in a
265- fixed directory (such as `/usr/local` or `/opt`) should consult the
266- [packaging guide](/doc/packaging.md).
267- - Developers who prefer using a package manager such as
268- [vcpkg](https://vcpkg.io), [Conda](https://conda.io),
269- or [Conan](https://conan.io) should follow the instructions for their package
270- manager.
271- * Developers wanting to use the libraries as part of a larger CMake or Bazel
272- project should consult the [quickstart guides](#quickstart) for the library
273- or libraries they want to use.
274- * Developers wanting to compile the library just to run some examples or
275- tests should read the current document.
276- * Contributors and developers to `google-cloud-cpp` should consult the guide to
277- [set up a development workstation][howto-setup-dev-workstation].
278-
279- [howto-setup-dev-workstation]: /doc/contributor/howto-guide-setup-development-workstation.md
280-
281- ## Contributing changes
245+ ## More Information
282246
283- See [`CONTRIBUTING.md`](/CONTRIBUTING.md) for details on how to
284- contribute to this project, including how to build and test your changes
285- as well as how to properly format your code.
286-
287- ## Licensing
247+ * Official documentation about the [$title$][cloud-service-docs] service
248+ * [Reference doxygen documentation][doxygen-link] for each release of this
249+ client library
250+ * Detailed header comments in our [public `.h`][source-link] files
288251
289- Apache 2.0; see [`LICENSE`](/LICENSE) for details.
252+ [cloud-service-docs]: https://cloud.google.com/$site_root$
253+ [doxygen-link]: https://googleapis.dev/cpp/google-cloud-$library$/latest/
254+ [source-link]: https://github.com/googleapis/google-cloud-cpp/tree/main/google/cloud/$library$
290255)""" ;
291256 google::protobuf::io::OstreamOutputStream output (&os);
292257 google::protobuf::io::Printer printer (&output, ' $' );
0 commit comments