Skip to content

Commit 2f1870a

Browse files
authored
docs: mention templates in contributing section of README (#401)
1 parent 694e2b6 commit 2f1870a

File tree

1 file changed

+8
-0
lines changed
  • packages/google-cloud-videointelligence

1 file changed

+8
-0
lines changed

packages/google-cloud-videointelligence/README.md

+8
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,8 @@ has instructions for running the samples.
134134
| Analyze_face_detection_gcs | [source code](https://github.com/googleapis/nodejs-video-intelligence/blob/master/samples/analyze_face_detection_gcs.js) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-video-intelligence&page=editor&open_in_editor=samples/analyze_face_detection_gcs.js,samples/README.md) |
135135
| Analyze_person_detection | [source code](https://github.com/googleapis/nodejs-video-intelligence/blob/master/samples/analyze_person_detection.js) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-video-intelligence&page=editor&open_in_editor=samples/analyze_person_detection.js,samples/README.md) |
136136
| Analyze_person_detection_gcs | [source code](https://github.com/googleapis/nodejs-video-intelligence/blob/master/samples/analyze_person_detection_gcs.js) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-video-intelligence&page=editor&open_in_editor=samples/analyze_person_detection_gcs.js,samples/README.md) |
137+
| Detect_logo | [source code](https://github.com/googleapis/nodejs-video-intelligence/blob/master/samples/detect_logo.js) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-video-intelligence&page=editor&open_in_editor=samples/detect_logo.js,samples/README.md) |
138+
| Detect_logo_gcs | [source code](https://github.com/googleapis/nodejs-video-intelligence/blob/master/samples/detect_logo_gcs.js) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-video-intelligence&page=editor&open_in_editor=samples/detect_logo_gcs.js,samples/README.md) |
137139
| Quickstart | [source code](https://github.com/googleapis/nodejs-video-intelligence/blob/master/samples/quickstart.js) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-video-intelligence&page=editor&open_in_editor=samples/quickstart.js,samples/README.md) |
138140

139141

@@ -164,6 +166,12 @@ More Information: [Google Cloud Platform Launch Stages][launch_stages]
164166

165167
Contributions welcome! See the [Contributing Guide](https://github.com/googleapis/nodejs-video-intelligence/blob/master/CONTRIBUTING.md).
166168

169+
Please note that this `README.md`, the `samples/README.md`,
170+
and a variety of configuration files in this repository (including `.nycrc` and `tsconfig.json`)
171+
are generated from a central template. To edit one of these files, make an edit
172+
to its template in this
173+
[directory](https://github.com/googleapis/synthtool/tree/master/synthtool/gcp/templates/node_library).
174+
167175
## License
168176

169177
Apache Version 2.0

0 commit comments

Comments
 (0)