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

Commit

Permalink
docs: add repo-metadata file to generate docs (#229)
Browse files Browse the repository at this point in the history
  • Loading branch information
JustinBeckwith authored Jun 10, 2019
1 parent 95fa904 commit e7a1f8d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions .repo-metadata.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"name": "gcs-resumable-upload",
"name_pretty": "Google Cloud Storage Resumable Upload",
"release_level": "ga",
"language": "nodejs",
"repo": "googleapis/gcs-resumable-upload",
"distribution_name": "gcs-resumable-upload"
}
2 changes: 1 addition & 1 deletion synth.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
logging.basicConfig(level=logging.DEBUG)
common_templates = gcp.CommonTemplates()
templates = common_templates.node_library()
s.copy(templates, excludes=["LICENSE"])
s.copy(templates, excludes=["LICENSE", "README.md"])

0 comments on commit e7a1f8d

Please sign in to comment.