diff --git a/docs/modules/ROOT/nav.adoc b/docs/modules/ROOT/nav.adoc
index e04badaf..05ef7fb0 100644
--- a/docs/modules/ROOT/nav.adoc
+++ b/docs/modules/ROOT/nav.adoc
@@ -1,3 +1,3 @@
* xref:index.adoc[]
-* xref:building.adoc[Building]
-* xref:contributing.adoc[Contributing]
+* xref:building.adoc[]
+* xref:contributing.adoc[]
diff --git a/docs/modules/ROOT/pages/building.adoc b/docs/modules/ROOT/pages/building.adoc
index fec56b6c..5e900719 100644
--- a/docs/modules/ROOT/pages/building.adoc
+++ b/docs/modules/ROOT/pages/building.adoc
@@ -1 +1,4 @@
+[[building]]
+= Building
+
include::partial$building.adoc[]
\ No newline at end of file
diff --git a/docs/modules/ROOT/pages/contributing.adoc b/docs/modules/ROOT/pages/contributing.adoc
index 79429914..f2baafe9 100644
--- a/docs/modules/ROOT/pages/contributing.adoc
+++ b/docs/modules/ROOT/pages/contributing.adoc
@@ -1 +1,4 @@
+[[contributing]]
+= Contributing
+
include::partial$contributing.adoc[]
\ No newline at end of file
diff --git a/docs/modules/ROOT/pages/index.adoc b/docs/modules/ROOT/pages/index.adoc
index 62270e7f..7cce19fd 100755
--- a/docs/modules/ROOT/pages/index.adoc
+++ b/docs/modules/ROOT/pages/index.adoc
@@ -1,4 +1,4 @@
-[[spring-cloud-build]]
-= Spring Cloud Build
+[[overview]]
+= Overview
Spring Cloud Build is a common utility project for Spring Cloud to use for plugin and dependency management.
\ No newline at end of file
diff --git a/pom.xml b/pom.xml
index 99ca06e4..bf5b9f56 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1194,25 +1194,6 @@
-
- package-and-attach-docs-zip
- ${package-and-attach-docs-zip.phase}
-
- run
-
-
-
-
-
-
-
-
-
-
-
setup-maven-properties
initialize
@@ -1258,23 +1239,6 @@
deploy
-
- upload-docs-zip
- ${upload-docs-zip.phase}
-
- deploy-file
-
-
- false
- ${project.groupId}
- ${project.artifactId}
- ${project.version}
- ${maven-deploy-plugin.deployZipRepositoryId}
- ${maven-deploy-plugin.deployZipUrl}
- ${project.build.directory}/${project.artifactId}-${project.version}.zip
- zip;zip.type=docs;zip.deployed=false;
-
-