From 1fe6434b9452f55fecd9650394f84e74a46d34ba Mon Sep 17 00:00:00 2001 From: Eric Jimenez Date: Wed, 19 Oct 2016 16:49:54 -0400 Subject: [PATCH] chore: rename Developer Guides to Guide in _data.json(#2563) --- public/docs/dart/latest/_data.json | 2 +- public/docs/js/latest/_data.json | 2 +- public/docs/ts/latest/_data.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/public/docs/dart/latest/_data.json b/public/docs/dart/latest/_data.json index 00b82e86a2..61dab9cc41 100644 --- a/public/docs/dart/latest/_data.json +++ b/public/docs/dart/latest/_data.json @@ -23,7 +23,7 @@ "guide": { "icon": "list", - "title": "Developer Guides", + "title": "Guide", "subtitle": "Dart" }, diff --git a/public/docs/js/latest/_data.json b/public/docs/js/latest/_data.json index aff615b2b4..d3fff22a9c 100644 --- a/public/docs/js/latest/_data.json +++ b/public/docs/js/latest/_data.json @@ -23,7 +23,7 @@ "guide": { "icon": "list", - "title": "Developer Guides", + "title": "Guide", "subtitle": "JavaScript" }, diff --git a/public/docs/ts/latest/_data.json b/public/docs/ts/latest/_data.json index d266af2443..3270bdb011 100644 --- a/public/docs/ts/latest/_data.json +++ b/public/docs/ts/latest/_data.json @@ -31,7 +31,7 @@ "guide": { "icon": "list", - "title": "Developer Guides", + "title": "Guide", "subtitle": "TypeScript" },