Updated Branches: refs/heads/master 60713b7a4 -> 11c839ab1
adding config file for docs Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/11c839ab Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/11c839ab Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/11c839ab Branch: refs/heads/master Commit: 11c839ab1d5c7a4e3e8731612117a237d2b5640e Parents: 60713b7 Author: David Nalley <[email protected]> Authored: Mon Jul 30 09:02:38 2012 -0400 Committer: David Nalley <[email protected]> Committed: Mon Jul 30 09:02:38 2012 -0400 ---------------------------------------------------------------------- .gitignore | 1 - docs/publican.cfg | 10 ++++++++++ 2 files changed, 10 insertions(+), 1 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/11c839ab/.gitignore ---------------------------------------------------------------------- diff --git a/.gitignore b/.gitignore index 7d89223..b067d85 100644 --- a/.gitignore +++ b/.gitignore @@ -16,7 +16,6 @@ dist/ cloud-*.tar.bz2 *.log *.pyc -*.cfg build.number api.log.*.gz cloud.log.*.* http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/11c839ab/docs/publican.cfg ---------------------------------------------------------------------- diff --git a/docs/publican.cfg b/docs/publican.cfg new file mode 100644 index 0000000..fb5a16f --- /dev/null +++ b/docs/publican.cfg @@ -0,0 +1,10 @@ +# Config::Simple 4.58 +# Tue May 29 00:57:27 2012 + +xml_lang: en-US +type: Book +docname: release-notes-3.0.4 +brand: cloudstack +chunk_first: 0 +chunk_section_depth: 0 +toc_section_depth: 1
