
Cleaned up servers and extension WADL files to resolve some errors Ensured all PDFs build successfully. The api-ref-guides only publish PDF files. Partial-Bug: #1243631 Change-Id: Iab24d2a1845475449977786b84b974c085bae6da author: diane fleming
30 lines
833 B
Plaintext
30 lines
833 B
Plaintext
[DEFAULT]
|
|
repo_name = api-site
|
|
api_site = True
|
|
|
|
# From api-ref/src/wadls/object-api/src/
|
|
file_exception = os-object-api-1.0.wadl
|
|
|
|
# These options need to come as triplets:
|
|
## API Quick Start Guide
|
|
book = api-quick-start
|
|
target_dir = target/docbkx/webhelp/api-quick-start-onepager-external
|
|
# Published at docs.openstack.org/api/quick-start
|
|
publish_dir = api/quick-start
|
|
|
|
## API Complete Reference
|
|
book = api-ref
|
|
target_dir = target/docbkx/html
|
|
# Published at api.openstack.org/ but Jenkins will
|
|
# copy directory api-ref.
|
|
publish_dir = api-ref
|
|
|
|
## API-Ref-Guides
|
|
book = api-ref-guides
|
|
target_dir = target/docbkx/pdf/
|
|
# Published at api.openstack.org/ but Jenkins will
|
|
# copy directory api-ref.
|
|
# Note: The tox.ini file needs to move this to the proper places since
|
|
# the publish_dirs have to be different!
|
|
publish_dir = api-ref-guides
|