]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
migration to layout and nav
authorMark Otto <markdotto@gmail.com>
Fri, 19 Dec 2014 06:35:37 +0000 (22:35 -0800)
committerMark Otto <markdotto@gmail.com>
Fri, 19 Dec 2014 06:35:37 +0000 (22:35 -0800)
docs/_data/nav.yml
docs/_layouts/default.html
docs/migration.md

index f7910c01aeb59f430ed851cc1c9a4b10c2af2532..336ddbee7956df6a25d61b0c423b8ea69fd16e31 100644 (file)
     - title: License
     - title: Translations
     # - title: Credits
+
+- title: Migration
index efc125494cdc71f40b9780515361f4c26f70332b..4fcda0e0393901d71c8263779a140f38df06f0cd 100644 (file)
@@ -31,6 +31,9 @@
         {% elsif page.url contains "about" %}
           <h1>About</h1>
           <p class="lead">Learn about the project's history, meet the maintaining teams, and find out how to use the Bootstrap brand.</p>
+        {% elsif page.url contains "migration" %}
+          <h1>Migration</h1>
+          <p class="lead">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.</p>
         {% endif %}
 
         {% include ads.html %}
index 4b7c360e6d83e207db90f0a075fac6457d90740d..3d87399cd9d2f72da6b17761db62b9c80ec3bbab 100644 (file)
@@ -3,11 +3,9 @@ layout: page
 title: Migrating to v4.x.x
 ---
 
-## Migrating from 3.x.x to 4.0.0
+## Summary
 
-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. For a broader overview, see [what's new](http://blog.getbootstrap.com/DEAD-LINK-FIX-ME-PLEASE) in the v4.0.0 release announcement.
-
-## At a glance
+For a broader overview, see [what's new](http://blog.getbootstrap.com/DEAD-LINK-FIX-ME-PLEASE) in the v4.0.0 release announcement.
 
 - Dropped IE8 support—v4 is now only IE9+. For sites needing IE8, use v3.
 - Switched from `px` to `rem` as our primary unit in CSS.