Skip to content
This repository was archived by the owner on Jun 24, 2024. It is now read-only.

Commit e7a1f8d

Browse files
docs: add repo-metadata file to generate docs (#229)
1 parent 95fa904 commit e7a1f8d

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

.repo-metadata.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"name": "gcs-resumable-upload",
3+
"name_pretty": "Google Cloud Storage Resumable Upload",
4+
"release_level": "ga",
5+
"language": "nodejs",
6+
"repo": "googleapis/gcs-resumable-upload",
7+
"distribution_name": "gcs-resumable-upload"
8+
}

synth.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66
logging.basicConfig(level=logging.DEBUG)
77
common_templates = gcp.CommonTemplates()
88
templates = common_templates.node_library()
9-
s.copy(templates, excludes=["LICENSE"])
9+
s.copy(templates, excludes=["LICENSE", "README.md"])

0 commit comments

Comments
 (0)