diff --git a/layouts/docs.hbs b/layouts/docs.hbs
index b8c055ee14ad6..948ca3e071e48 100644
--- a/layouts/docs.hbs
+++ b/layouts/docs.hbs
@@ -22,6 +22,9 @@
{{site.docs.api.text}}
+
+ {{site.docs.guides.text}}
+
diff --git a/locale/en/site.json b/locale/en/site.json
index 4b5412aa8b673..8615ba44567b3 100644
--- a/locale/en/site.json
+++ b/locale/en/site.json
@@ -74,6 +74,10 @@
"link": "/api/",
"text": "API"
},
+ "guides": {
+ "link": "docs/guides/",
+ "text": "Guides"
+ },
"knowledge": {
"link": "knowledge",
"text": "Knowledge Base"