Add the config for nodejs_doc codegen (#114)

This commit is contained in:
Jun Mukai 2016-08-29 20:00:40 -07:00 committed by GitHub
parent 507b51a461
commit 65d3c920d3
2 changed files with 8 additions and 0 deletions

View File

@ -6,3 +6,6 @@ python:
ruby:
gapic_language_yaml:
- ${THISDIR}/ruby_doc.yaml
nodejs:
gapic_language_yaml:
- ${THISDIR}/nodejs_doc.yaml

View File

@ -0,0 +1,5 @@
type: com.google.api.codegen.ConfigProto
language: nodejs
generator:
factory: com.google.api.codegen.gapic.MainGapicProviderFactory
id: nodejs_doc