Add include statements for new About... sub-sections to Cloud Infrastructure Concepts master file.
Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/5d19e952 Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/5d19e952 Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/5d19e952 Branch: refs/heads/master Commit: 5d19e95299b93fc7d86c39de6ee3736be5d8abe6 Parents: 6044ac8 Author: Jessica Tomechak <[email protected]> Authored: Thu Aug 9 22:59:01 2012 -0700 Committer: Jessica Tomechak <[email protected]> Committed: Thu Aug 9 22:59:01 2012 -0700 ---------------------------------------------------------------------- docs/en-US/cloud-infrastructure-concepts.xml | 7 ++++++- 1 files changed, 6 insertions(+), 1 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/5d19e952/docs/en-US/cloud-infrastructure-concepts.xml ---------------------------------------------------------------------- diff --git a/docs/en-US/cloud-infrastructure-concepts.xml b/docs/en-US/cloud-infrastructure-concepts.xml index e423d24..1070cb8 100644 --- a/docs/en-US/cloud-infrastructure-concepts.xml +++ b/docs/en-US/cloud-infrastructure-concepts.xml @@ -24,5 +24,10 @@ <section id="cloud-infrastructure-concepts"> <title>Cloud Infrastructure Concepts</title> - <xi:include href="about-pods.xml" xmlns:xi="http://www.w3.org/2001/XInclude" /> + <xi:include href="about-zones.xml" xmlns:xi="http://www.w3.org/2001/XInclude" /> + <xi:include href="about-pods.xml" xmlns:xi="http://www.w3.org/2001/XInclude" /> + <xi:include href="about-clusters.xml" xmlns:xi="http://www.w3.org/2001/XInclude" /> + <xi:include href="about-hosts.xml" xmlns:xi="http://www.w3.org/2001/XInclude" /> + <xi:include href="about-primary-storage.xml" xmlns:xi="http://www.w3.org/2001/XInclude" /> + <xi:include href="about-secondary-storage.xml" xmlns:xi="http://www.w3.org/2001/XInclude" /> </section>
