Index: continuum-docs/src/site/apt/administrator_guides/purgeConfiguration.apt
===================================================================
--- continuum-docs/src/site/apt/administrator_guides/purgeConfiguration.apt	(revision 0)
+++ continuum-docs/src/site/apt/administrator_guides/purgeConfiguration.apt	(revision 0)
@@ -0,0 +1,79 @@
+ ------
+ Purge Configuration
+ ------
+ 
+Purge Configuration
+
+	Click the <<Purge Configurations>> link under the <<Administration>> section.
+	
+[../images/purgeconfigurations.png] Purge Configurations
+
+    You will see all repository purge configurations and all directory purge configurations.
+
+[../images/purgeconfigurations-view.png]
+
+    Here you can add/edit/delete the purge configuration.
+    
+    You can also purge the repository or directory by clicking the corresponding purge icon of the purge configuration.
+    
+[../images/purgenow.gif] purge now icon
+
+
+* Adding / Editing Repository Purge Configuration
+
+	Specify the repository to purge.
+	
+[../images/repositorypurgeconfiguration-add.png]
+
+* Adding / Editing Directory Purge Configuration
+
+	There are two types of directory purge configuration:
+	
+	* releases - this will purge the working copies associated with releases.
+	
+	* buildOutput - this will purge the build output of each project.
+	
+[../images/directorypurgeconfiguration-add.png]
+	
+* Purging Repository
+
+	* Delete all - will delete the entire contents of the repository
+	
+	* Days Old - will delete the artifact if it's older than the number of days old but still satisfies the number of retention count. 
+	
+		Example: 
+		
+		Days_Old = 30 days   
+		
+		Retention_Count = 2
+		
+		If I have 5 artifacts that are older than 30 days, only 3 of them will be deleted because I have to retain any 2 artifacts (Retention count).
+		
+	* Retention Count - the number of artifacts to retain; all in excess will be deleted
+	
+	* Delete Released Snapshots - will delete all released snapshots
+	
+* Purging Directory
+
+	* Delete all
+	  
+		** Releases Directory - will delete all releases-* directories
+	
+		** Build Output Directory - will delete all build output of each project
+	
+	* Days Old - will delete the directory if it's older than the number of days old 
+	
+	* Retention Count - number of directories to retain
+
+* Steps in purging:
+	
+	* Perform Delete All purging if it is checked.
+	
+	* If delete all is not checked, then is days old has a value greater than 0? If it has then perform days old purging.
+	
+	* If days old is 0 then perform retention count purging.
+	
+	* Delete released snapshots purging will always be performed if it is checked, unless the Delete All is also checked or it's a directory purging.
+	
+	
+	       
\ No newline at end of file
Index: continuum-docs/src/site/apt/administrator_guides/projectgroup.apt
===================================================================
--- continuum-docs/src/site/apt/administrator_guides/projectgroup.apt	(revision 676458)
+++ continuum-docs/src/site/apt/administrator_guides/projectgroup.apt	(working copy)
@@ -10,11 +10,11 @@
 
   From the home page (Group Summary) Use the the 'Add Project Group' button
   
-[../../../images/add-project-group.png] Add Project Group
+[../images/add-project-group.png] Add Project Group
 
   Then You will have the project Group detail. 
     
-[../../../images/add-project-group-detail.png] Edit Project Group detail
+[../images/add-project-group-detail.png] Edit Project Group detail
 
   Some fields are mandatory :
     
@@ -23,4 +23,6 @@
   * Project Group Id
 
  
+  You can also add a local repository to the project group.
   
+  If you want to use the repository in your settings.xml then select "DEFAULT" in the {{{localRepository.html} Local Repository}} field.
Index: continuum-docs/src/site/apt/administrator_guides/localRepository.apt
===================================================================
--- continuum-docs/src/site/apt/administrator_guides/localRepository.apt	(revision 0)
+++ continuum-docs/src/site/apt/administrator_guides/localRepository.apt	(revision 0)
@@ -0,0 +1,36 @@
+ ------
+ Local Repository
+ ------
+ 
+Local Repository
+
+	Click the <<Local Repositories>> link under the <<Administration>> section
+
+[../images/localrepositories.png] Local Repositories
+
+	You will see all the local repositories that has been created. 
+	
+	To display:
+	
+[../images/localrepositories-view.png]
+	
+	In this screen you can add/edit/delete/purge a local repository. 
+	
+	You can purge a repository if it has a default {{{purgeConfiguration.html} Purge Configuration}}, otherwise the purge icon is disabled.
+
+[../images/disabled_purgenow.gif] disabled purge icon
+
+
+* Adding / Editing a Local Repository
+
+	All fields are mandatory. 
+	
+	* Name: must be a unique repository name.
+	
+	* Location: must be the absolute path of a unique repository location.
+	
+	* Layout: "default" or "legacy". Default layout is for maven2, while legacy layout is for maven1.
+
+[../images/localrepository-add.png]
+	
+	Adding a local repository will automatically create a default {{{purgeConfiguration.html} Purge Configuration}} for that repository. 
\ No newline at end of file
