Skip to content

Commit 6f4355d

Browse files
Benjamin E. CoeJustinBeckwith
authored andcommitted
chore: add .repo-metadata.json (#359)
1 parent 96d2b01 commit 6f4355d

2 files changed

Lines changed: 14 additions & 1 deletion

File tree

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
"name": "dialogflow",
3+
"name_pretty": "Dialogflow API",
4+
"product_documentation": "https://cloud.google.com/dialogflow-enterprise/",
5+
"client_documentation": "https://cloud.google.com/dialogflow-enterprise/docs/reference/rpc/",
6+
"issue_tracker": "https://issuetracker.google.com/savedsearches/5300385",
7+
"release_level": "beta",
8+
"language": "nodejs",
9+
"repo": "googleapis/nodejs-dialogflow",
10+
"distribution_name": "dialogflow",
11+
"api_id": "dialogflow.googleapis.com",
12+
"requires_billing": true
13+
}

packages/google-cloud-dialogflow/synth.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727

2828
common_templates = gcp.CommonTemplates()
2929
templates = common_templates.node_library()
30-
s.copy(templates)
30+
s.copy(templates, excludes=["README.md", "samples/README.md"])
3131

3232
# dialogflow publishes to npm with no scope.
3333
s.replace("src/**/*",

0 commit comments

Comments
 (0)