diff --git a/doc/docbkx/api-ref/.gitignore b/doc/docbkx/api-ref/.gitignore new file mode 100644 index 000000000..4488d7f69 --- /dev/null +++ b/doc/docbkx/api-ref/.gitignore @@ -0,0 +1,3 @@ +*.bak +*.DS_Store +target/ diff --git a/doc/docbkx/api-ref/.htaccess b/doc/docbkx/api-ref/.htaccess new file mode 100644 index 000000000..e69de29bb diff --git a/doc/docbkx/api-ref/pom.xml b/doc/docbkx/api-ref/pom.xml new file mode 100644 index 000000000..a76235ffc --- /dev/null +++ b/doc/docbkx/api-ref/pom.xml @@ -0,0 +1,91 @@ + + + + + + + org.openstack.docs + parent-pom + 1.0.0-SNAPSHOT + ../pom.xml + + 4.0.0 + openstack-api-ref + jar + OpenStack API Complete Reference + + UTF-8 + + + + src + + + locale + + + + + + com.rackspace.cloud.api + clouddocs-maven-plugin + + + + os-api-ref + + generate-html + + generate-sources + + api-ref.xml + bk-api-ref + + + + os-api-ref-clustering-v1 + + generate-html + + generate-sources + + api-ref-clustering-v1.xml + bk-api-ref-clustering-v1 + + + + + + + + appendix toc,title + article/appendix nop + article toc,title + book toc,title + chapter toc,title + section toc,title + part toc,title + qandadiv toc + qandaset toc + reference toc,title + set toc,title + true + src/docbkx + openstack + 1 + true + reviewer + false + 1 + UA-17511903-1 + + + + +