Skip to content

Commit a9fd931

Browse files
authored
fix: Remove duplicate quick start title from wrappers README (#1230)
1 parent 06c49c9 commit a9fd931

File tree

4 files changed

+0
-8
lines changed

4 files changed

+0
-8
lines changed

gapic-generator-cloud/templates/cloud/wrapper_gem/readme.text.erb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,6 @@ In order to use this library, you first need to go through the following steps:
5353
1. [Set up authentication.](AUTHENTICATION.md)
5454

5555
<%- end -%>
56-
## Quick Start
57-
5856
<%- if gem.packages? -%>
5957
```ruby
6058
require "<%= gem.entrypoint_require %>"

shared/output/cloud/compute_small_wrapper/README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,6 @@ In order to use this library, you first need to go through the following steps:
3030
1. [Enable billing for your project.](https://cloud.google.com/billing/docs/how-to/modify-project#enable_billing_for_a_project)
3131
1. [Set up authentication.](AUTHENTICATION.md)
3232

33-
## Quick Start
34-
3533
```ruby
3634
require "google/cloud/compute"
3735

shared/output/cloud/language_wrapper/README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,6 @@ In order to use this library, you first need to go through the following steps:
3434
1. [Enable the API.](https://console.cloud.google.com/apis/library/language.googleapis.com)
3535
1. [Set up authentication.](AUTHENTICATION.md)
3636

37-
## Quick Start
38-
3937
```ruby
4038
require "google/cloud/language"
4139

shared/output/cloud/secretmanager_wrapper/README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,6 @@ In order to use this library, you first need to go through the following steps:
3535
1. [Enable the API.](https://console.cloud.google.com/apis/library/secretmanager.googleapis.com)
3636
1. [Set up authentication.](AUTHENTICATION.md)
3737

38-
## Quick Start
39-
4038
```ruby
4139
require "google/cloud/secret_manager"
4240

0 commit comments

Comments
 (0)