f2629172fc
The pages are now published on developer.o.o instead of api.openstack.org. Change-Id: I768ee2b5acb94bf709b0c36750609e5b8e57a7bf
30 lines
845 B
Plaintext
30 lines
845 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 developer.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 developer.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
|