From a59129c72d7a1f6761d3d9b06a2c97ee624404fa Mon Sep 17 00:00:00 2001 From: "&! (bitandbang)" Date: Sat, 31 Oct 2015 13:44:44 -0400 Subject: [PATCH 1/2] Added Guides item to nav Added the Guides item to the Docs nav. --- locale/en/site.json | 4 ++++ 1 file changed, 4 insertions(+) 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" From eddf3e13c5d56aa7925b124c4446da8983db4726 Mon Sep 17 00:00:00 2001 From: "&! (bitandbang)" Date: Sat, 31 Oct 2015 13:47:15 -0400 Subject: [PATCH 2/2] Added Guides link to docs handlebars layout Added the guides link to the navigation in the docs handlebars layout --- layouts/docs.hbs | 3 +++ 1 file changed, 3 insertions(+) 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}} +