diff --git a/layouts/index.html b/layouts/index.html
index 359112c..9778723 100644
--- a/layouts/index.html
+++ b/layouts/index.html
@@ -46,6 +46,12 @@
Prometheus Target Configuration
Automatically generate monitoring target configurations based on familiar Kubernetes label queries;
no need to learn a Prometheus specific configuration language.
+
+
Exposing Prometheus and Alertmanager
+
Learn how to expose Prometheus and Alertmanager services.
+
Read More
+
+
diff --git a/synchronize.sh b/synchronize.sh
index c7f8a24..e8bc182 100755
--- a/synchronize.sh
+++ b/synchronize.sh
@@ -42,6 +42,7 @@ cp repos/prometheus-operator/Documentation/thanos.md content/docs/platform/thano
cp repos/prometheus-operator/Documentation/troubleshooting.md content/docs/platform/troubleshooting.md
cp repos/prometheus-operator/Documentation/user-guides/storage.md content/docs/platform/storage.md
cp repos/prometheus-operator/Documentation/user-guides/strategic-merge-patch.md content/docs/platform/strategic-merge-patch.md
+cp repos/prometheus-operator/Documentation/user-guides/exposing-prometheus-and-alertmanager.md content/docs/platform-guides/exposing-prometheus-and-alertmanager.md
# developer guide
cp repos/prometheus-operator/Documentation/user-guides/getting-started.md content/docs/developer/getting-started.md