diff --git a/content/en/blog/_index.md b/content/en/blog/_index.md
index 95ccb91..02950d4 100644
--- a/content/en/blog/_index.md
+++ b/content/en/blog/_index.md
@@ -1,6 +1,9 @@
---
title: Blog
-menu: {main: {weight: 30}}
+menu:
+ main:
+ weight: 30
+ pre:
---
This is the **blog** section. It has two categories: News and Releases.
diff --git a/content/en/community/_index.md b/content/en/community/_index.md
index 3f237b8..bfbcf14 100644
--- a/content/en/community/_index.md
+++ b/content/en/community/_index.md
@@ -1,6 +1,9 @@
---
title: Community
-menu: {main: {weight: 40}}
+menu:
+ main:
+ weight: 40
+ pre:
---
diff --git a/content/en/docs/_index.md b/content/en/docs/_index.md
index 5f4a56d..d06ac8f 100644
--- a/content/en/docs/_index.md
+++ b/content/en/docs/_index.md
@@ -1,7 +1,9 @@
---
title: Documentation
-description: documentation page
-weight: 20
+menu:
+ main:
+ weight: 20
+ pre:
---
{{% pageinfo %}}