Add configuration for Python, Ruby doc generation (#92)
This commit is contained in:
parent
e82b5e05fe
commit
75660351d3
|
|
@ -0,0 +1,8 @@
|
|||
common:
|
||||
toolkit_path: ${REPOROOT}/toolkit
|
||||
python:
|
||||
gapic_language_yaml:
|
||||
- ${THISDIR}/python_doc.yaml
|
||||
ruby:
|
||||
gapic_language_yaml:
|
||||
- ${THISDIR}/ruby_doc.yaml
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
type: com.google.api.codegen.ConfigProto
|
||||
language: python
|
||||
generator:
|
||||
factory: com.google.api.codegen.gapic.MainGapicProviderFactory
|
||||
id: python_doc
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
type: com.google.api.codegen.ConfigProto
|
||||
language: ruby
|
||||
generator:
|
||||
factory: com.google.api.codegen.gapic.MainGapicProviderFactory
|
||||
id: ruby_doc
|
||||
Loading…
Reference in New Issue