summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorajax <ajax@980ebf18-57e1-0310-9a29-db15c13687c0>2006-10-12 16:37:05 +0000
committerajax <ajax@980ebf18-57e1-0310-9a29-db15c13687c0>2006-10-12 16:37:05 +0000
commit9c01560bf9420cabe7332d7c31c3215bec2e7880 (patch)
treecdf64271790cf5d9f34cfd2e90325f23070e1b6c /documentation
parentba33249e5fcd3c3818b4ccc0ce884d46b6db6408 (diff)
downloadpuppet-9c01560bf9420cabe7332d7c31c3215bec2e7880.tar.gz
puppet-9c01560bf9420cabe7332d7c31c3215bec2e7880.tar.xz
puppet-9c01560bf9420cabe7332d7c31c3215bec2e7880.zip
New documentation hierarchy: adding indexes.
git-svn-id: https://reductivelabs.com/svn/puppet/trunk@1772 980ebf18-57e1-0310-9a29-db15c13687c0
Diffstat (limited to 'documentation')
-rw-r--r--documentation/documentation/about/index.page14
-rw-r--r--documentation/documentation/advanced/index.page19
-rw-r--r--documentation/documentation/installing/index.page17
-rw-r--r--documentation/documentation/internals/index.page14
-rw-r--r--documentation/documentation/language/index.page14
-rw-r--r--documentation/documentation/programmers/index.page13
-rw-r--r--documentation/documentation/reference/index.page14
7 files changed, 105 insertions, 0 deletions
diff --git a/documentation/documentation/about/index.page b/documentation/documentation/about/index.page
new file mode 100644
index 000000000..64d61afb8
--- /dev/null
+++ b/documentation/documentation/about/index.page
@@ -0,0 +1,14 @@
+---
+inMenu: false
+directoryName: About
+title: About Puppet
+orderInfo: 1
+subtreeLevel: 6
+---
+
+About Puppet
+=====================
+* [Introduction](introduction.html)
+* [Puppet vs. Cfengine](notcfengine.html)
+
+*$Id$*
diff --git a/documentation/documentation/advanced/index.page b/documentation/documentation/advanced/index.page
new file mode 100644
index 000000000..924c08a4d
--- /dev/null
+++ b/documentation/documentation/advanced/index.page
@@ -0,0 +1,19 @@
+---
+inMenu: false
+directoryName: Advanced Functionality
+title: Advanced Functionality
+orderInfo: 5
+subtreeLevel: 6
+---
+
+Advanced Functionality
+=====================
+* [Using Puppet with Cfengine](cfengine_module.html)
+* [Storing Configs in LDAP](ldapnodes.html)
+* [Managing Puppet with PuppetShow](puppetshow.html)
+* [Transaction Reporting](reports.html)
+* [Using Tags](tags.html)
+* [Templating with ERB](templating.html)
+
+
+* $Id:$
diff --git a/documentation/documentation/installing/index.page b/documentation/documentation/installing/index.page
new file mode 100644
index 000000000..5bd15a3ba
--- /dev/null
+++ b/documentation/documentation/installing/index.page
@@ -0,0 +1,17 @@
+---
+inMenu: false
+directoryName: Installing Puppet
+title: Installing Puppet
+orderInfo: 2
+subtreeLevel: 6
+---
+
+Installing Puppet
+=================
+* [Test-Driving Puppet](testing.html)
+* [Building from Source](fromsvn.html)
+* [Installation](installation.html)
+* [SSL Configuration](security.html)
+* [Fileserver Reference](fsconfigref.html)
+
+* $Id:$
diff --git a/documentation/documentation/internals/index.page b/documentation/documentation/internals/index.page
new file mode 100644
index 000000000..547533b92
--- /dev/null
+++ b/documentation/documentation/internals/index.page
@@ -0,0 +1,14 @@
+---
+inMenu: false
+directoryName: Advanced Functionality
+title: Advanced Functionality
+orderInfo: 5
+subtreeLevel: 6
+---
+
+Advanced Functionality
+=====================
+* [The Big Picture](big-picture.html)
+* [How it Works](howitworks.html)
+
+* $Id:$
diff --git a/documentation/documentation/language/index.page b/documentation/documentation/language/index.page
new file mode 100644
index 000000000..bfefd88eb
--- /dev/null
+++ b/documentation/documentation/language/index.page
@@ -0,0 +1,14 @@
+---
+inMenu: false
+directoryName: Puppet Internals
+title: Puppet Internals
+orderInfo: 6
+subtreeLevel: 6
+---
+
+Puppet Internals
+=====================
+* [Puppet Language Tutorial](languagetutorial.html)
+* [Control Structures](structures.html)
+
+* $Id:$
diff --git a/documentation/documentation/programmers/index.page b/documentation/documentation/programmers/index.page
new file mode 100644
index 000000000..b84d19fe4
--- /dev/null
+++ b/documentation/documentation/programmers/index.page
@@ -0,0 +1,13 @@
+---
+inMenu: false
+directoryName: Programmer's Reference
+title: Programmer's Reference
+orderInfo: 4
+subtreeLevel: 6
+---
+
+Programmer's Reference
+======================
+* [Creating a Puppet Type](creating-a-puppet-type.html)
+
+* $Id:$
diff --git a/documentation/documentation/reference/index.page b/documentation/documentation/reference/index.page
new file mode 100644
index 000000000..3086dc1d3
--- /dev/null
+++ b/documentation/documentation/reference/index.page
@@ -0,0 +1,14 @@
+---
+inMenu: false
+directoryName: Reference
+title: Reference
+orderInfo: 4
+subtreeLevel: 6
+---
+
+Reference
+=========
+* [Configuration Parameter Reference](configref.html)
+* [Type Reference](typedocs.html)
+
+* $Id:$