marvin init
diff --git a/site/_data/project.yml b/site/_data/project.yml
index c6431b1..00c2b47 100644
--- a/site/_data/project.yml
+++ b/site/_data/project.yml
@@ -22,7 +22,7 @@
 incubator_slash_name: incubator/marvin
 description: Apache MarvinAI is a distributed and declarative machine learning platform.
 
-download: /download
+download: /marvin-platform-book/ch2_toolbox_installation/overview
 
 dev_list: dev@marvin.apache.org
 dev_list_subscribe: dev-subscribe@marvin.apache.org
@@ -47,10 +47,10 @@
 
 jira: MARVINAI
 
-source_repository: https://git-wip-us.apache.org/repos/asf/incubator-marvin.git
+source_repository: https://gitbox.apache.org/repos/asf/incubator-marvin.git
 source_repository_mirror: https://github.com/apache/incubator-marvin
 
-website_repository: https://git-wip-us.apache.org/repos/asf/incubator-marvin-website.git
+website_repository: https://gitbox.apache.org/repos/asf/incubator-marvin-website.git
 website_repository_mirror: https://github.com/apache/incubator-marvin-website
 
 podling: true
\ No newline at end of file
diff --git a/site/_includes/themes/apache/_navigation.html b/site/_includes/themes/apache/_navigation.html
index 786e96b..3a41e43 100644
--- a/site/_includes/themes/apache/_navigation.html
+++ b/site/_includes/themes/apache/_navigation.html
@@ -8,8 +8,7 @@
             <span class="icon-bar"></span>
           </button>
           <a class="navbar-brand" href="{{ BASE_PATH }}">
-              <img src="/assets/themes/apache/img/logo.png" width="50">
-              {{ site.data.project.name }}
+            <img src="/assets/themes/apache/img/logo.png" width="200">
           </a>
         </div>
         <nav class="navbar-collapse collapse" role="navigation">
@@ -21,7 +20,7 @@
                 <li><a href="/community-members">Who we are</a></li>
                </ul>
             </li>
-            <li><a href="{{ site.data.project.source_repository }}">GitHub</a></li>
+            <li><a href="{{ site.data.project.source_repository_mirror }}">GitHub</a></li>
             <li id="apache">
               <a href="#" data-toggle="dropdown" class="dropdown-toggle">Apache<b class="caret"></b></a>
                <ul class="dropdown-menu">
diff --git a/site/assets/themes/apache/img/logo.png b/site/assets/themes/apache/img/logo.png
index 0b45fa4..fc991c6 100644
--- a/site/assets/themes/apache/img/logo.png
+++ b/site/assets/themes/apache/img/logo.png
Binary files differ
diff --git a/site/history.md b/site/history.md
index 0b8d55b..0383d28 100644
--- a/site/history.md
+++ b/site/history.md
@@ -30,7 +30,7 @@
 For a full list of releases, see
 <a href="https://github.com/apache/{{ site.data.project.incubator_slash_name }}/releases">github</a>.
 Downloads are available on the
-[downloads page]({{ site.baseurl }}/download.html).
+[downloads page]({{ site.baseurl }}/marvin-platform-book/ch2_toolbox_installation/overview).
 
 ## <a href="https://github.com/apache/{{ site.data.project.incubator_slash_name }}/releases/tag/{{ site.data.project.unix_name }}-0.2.0">0.2.0</a> / 2015-11-10
 {: #v0-2-0}
diff --git a/site/marvin-platform-book/GLOSSARY.md b/site/marvin-platform-book/GLOSSARY.md
index 1af8c55..5818c4e 100644
--- a/site/marvin-platform-book/GLOSSARY.md
+++ b/site/marvin-platform-book/GLOSSARY.md
@@ -1,3 +1,30 @@
+---
+layout: page
+title: Community Members
+description: Project Community Page
+group: nav-right
+---
+<!--
+{% comment %}
+Licensed to the Apache Software Foundation (ASF) under one or more
+contributor license agreements.  See the NOTICE file distributed with
+this work for additional information regarding copyright ownership.
+The ASF licenses this file to you under the Apache License, Version 2.0
+(the "License"); you may not use this file except in compliance with
+the License.  You may obtain a copy of the License at
+
+http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+{% endcomment %}
+-->
+
+{% include JB/setup %}
+
 ## Term
 Definition for this term
 
diff --git a/site/marvin-platform-book/README.md b/site/marvin-platform-book/README.md
index 0799473..a66b668 100644
--- a/site/marvin-platform-book/README.md
+++ b/site/marvin-platform-book/README.md
@@ -1,3 +1,30 @@
+---
+layout: page
+title: Community Members
+description: Project Community Page
+group: nav-right
+---
+<!--
+{% comment %}
+Licensed to the Apache Software Foundation (ASF) under one or more
+contributor license agreements.  See the NOTICE file distributed with
+this work for additional information regarding copyright ownership.
+The ASF licenses this file to you under the Apache License, Version 2.0
+(the "License"); you may not use this file except in compliance with
+the License.  You may obtain a copy of the License at
+
+http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+{% endcomment %}
+-->
+
+{% include JB/setup %}
+
 # Overview
 
 **Marvin** is an open source Artificial Intelligence platform that focus on helping data science team members, in an easy way, to deliver complex solutions supported by a high-scale, low-latency, language agnostic and standardized architecture while simplifying the process of exploitation and modeling.
diff --git a/site/marvin-platform-book/SUMMARY.md b/site/marvin-platform-book/SUMMARY.md
index 692813a..a943b3b 100644
--- a/site/marvin-platform-book/SUMMARY.md
+++ b/site/marvin-platform-book/SUMMARY.md
@@ -1,36 +1,63 @@
+---
+layout: page
+title: Community Members
+description: Project Community Page
+group: nav-right
+---
+<!--
+{% comment %}
+Licensed to the Apache Software Foundation (ASF) under one or more
+contributor license agreements.  See the NOTICE file distributed with
+this work for additional information regarding copyright ownership.
+The ASF licenses this file to you under the Apache License, Version 2.0
+(the "License"); you may not use this file except in compliance with
+the License.  You may obtain a copy of the License at
+
+http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+{% endcomment %}
+-->
+
+{% include JB/setup %}
+
 # Summary
 
-* [Overview](README.md)
-* [Main Components](ch1_main_components/overview.md)
-    * [DAFSE](ch1_main_components/dasfe.md)
-    * [Toolbox](ch1_main_components/toolbox.md)
-    * [Engine](ch1_main_components/engine.md)
-    * [Engine Executor](ch1_main_components/engine_executor.md)
-    * [Artefacts](ch1_main_components/artefacts.md)
-    * [Marvin Notebook Extension](ch1_main_components/notebook.md)
-* [Installing Marvin](ch2_toolbox_installation/overview.md)
-	* [Ubuntu (Debian) Installation](ch2_toolbox_installation/ubuntu.md)
-	* [MacOS Installation](ch2_toolbox_installation/mac.md)
-	* [Vagrant Installation](ch2_toolbox_installation/vagrant.md)
-    * [Docker Installation](ch2_toolbox_installation/docker.md)
-* [Get Started](ch3_get_started/overview.md)
-	* [Creating a New Engine](ch3_get_started/create_engine.md)
-	* [Working in an Existent Engine](ch3_get_started/existent_engine.md)
-	* [Running an Example Engine](ch3_get_started/engine_examples.md)
-        * [Iris Classification Engine](ch3_get_started/iris_engine.md)
-        * [SMS Spam Detector Engine](ch3_get_started/sms_engine.md)
-        * [MNIST Classifier With Keras Engine](ch3_get_started/mnist_engine.md)
-* [Documentation](ch4_documentation/overview.md)
-    * [Toolbox CLI](ch4_documentation/toolbox_cli.md)
-    * [Engine CLI](ch4_documentation/engine_cli.md)
-    * [Generic Rest API](ch4_documentation/generic_rest_api.md)
-    * [Toolbox Common Library](ch4_documentation/toolbox_common_lib.md)
-    * [Setting Environmental Params](ch4_documentation/setting_params.md)
-* [Deploying Into Production](ch5_deploying/overview.md)
-    * [Deploying Into Production](ch5_deploying/deploying.md)
-* [Marvin AI Platform Architecture](ch6_platform_architecture/overview.md)
-* [Community](ch7_community/overview.md)
-    * [Github](ch7_community/community.md#github)
-    * [Roadmap](ch7_community/community.md#roadmap)
-    * [How to Contribute](ch7_community/community.md#how-to-contribute)
-* [Versions](ch8_versions/overview.md)
+* [Overview](/marvin-platform-book/README)
+* [Main Components](/marvin-platform-book/ch1_main_components/overview)
+    * [DAFSE](/marvin-platform-book/ch1_main_components/dasfe)
+    * [Toolbox](/marvin-platform-book/ch1_main_components/toolbox)
+    * [Engine](/marvin-platform-book/ch1_main_components/engine)
+    * [Engine Executor](/marvin-platform-book/ch1_main_components/engine_executor)
+    * [Artefacts](/marvin-platform-book/ch1_main_components/artefacts)
+    * [Marvin Notebook Extension](/marvin-platform-book/ch1_main_components/notebook)
+* [Installing Marvin](/marvin-platform-book/ch2_toolbox_installation/overview)
+	* [Ubuntu (Debian) Installation](/marvin-platform-book/ch2_toolbox_installation/ubuntu)
+	* [MacOS Installation](/marvin-platform-book/ch2_toolbox_installation/mac)
+	* [Vagrant Installation](/marvin-platform-book/ch2_toolbox_installation/vagrant)
+    * [Docker Installation](/marvin-platform-book/ch2_toolbox_installation/docker)
+* [Get Started](/marvin-platform-book/ch3_get_started/overview)
+	* [Creating a New Engine](/marvin-platform-book/ch3_get_started/create_engine)
+	* [Working in an Existent Engine](/marvin-platform-book/ch3_get_started/existent_engine)
+	* [Running an Example Engine](/marvin-platform-book/ch3_get_started/engine_examples)
+        * [Iris Classification Engine](/marvin-platform-book/ch3_get_started/iris_engine)
+        * [SMS Spam Detector Engine](/marvin-platform-book/ch3_get_started/sms_engine)
+        * [MNIST Classifier With Keras Engine](/marvin-platform-book/ch3_get_started/mnist_engine)
+* [Documentation](/marvin-platform-book/ch4_documentation/overview)
+    * [Toolbox CLI](/marvin-platform-book/ch4_documentation/toolbox_cli)
+    * [Engine CLI](/marvin-platform-book/ch4_documentation/engine_cli)
+    * [Generic Rest API](/marvin-platform-book/ch4_documentation/generic_rest_api)
+    * [Toolbox Common Library](/marvin-platform-book/ch4_documentation/toolbox_common_lib)
+    * [Setting Environmental Params](/marvin-platform-book/ch4_documentation/setting_params)
+* [Deploying Into Production](/marvin-platform-book/ch5_deploying/overview)
+    * [Deploying Into Production](/marvin-platform-book/ch5_deploying/deploying)
+* [Marvin AI Platform Architecture](/marvin-platform-book/ch6_platform_architecture/overview)
+* [Community](/marvin-platform-book/ch7_community/overview)
+    * [Github](/marvin-platform-book/ch7_community/community#github)
+    * [Roadmap](/marvin-platform-book/ch7_community/community#roadmap)
+    * [How to Contribute](/marvin-platform-book/ch7_community/community#how-to-contribute)
+* [Versions](/marvin-platform-book/ch8_versions/overview)
diff --git a/site/marvin-platform-book/ch1_main_components/artefacts.md b/site/marvin-platform-book/ch1_main_components/artefacts.md
index 4745128..7441136 100644
--- a/site/marvin-platform-book/ch1_main_components/artefacts.md
+++ b/site/marvin-platform-book/ch1_main_components/artefacts.md
@@ -1,3 +1,30 @@
+---
+layout: page
+title: Community Members
+description: Project Community Page
+group: nav-right
+---
+<!--
+{% comment %}
+Licensed to the Apache Software Foundation (ASF) under one or more
+contributor license agreements.  See the NOTICE file distributed with
+this work for additional information regarding copyright ownership.
+The ASF licenses this file to you under the Apache License, Version 2.0
+(the "License"); you may not use this file except in compliance with
+the License.  You may obtain a copy of the License at
+
+http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+{% endcomment %}
+-->
+
+{% include JB/setup %}
+
 # Artefacts
 
 Datasets and model(s) are shared between Engine Actions, which are persisted and versioned.
\ No newline at end of file
diff --git a/site/marvin-platform-book/ch1_main_components/dasfe.md b/site/marvin-platform-book/ch1_main_components/dasfe.md
index 264318d..e59020a 100644
--- a/site/marvin-platform-book/ch1_main_components/dasfe.md
+++ b/site/marvin-platform-book/ch1_main_components/dasfe.md
@@ -1,3 +1,30 @@
+---
+layout: page
+title: Community Members
+description: Project Community Page
+group: nav-right
+---
+<!--
+{% comment %}
+Licensed to the Apache Software Foundation (ASF) under one or more
+contributor license agreements.  See the NOTICE file distributed with
+this work for additional information regarding copyright ownership.
+The ASF licenses this file to you under the Apache License, Version 2.0
+(the "License"); you may not use this file except in compliance with
+the License.  You may obtain a copy of the License at
+
+http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+{% endcomment %}
+-->
+
+{% include JB/setup %}
+
 # General Overview
 
 Here are the components
diff --git a/site/marvin-platform-book/ch1_main_components/engine.md b/site/marvin-platform-book/ch1_main_components/engine.md
index e2b77d4..386ff4c 100644
--- a/site/marvin-platform-book/ch1_main_components/engine.md
+++ b/site/marvin-platform-book/ch1_main_components/engine.md
@@ -1,3 +1,30 @@
+---
+layout: page
+title: Community Members
+description: Project Community Page
+group: nav-right
+---
+<!--
+{% comment %}
+Licensed to the Apache Software Foundation (ASF) under one or more
+contributor license agreements.  See the NOTICE file distributed with
+this work for additional information regarding copyright ownership.
+The ASF licenses this file to you under the Apache License, Version 2.0
+(the "License"); you may not use this file except in compliance with
+the License.  You may obtain a copy of the License at
+
+http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+{% endcomment %}
+-->
+
+{% include JB/setup %}
+
 # Engine
 
 The Engine is the Marvin application, the result of user's implementation, including code, datasets(artifacts), models, etc. We have some [engine examples on github](https://github.com/marvin-ai/marvin-public-engines) and you could install them like described in [Running an example engine](ch3_get_started/engine_examples.md)
\ No newline at end of file
diff --git a/site/marvin-platform-book/ch1_main_components/engine_executor.md b/site/marvin-platform-book/ch1_main_components/engine_executor.md
index c86ef97..a6ad4cf 100644
--- a/site/marvin-platform-book/ch1_main_components/engine_executor.md
+++ b/site/marvin-platform-book/ch1_main_components/engine_executor.md
@@ -1,3 +1,30 @@
+---
+layout: page
+title: engine executor
+description: engine executor
+group: nav-right
+---
+<!--
+{% comment %}
+Licensed to the Apache Software Foundation (ASF) under one or more
+contributor license agreements.  See the NOTICE file distributed with
+this work for additional information regarding copyright ownership.
+The ASF licenses this file to you under the Apache License, Version 2.0
+(the "License"); you may not use this file except in compliance with
+the License.  You may obtain a copy of the License at
+
+http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+{% endcomment %}
+-->
+
+{% include JB/setup %}
+
 # Engine Executor
 
 The [engine executor](https://github.com/marvin-ai/marvin-engine-executor) is the component responsible for coordinating execution of the steps (Actions) in a Marvin engine. The engine-executor is able to communicate with engines through the gRPC protocol.
\ No newline at end of file
diff --git a/site/marvin-platform-book/ch1_main_components/notebook.md b/site/marvin-platform-book/ch1_main_components/notebook.md
index cc1add6..ad43307 100644
--- a/site/marvin-platform-book/ch1_main_components/notebook.md
+++ b/site/marvin-platform-book/ch1_main_components/notebook.md
@@ -1,3 +1,30 @@
+---
+layout: page
+title: Community Members
+description: Project Community Page
+group: nav-right
+---
+<!--
+{% comment %}
+Licensed to the Apache Software Foundation (ASF) under one or more
+contributor license agreements.  See the NOTICE file distributed with
+this work for additional information regarding copyright ownership.
+The ASF licenses this file to you under the Apache License, Version 2.0
+(the "License"); you may not use this file except in compliance with
+the License.  You may obtain a copy of the License at
+
+http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+{% endcomment %}
+-->
+
+{% include JB/setup %}
+
 # Marvin Notebook Extension
 
 In order to facilitate development of the engine, Jupyter Notebook is integrated into Toolbox. The Marvin notebook extension allows the user to write their code in Notebooks and push updates directly to the Actions.
\ No newline at end of file
diff --git a/site/marvin-platform-book/ch1_main_components/overview.md b/site/marvin-platform-book/ch1_main_components/overview.md
index 9b451e5..34fe53c 100644
--- a/site/marvin-platform-book/ch1_main_components/overview.md
+++ b/site/marvin-platform-book/ch1_main_components/overview.md
@@ -1,3 +1,30 @@
+---
+layout: page
+title: Community Members
+description: Project Community Page
+group: nav-right
+---
+<!--
+{% comment %}
+Licensed to the Apache Software Foundation (ASF) under one or more
+contributor license agreements.  See the NOTICE file distributed with
+this work for additional information regarding copyright ownership.
+The ASF licenses this file to you under the Apache License, Version 2.0
+(the "License"); you may not use this file except in compliance with
+the License.  You may obtain a copy of the License at
+
+http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+{% endcomment %}
+-->
+
+{% include JB/setup %}
+
 # General Overview
 
 Here we will explain the design pattern for MARVIN AI
\ No newline at end of file
diff --git a/site/marvin-platform-book/ch1_main_components/toolbox.md b/site/marvin-platform-book/ch1_main_components/toolbox.md
index 7993c3d..fce8895 100644
--- a/site/marvin-platform-book/ch1_main_components/toolbox.md
+++ b/site/marvin-platform-book/ch1_main_components/toolbox.md
@@ -1,3 +1,30 @@
+---
+layout: page
+title: Community Members
+description: Project Community Page
+group: nav-right
+---
+<!--
+{% comment %}
+Licensed to the Apache Software Foundation (ASF) under one or more
+contributor license agreements.  See the NOTICE file distributed with
+this work for additional information regarding copyright ownership.
+The ASF licenses this file to you under the Apache License, Version 2.0
+(the "License"); you may not use this file except in compliance with
+the License.  You may obtain a copy of the License at
+
+http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+{% endcomment %}
+-->
+
+{% include JB/setup %}
+
 # Toolbox
 
 The toolbox helps the user develop, test, and run their built engine.
diff --git a/site/marvin-platform-book/ch2_toolbox_installation/docker.md b/site/marvin-platform-book/ch2_toolbox_installation/docker.md
index ab6ba9c..0b3085d 100644
--- a/site/marvin-platform-book/ch2_toolbox_installation/docker.md
+++ b/site/marvin-platform-book/ch2_toolbox_installation/docker.md
@@ -1 +1,28 @@
+---
+layout: page
+title: Community Members
+description: Project Community Page
+group: nav-right
+---
+<!--
+{% comment %}
+Licensed to the Apache Software Foundation (ASF) under one or more
+contributor license agreements.  See the NOTICE file distributed with
+this work for additional information regarding copyright ownership.
+The ASF licenses this file to you under the Apache License, Version 2.0
+(the "License"); you may not use this file except in compliance with
+the License.  You may obtain a copy of the License at
+
+http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+{% endcomment %}
+-->
+
+{% include JB/setup %}
+
 # General Overview Docker
\ No newline at end of file
diff --git a/site/marvin-platform-book/ch2_toolbox_installation/mac.md b/site/marvin-platform-book/ch2_toolbox_installation/mac.md
index a421bca..b4ffd7b 100644
--- a/site/marvin-platform-book/ch2_toolbox_installation/mac.md
+++ b/site/marvin-platform-book/ch2_toolbox_installation/mac.md
@@ -1,3 +1,30 @@
+---
+layout: page
+title: Community Members
+description: Project Community Page
+group: nav-right
+---
+<!--
+{% comment %}
+Licensed to the Apache Software Foundation (ASF) under one or more
+contributor license agreements.  See the NOTICE file distributed with
+this work for additional information regarding copyright ownership.
+The ASF licenses this file to you under the Apache License, Version 2.0
+(the "License"); you may not use this file except in compliance with
+the License.  You may obtain a copy of the License at
+
+http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+{% endcomment %}
+-->
+
+{% include JB/setup %}
+
 # Installing Toolbox as MacOS user
 
 1. Toolbox will need some OS dependencies
diff --git a/site/marvin-platform-book/ch2_toolbox_installation/overview.md b/site/marvin-platform-book/ch2_toolbox_installation/overview.md
index 4b77d89..f0c5462 100644
--- a/site/marvin-platform-book/ch2_toolbox_installation/overview.md
+++ b/site/marvin-platform-book/ch2_toolbox_installation/overview.md
@@ -1,3 +1,30 @@
+---
+layout: page
+title: Community Members
+description: Project Community Page
+group: nav-right
+---
+<!--
+{% comment %}
+Licensed to the Apache Software Foundation (ASF) under one or more
+contributor license agreements.  See the NOTICE file distributed with
+this work for additional information regarding copyright ownership.
+The ASF licenses this file to you under the Apache License, Version 2.0
+(the "License"); you may not use this file except in compliance with
+the License.  You may obtain a copy of the License at
+
+http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+{% endcomment %}
+-->
+
+{% include JB/setup %}
+
 # General Overview
 
 Toolbox can be installed directly in Ubuntu(Debian) Distribution and MacOS, for other operating systems there is installation through Vagrant or Docker.
diff --git a/site/marvin-platform-book/ch2_toolbox_installation/ubuntu.md b/site/marvin-platform-book/ch2_toolbox_installation/ubuntu.md
index 1d59af4..eb9115f 100644
--- a/site/marvin-platform-book/ch2_toolbox_installation/ubuntu.md
+++ b/site/marvin-platform-book/ch2_toolbox_installation/ubuntu.md
@@ -1,3 +1,30 @@
+---
+layout: page
+title: Community Members
+description: Project Community Page
+group: nav-right
+---
+<!--
+{% comment %}
+Licensed to the Apache Software Foundation (ASF) under one or more
+contributor license agreements.  See the NOTICE file distributed with
+this work for additional information regarding copyright ownership.
+The ASF licenses this file to you under the Apache License, Version 2.0
+(the "License"); you may not use this file except in compliance with
+the License.  You may obtain a copy of the License at
+
+http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+{% endcomment %}
+-->
+
+{% include JB/setup %}
+
 # Installing Toolbox as Ubuntu user
 
 1. Toolbox will need some OS dependencies
diff --git a/site/marvin-platform-book/ch2_toolbox_installation/vagrant.md b/site/marvin-platform-book/ch2_toolbox_installation/vagrant.md
index f798368..1d49865 100644
--- a/site/marvin-platform-book/ch2_toolbox_installation/vagrant.md
+++ b/site/marvin-platform-book/ch2_toolbox_installation/vagrant.md
@@ -1,3 +1,30 @@
+---
+layout: page
+title: Community Members
+description: Project Community Page
+group: nav-right
+---
+<!--
+{% comment %}
+Licensed to the Apache Software Foundation (ASF) under one or more
+contributor license agreements.  See the NOTICE file distributed with
+this work for additional information regarding copyright ownership.
+The ASF licenses this file to you under the Apache License, Version 2.0
+(the "License"); you may not use this file except in compliance with
+the License.  You may obtain a copy of the License at
+
+http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+{% endcomment %}
+-->
+
+{% include JB/setup %}
+
 # Installing Toolbox using vagrant
 
 1. Install requirements
diff --git a/site/marvin-platform-book/ch3_get_started/create_engine.md b/site/marvin-platform-book/ch3_get_started/create_engine.md
index 2190a56..878651c 100644
--- a/site/marvin-platform-book/ch3_get_started/create_engine.md
+++ b/site/marvin-platform-book/ch3_get_started/create_engine.md
@@ -1,3 +1,30 @@
+---
+layout: page
+title: Community Members
+description: Project Community Page
+group: nav-right
+---
+<!--
+{% comment %}
+Licensed to the Apache Software Foundation (ASF) under one or more
+contributor license agreements.  See the NOTICE file distributed with
+this work for additional information regarding copyright ownership.
+The ASF licenses this file to you under the Apache License, Version 2.0
+(the "License"); you may not use this file except in compliance with
+the License.  You may obtain a copy of the License at
+
+http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+{% endcomment %}
+-->
+
+{% include JB/setup %}
+
 # Creating a new engine
 1. To create a new engine
 ```
diff --git a/site/marvin-platform-book/ch3_get_started/engine_examples.md b/site/marvin-platform-book/ch3_get_started/engine_examples.md
index 3ed609e..9c0c67a 100644
--- a/site/marvin-platform-book/ch3_get_started/engine_examples.md
+++ b/site/marvin-platform-book/ch3_get_started/engine_examples.md
@@ -1,3 +1,30 @@
+---
+layout: page
+title: Community Members
+description: Project Community Page
+group: nav-right
+---
+<!--
+{% comment %}
+Licensed to the Apache Software Foundation (ASF) under one or more
+contributor license agreements.  See the NOTICE file distributed with
+this work for additional information regarding copyright ownership.
+The ASF licenses this file to you under the Apache License, Version 2.0
+(the "License"); you may not use this file except in compliance with
+the License.  You may obtain a copy of the License at
+
+http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+{% endcomment %}
+-->
+
+{% include JB/setup %}
+
 # Running a example engine 
 1. Clone example engine from repository
 ```
diff --git a/site/marvin-platform-book/ch3_get_started/existent_engine.md b/site/marvin-platform-book/ch3_get_started/existent_engine.md
index 63fb013..4ded9d4 100644
--- a/site/marvin-platform-book/ch3_get_started/existent_engine.md
+++ b/site/marvin-platform-book/ch3_get_started/existent_engine.md
@@ -1,3 +1,30 @@
+---
+layout: page
+title: Community Members
+description: Project Community Page
+group: nav-right
+---
+<!--
+{% comment %}
+Licensed to the Apache Software Foundation (ASF) under one or more
+contributor license agreements.  See the NOTICE file distributed with
+this work for additional information regarding copyright ownership.
+The ASF licenses this file to you under the Apache License, Version 2.0
+(the "License"); you may not use this file except in compliance with
+the License.  You may obtain a copy of the License at
+
+http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+{% endcomment %}
+-->
+
+{% include JB/setup %}
+
 # Working in an existing engine
 
 1. If you don't have an engine locally, clone one to your local machine
diff --git a/site/marvin-platform-book/ch3_get_started/iris_engine.md b/site/marvin-platform-book/ch3_get_started/iris_engine.md
index 136e3da..0f4e348 100644
--- a/site/marvin-platform-book/ch3_get_started/iris_engine.md
+++ b/site/marvin-platform-book/ch3_get_started/iris_engine.md
@@ -1,3 +1,30 @@
+---
+layout: page
+title: Community Members
+description: Project Community Page
+group: nav-right
+---
+<!--
+{% comment %}
+Licensed to the Apache Software Foundation (ASF) under one or more
+contributor license agreements.  See the NOTICE file distributed with
+this work for additional information regarding copyright ownership.
+The ASF licenses this file to you under the Apache License, Version 2.0
+(the "License"); you may not use this file except in compliance with
+the License.  You may obtain a copy of the License at
+
+http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+{% endcomment %}
+-->
+
+{% include JB/setup %}
+
 # Iris Species v0.0.1
 
 ## Overview
diff --git a/site/marvin-platform-book/ch3_get_started/mnist_engine.md b/site/marvin-platform-book/ch3_get_started/mnist_engine.md
index 01111c8..2c82dbc 100644
--- a/site/marvin-platform-book/ch3_get_started/mnist_engine.md
+++ b/site/marvin-platform-book/ch3_get_started/mnist_engine.md
@@ -1,3 +1,30 @@
+---
+layout: page
+title: Community Members
+description: Project Community Page
+group: nav-right
+---
+<!--
+{% comment %}
+Licensed to the Apache Software Foundation (ASF) under one or more
+contributor license agreements.  See the NOTICE file distributed with
+this work for additional information regarding copyright ownership.
+The ASF licenses this file to you under the Apache License, Version 2.0
+(the "License"); you may not use this file except in compliance with
+the License.  You may obtain a copy of the License at
+
+http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+{% endcomment %}
+-->
+
+{% include JB/setup %}
+
 # MNIST Engine
 
 Text here
\ No newline at end of file
diff --git a/site/marvin-platform-book/ch3_get_started/overview.md b/site/marvin-platform-book/ch3_get_started/overview.md
index 56cc5ec..d76a11e 100644
--- a/site/marvin-platform-book/ch3_get_started/overview.md
+++ b/site/marvin-platform-book/ch3_get_started/overview.md
@@ -1,2 +1,29 @@
+---
+layout: page
+title: Community Members
+description: Project Community Page
+group: nav-right
+---
+<!--
+{% comment %}
+Licensed to the Apache Software Foundation (ASF) under one or more
+contributor license agreements.  See the NOTICE file distributed with
+this work for additional information regarding copyright ownership.
+The ASF licenses this file to you under the Apache License, Version 2.0
+(the "License"); you may not use this file except in compliance with
+the License.  You may obtain a copy of the License at
+
+http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+{% endcomment %}
+-->
+
+{% include JB/setup %}
+
 # General Overview
 In this chapter we have some exemples of how to create and work with an engine.
\ No newline at end of file
diff --git a/site/marvin-platform-book/ch3_get_started/sms_engine.md b/site/marvin-platform-book/ch3_get_started/sms_engine.md
index 5e7fdba..5705a22 100644
--- a/site/marvin-platform-book/ch3_get_started/sms_engine.md
+++ b/site/marvin-platform-book/ch3_get_started/sms_engine.md
@@ -1,3 +1,30 @@
+---
+layout: page
+title: Community Members
+description: Project Community Page
+group: nav-right
+---
+<!--
+{% comment %}
+Licensed to the Apache Software Foundation (ASF) under one or more
+contributor license agreements.  See the NOTICE file distributed with
+this work for additional information regarding copyright ownership.
+The ASF licenses this file to you under the Apache License, Version 2.0
+(the "License"); you may not use this file except in compliance with
+the License.  You may obtain a copy of the License at
+
+http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+{% endcomment %}
+-->
+
+{% include JB/setup %}
+
 # SMS Engine
 
 ## Overview
diff --git a/site/marvin-platform-book/ch4_documentation/engine_cli.md b/site/marvin-platform-book/ch4_documentation/engine_cli.md
index 5b87f67..a8c35e0 100644
--- a/site/marvin-platform-book/ch4_documentation/engine_cli.md
+++ b/site/marvin-platform-book/ch4_documentation/engine_cli.md
@@ -1,3 +1,30 @@
+---
+layout: page
+title: Community Members
+description: Project Community Page
+group: nav-right
+---
+<!--
+{% comment %}
+Licensed to the Apache Software Foundation (ASF) under one or more
+contributor license agreements.  See the NOTICE file distributed with
+this work for additional information regarding copyright ownership.
+The ASF licenses this file to you under the Apache License, Version 2.0
+(the "License"); you may not use this file except in compliance with
+the License.  You may obtain a copy of the License at
+
+http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+{% endcomment %}
+-->
+
+{% include JB/setup %}
+
 # Engine CLI
 
 ### Command line interface
diff --git a/site/marvin-platform-book/ch4_documentation/generic_rest_api.md b/site/marvin-platform-book/ch4_documentation/generic_rest_api.md
index 18b7ab8..74f86ec 100644
--- a/site/marvin-platform-book/ch4_documentation/generic_rest_api.md
+++ b/site/marvin-platform-book/ch4_documentation/generic_rest_api.md
@@ -1,3 +1,30 @@
+---
+layout: page
+title: Community Members
+description: Project Community Page
+group: nav-right
+---
+<!--
+{% comment %}
+Licensed to the Apache Software Foundation (ASF) under one or more
+contributor license agreements.  See the NOTICE file distributed with
+this work for additional information regarding copyright ownership.
+The ASF licenses this file to you under the Apache License, Version 2.0
+(the "License"); you may not use this file except in compliance with
+the License.  You may obtain a copy of the License at
+
+http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+{% endcomment %}
+-->
+
+{% include JB/setup %}
+
 # Generic Rest API
 
 Text goes here
\ No newline at end of file
diff --git a/site/marvin-platform-book/ch4_documentation/setting_params.md b/site/marvin-platform-book/ch4_documentation/setting_params.md
index 64bb46f..2a200b1 100644
--- a/site/marvin-platform-book/ch4_documentation/setting_params.md
+++ b/site/marvin-platform-book/ch4_documentation/setting_params.md
@@ -1,3 +1,30 @@
+---
+layout: page
+title: Community Members
+description: Project Community Page
+group: nav-right
+---
+<!--
+{% comment %}
+Licensed to the Apache Software Foundation (ASF) under one or more
+contributor license agreements.  See the NOTICE file distributed with
+this work for additional information regarding copyright ownership.
+The ASF licenses this file to you under the Apache License, Version 2.0
+(the "License"); you may not use this file except in compliance with
+the License.  You may obtain a copy of the License at
+
+http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+{% endcomment %}
+-->
+
+{% include JB/setup %}
+
 # Setting Environmental Variables
 
 To set up environmental parameters or variables on Marvin it's recommended 
diff --git a/site/marvin-platform-book/ch4_documentation/toolbox_cli.md b/site/marvin-platform-book/ch4_documentation/toolbox_cli.md
index c5423ef..532f94b 100644
--- a/site/marvin-platform-book/ch4_documentation/toolbox_cli.md
+++ b/site/marvin-platform-book/ch4_documentation/toolbox_cli.md
@@ -1,3 +1,30 @@
+---
+layout: page
+title: Community Members
+description: Project Community Page
+group: nav-right
+---
+<!--
+{% comment %}
+Licensed to the Apache Software Foundation (ASF) under one or more
+contributor license agreements.  See the NOTICE file distributed with
+this work for additional information regarding copyright ownership.
+The ASF licenses this file to you under the Apache License, Version 2.0
+(the "License"); you may not use this file except in compliance with
+the License.  You may obtain a copy of the License at
+
+http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+{% endcomment %}
+-->
+
+{% include JB/setup %}
+
 # Toolbox CLI
 
 ### Command line interface
diff --git a/site/marvin-platform-book/ch4_documentation/toolbox_common_lib.md b/site/marvin-platform-book/ch4_documentation/toolbox_common_lib.md
index cff9a3a..3c0d340 100644
--- a/site/marvin-platform-book/ch4_documentation/toolbox_common_lib.md
+++ b/site/marvin-platform-book/ch4_documentation/toolbox_common_lib.md
@@ -1,3 +1,30 @@
+---
+layout: page
+title: Community Members
+description: Project Community Page
+group: nav-right
+---
+<!--
+{% comment %}
+Licensed to the Apache Software Foundation (ASF) under one or more
+contributor license agreements.  See the NOTICE file distributed with
+this work for additional information regarding copyright ownership.
+The ASF licenses this file to you under the Apache License, Version 2.0
+(the "License"); you may not use this file except in compliance with
+the License.  You may obtain a copy of the License at
+
+http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+{% endcomment %}
+-->
+
+{% include JB/setup %}
+
 # Toolbox Common Lib
 
 Text goes here
\ No newline at end of file
diff --git a/site/marvin-platform-book/ch5_deploying/deploying.md b/site/marvin-platform-book/ch5_deploying/deploying.md
index e148823..4a13a3f 100644
--- a/site/marvin-platform-book/ch5_deploying/deploying.md
+++ b/site/marvin-platform-book/ch5_deploying/deploying.md
@@ -1,3 +1,30 @@
+---
+layout: page
+title: Community Members
+description: Project Community Page
+group: nav-right
+---
+<!--
+{% comment %}
+Licensed to the Apache Software Foundation (ASF) under one or more
+contributor license agreements.  See the NOTICE file distributed with
+this work for additional information regarding copyright ownership.
+The ASF licenses this file to you under the Apache License, Version 2.0
+(the "License"); you may not use this file except in compliance with
+the License.  You may obtain a copy of the License at
+
+http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+{% endcomment %}
+-->
+
+{% include JB/setup %}
+
 # Deploying Into Produciton
 
 Text goes here
\ No newline at end of file
diff --git a/site/marvin-platform-book/ch5_deploying/overview.md b/site/marvin-platform-book/ch5_deploying/overview.md
index 9b451e5..34fe53c 100644
--- a/site/marvin-platform-book/ch5_deploying/overview.md
+++ b/site/marvin-platform-book/ch5_deploying/overview.md
@@ -1,3 +1,30 @@
+---
+layout: page
+title: Community Members
+description: Project Community Page
+group: nav-right
+---
+<!--
+{% comment %}
+Licensed to the Apache Software Foundation (ASF) under one or more
+contributor license agreements.  See the NOTICE file distributed with
+this work for additional information regarding copyright ownership.
+The ASF licenses this file to you under the Apache License, Version 2.0
+(the "License"); you may not use this file except in compliance with
+the License.  You may obtain a copy of the License at
+
+http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+{% endcomment %}
+-->
+
+{% include JB/setup %}
+
 # General Overview
 
 Here we will explain the design pattern for MARVIN AI
\ No newline at end of file
diff --git a/site/marvin-platform-book/ch6_platform_architecture/overview.md b/site/marvin-platform-book/ch6_platform_architecture/overview.md
index 9b451e5..34fe53c 100644
--- a/site/marvin-platform-book/ch6_platform_architecture/overview.md
+++ b/site/marvin-platform-book/ch6_platform_architecture/overview.md
@@ -1,3 +1,30 @@
+---
+layout: page
+title: Community Members
+description: Project Community Page
+group: nav-right
+---
+<!--
+{% comment %}
+Licensed to the Apache Software Foundation (ASF) under one or more
+contributor license agreements.  See the NOTICE file distributed with
+this work for additional information regarding copyright ownership.
+The ASF licenses this file to you under the Apache License, Version 2.0
+(the "License"); you may not use this file except in compliance with
+the License.  You may obtain a copy of the License at
+
+http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+{% endcomment %}
+-->
+
+{% include JB/setup %}
+
 # General Overview
 
 Here we will explain the design pattern for MARVIN AI
\ No newline at end of file
diff --git a/site/marvin-platform-book/ch7_community/community.md b/site/marvin-platform-book/ch7_community/community.md
index 92fa952..5bdc783 100644
--- a/site/marvin-platform-book/ch7_community/community.md
+++ b/site/marvin-platform-book/ch7_community/community.md
@@ -1,3 +1,30 @@
+---
+layout: page
+title: Community Members
+description: Project Community Page
+group: nav-right
+---
+<!--
+{% comment %}
+Licensed to the Apache Software Foundation (ASF) under one or more
+contributor license agreements.  See the NOTICE file distributed with
+this work for additional information regarding copyright ownership.
+The ASF licenses this file to you under the Apache License, Version 2.0
+(the "License"); you may not use this file except in compliance with
+the License.  You may obtain a copy of the License at
+
+http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+{% endcomment %}
+-->
+
+{% include JB/setup %}
+
 # Community
 
 # Github
diff --git a/site/marvin-platform-book/ch7_community/overview.md b/site/marvin-platform-book/ch7_community/overview.md
index 9b451e5..34fe53c 100644
--- a/site/marvin-platform-book/ch7_community/overview.md
+++ b/site/marvin-platform-book/ch7_community/overview.md
@@ -1,3 +1,30 @@
+---
+layout: page
+title: Community Members
+description: Project Community Page
+group: nav-right
+---
+<!--
+{% comment %}
+Licensed to the Apache Software Foundation (ASF) under one or more
+contributor license agreements.  See the NOTICE file distributed with
+this work for additional information regarding copyright ownership.
+The ASF licenses this file to you under the Apache License, Version 2.0
+(the "License"); you may not use this file except in compliance with
+the License.  You may obtain a copy of the License at
+
+http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+{% endcomment %}
+-->
+
+{% include JB/setup %}
+
 # General Overview
 
 Here we will explain the design pattern for MARVIN AI
\ No newline at end of file
diff --git a/site/marvin-platform-book/ch8_versions/overview.md b/site/marvin-platform-book/ch8_versions/overview.md
index 9b451e5..34fe53c 100644
--- a/site/marvin-platform-book/ch8_versions/overview.md
+++ b/site/marvin-platform-book/ch8_versions/overview.md
@@ -1,3 +1,30 @@
+---
+layout: page
+title: Community Members
+description: Project Community Page
+group: nav-right
+---
+<!--
+{% comment %}
+Licensed to the Apache Software Foundation (ASF) under one or more
+contributor license agreements.  See the NOTICE file distributed with
+this work for additional information regarding copyright ownership.
+The ASF licenses this file to you under the Apache License, Version 2.0
+(the "License"); you may not use this file except in compliance with
+the License.  You may obtain a copy of the License at
+
+http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+{% endcomment %}
+-->
+
+{% include JB/setup %}
+
 # General Overview
 
 Here we will explain the design pattern for MARVIN AI
\ No newline at end of file