From 83b32524044083c135e3f17ff5ef83bb701a7333 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Thu, 18 Dec 2014 22:35:37 -0800 Subject: migration to layout and nav --- docs/_layouts/default.html | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docs/_layouts/default.html') diff --git a/docs/_layouts/default.html b/docs/_layouts/default.html index efc125494..4fcda0e03 100644 --- a/docs/_layouts/default.html +++ b/docs/_layouts/default.html @@ -31,6 +31,9 @@ {% elsif page.url contains "about" %}

About

Learn about the project's history, meet the maintaining teams, and find out how to use the Bootstrap brand.

+ {% elsif page.url contains "migration" %} +

Migration

+

Bootstrap 4 is not backwards compatible with v3.x.x. Use this section as a general guide to upgrading from v3.x.x to v4.0.0.

{% endif %} {% include ads.html %} -- cgit v1.2.3