323bdb1ba0
You can now set the publication directory for a book. This will allow to make more generic Jenkins jobs since we can now say for example that api-quick-start-onepager-external gets published as api-quick-start. Fix publishing so that books published to trunk or havana etc are copied to the proper subdirectory of publish-docs. Change-Id: Ifb45a352e6f803321dcfcfcc5f8f17b7876f209b
22 lines
590 B
Plaintext
22 lines
590 B
Plaintext
[DEFAULT]
|
|
|
|
repo_name = openstack-doc-tools
|
|
api_site=True
|
|
|
|
# From api-ref/src/wadls/object-api/src/
|
|
file_exception=os-object-api-1.0.wadl
|
|
|
|
ignore_dir=incubation
|
|
ignore_dir=openstack-compute-api-1.0
|
|
|
|
# These two (or three) options need to come as pairs/triplets.
|
|
# Either add publish_pair for each book/target_dir pair or not at all.
|
|
# If publish_dir is not specified, book is used as publish_dir.
|
|
book = api-quick-start
|
|
target_dir = target/docbkx/webhelp/api-quick-start-onepager-external
|
|
#publish_dir = api-quick-start
|
|
|
|
book = api-ref
|
|
target_dir = target/docbkx/html
|
|
#publish_dir = api-ref
|