From 1149816dce16ef0019822c04a5b77deb8b1527d3 Mon Sep 17 00:00:00 2001 From: Naomi Black Date: Wed, 22 Jun 2016 17:53:17 -0700 Subject: [PATCH] chore(nav): a missing bit of metadata for the forms guide --- public/docs/ts/latest/guide/_data.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/public/docs/ts/latest/guide/_data.json b/public/docs/ts/latest/guide/_data.json index f96ea364b3..8b19ebe7e8 100644 --- a/public/docs/ts/latest/guide/_data.json +++ b/public/docs/ts/latest/guide/_data.json @@ -29,6 +29,14 @@ "basics": true }, + "forms": { + "title": "Forms", + "intro": "A form creates a cohesive, effective, and compelling data entry experience. An Angular form coordinates a set of data-bound user controls, tracks changes, validates input, and presents errors.", + "nextable": true, + "basics": true, + "hide": true + }, + "forms-deprecated": { "title": "Forms", "intro": "A form creates a cohesive, effective, and compelling data entry experience. An Angular form coordinates a set of data-bound user controls, tracks changes, validates input, and presents errors.",