fixed minor issues
improved core concepts documentation
diff --git a/commons.md b/commons.md
index ab02686..4bc355c 100644
--- a/commons.md
+++ b/commons.md
@@ -1,4 +1,4 @@
-# Apache MyFaces Extensions Scripting / Ext-Scripting
+# Apache MyFaces Commons
 
 > :warning: **This project is in maintaneance mode**
 
diff --git a/coreConcepts.md b/coreConcepts.md
index 856b911..aa93545 100644
--- a/coreConcepts.md
+++ b/coreConcepts.md
@@ -1,3 +1,5 @@
+# Apache MyFaces Core Concepts
+
 [View Pooling](/coreConceptsViewPooling.md ':include')
 
 [Cache EL expressions](/coreConceptsCacheElExpressions.md ':include')
diff --git a/home.md b/home.md
index 3486d2a..123af4f 100644
--- a/home.md
+++ b/home.md
@@ -6,7 +6,7 @@
 * MyFaces Core | Implementation of the JSF specification
 * MyFaces Tobago | A component library
 
-## Inactive projects (maintenance mode)
+## Inactive Projects (Maintenance Mode)
 * MyFaces Commons | Utilities like components, converters, validators
 * MyFaces Tomahawk | A component library
 * MyFaces Trinidad | A component library (former Oracle ADF-Faces)
diff --git a/inactiveProjects.md b/inactiveProjects.md
new file mode 100644
index 0000000..9ac6e6e
--- /dev/null
+++ b/inactiveProjects.md
@@ -0,0 +1,17 @@
+# Inactive Projects (Maintenance Mode)
+
+[Commons](/commons.md ':include')
+
+[Tomahawk](/tomahawk.md ':include')
+
+[Trinidad](/trinidad.md ':include')
+
+[Orchestra](/orchestra.md ':include')
+
+[Validator / ExtVal](/extvalidator.md ':include')
+
+[CDI / CODI](/extcdi.md ':include')
+
+[Scripting](/extscripting.md ':include')
+
+[Portlet Bridge](/portletbridge.md ':include')
\ No newline at end of file
diff --git a/menu.md b/menu.md
index b104f41..2801e29 100644
--- a/menu.md
+++ b/menu.md
@@ -11,15 +11,7 @@
 - Tobago
   - [Getting Started](/tobago.md)
   
-- Inactive / Maintenance
-  - [Commons](/commons.md)
-  - [Tomahawk](/tomahawk.md)
-  - [Trinidad](/trinidad.md)
-  - [Orchestra](/orchestra.md)
-  - [Validator / ExtVal](/extvalidator.md)
-  - [CDI / CODI](/extcdi.md)
-  - [Scripting](/extscripting.md)
-  - [Portlet Bridge](/portletbridge.md)
+- [Inactive Projects](/inactiveProjects.md)
   
 - ASF
   - [Foundation](https://www.apache.org/)
diff --git a/portletbridge.md b/portletbridge.md
new file mode 100644
index 0000000..f480584
--- /dev/null
+++ b/portletbridge.md
@@ -0,0 +1,10 @@
+# Apache MyFaces PortletBridge
+
+> :warning: **This project is in maintaneance mode**
+
+The MyFaces Portlet Bridge project provides implementations of the technology needed to expose a JSF application as a portlet within a Portlet 2.0 or Portlet 1.0 environment. This technology is defined by the Portlet Bridge for JavaServer Faces standards. This project provides the refererence implementations for these standards and is being developed by the OpenSource community.
+
+## Links
+* [Homepage](https://myfaces.apache.org/portlet-bridge)
+* [SVN ViewVC](https://svn.apache.org/viewvc/myfaces/portlet-bridge/trunk/)
+* [SVN](https://svn.apache.org/repos/asf/myfaces/portlet-bridge/trunk/)
diff --git a/versions.md b/versions.md
index 0b9018d..3356166 100644
--- a/versions.md
+++ b/versions.md
@@ -1,3 +1,5 @@
+# Apache MyFaces Core Versions
+
 [1.1](/core11.md ':include')
 
 [1.2](/core12.md ':include')