diff options
| author | Mark Otto <[email protected]> | 2017-05-29 12:01:04 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2017-05-29 23:32:28 -0700 |
| commit | bb54e854de04ef6c816ab3f5aa3c49dcc8085964 (patch) | |
| tree | 80a27dc471b7325e167fded3eef7c2e06cb0ca7a | |
| parent | 6ea359435d364d324d597f630a87b86521f9668c (diff) | |
| download | bootstrap-bb54e854de04ef6c816ab3f5aa3c49dcc8085964.tar.xz bootstrap-bb54e854de04ef6c816ab3f5aa3c49dcc8085964.zip | |
give migration page toc and description
| -rw-r--r-- | docs/4.0/migration.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/4.0/migration.md b/docs/4.0/migration.md index 59ffaacbe..043e1fef0 100644 --- a/docs/4.0/migration.md +++ b/docs/4.0/migration.md @@ -1,11 +1,11 @@ --- layout: docs title: Migrating to v4 +description: Bootstrap 4 is a major rewrite of the entire project. The most notable changes are summarized below, followed by more specific changes to relevant components. group: migration +toc: true --- -Bootstrap 4 is a major rewrite of the entire project. The most notable changes are summarized below, followed by more specific changes to relevant components. - {% callout info %} **Heads up!** This will be in flux as work on the v4 alphas progresses. Until then consider it incomplete, and we'd love pull requests to help keep it up to date. {% endcallout %} |
