From c32261221829f32c4ad808d1ccc1a2090a114bff Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sat, 18 Jan 2014 14:09:09 -0800 Subject: move migration docs to new separate page, leave callout on getting started page; fixes #12244 --- docs/_layouts/default.html | 2 ++ 1 file changed, 2 insertions(+) (limited to 'docs/_layouts/default.html') diff --git a/docs/_layouts/default.html b/docs/_layouts/default.html index 3c7e70a12..c69c4fd10 100644 --- a/docs/_layouts/default.html +++ b/docs/_layouts/default.html @@ -40,6 +40,8 @@ {% include nav-customize.html %} {% elsif page.slug == "about" %} {% include nav-about.html %} + {% elsif page.slug == "migration" %} + {% include nav-migration.html %} {% endif %} -- cgit v1.2.3