From 17bacdd24ee966e401fff948ef941189b3aa5e64 Mon Sep 17 00:00:00 2001 From: tengqm Date: Tue, 6 Jan 2015 10:46:38 +0800 Subject: [PATCH] API site configuration Initial copy from api-site project for documenting Senlin APIs. --- doc/docbkx/api-ref/.gitignore | 3 ++ doc/docbkx/api-ref/.htaccess | 0 doc/docbkx/api-ref/pom.xml | 91 +++++++++++++++++++++++++++++++++++ 3 files changed, 94 insertions(+) create mode 100644 doc/docbkx/api-ref/.gitignore create mode 100644 doc/docbkx/api-ref/.htaccess create mode 100644 doc/docbkx/api-ref/pom.xml 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 + + + + +