229f29a844
Exclude site-map.xml from syntax checks, our tools do not handle it. Add missing xmlns that broke syntax check to os-server-password.wadl. Change-Id: I7b19674bfb221feed1d87145ef5fe5931ccc6318
31 lines
874 B
Plaintext
31 lines
874 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
|
|
file_exception = sitemap.xml
|
|
|
|
# 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
|