aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartijn Cuppens <[email protected]>2018-09-10 20:59:04 +0200
committerXhmikosR <[email protected]>2018-10-17 22:45:54 +0300
commit832a90d9d342c5df887a4411f2e0c637b43f3fa1 (patch)
treeebfaa901e663e513113382562072fe7b05d1c6a9
parent1c78f703e08f1288208c60655967ff590cbe69cc (diff)
downloadbootstrap-832a90d9d342c5df887a4411f2e0c637b43f3fa1.tar.xz
bootstrap-832a90d9d342c5df887a4411f2e0c637b43f3fa1.zip
Move media from layout to components
-rw-r--r--site/_data/nav.yml2
-rw-r--r--site/docs/4.1/components/media-object.md (renamed from site/docs/4.1/layout/media-object.md)2
2 files changed, 2 insertions, 2 deletions
diff --git a/site/_data/nav.yml b/site/_data/nav.yml
index 7aa92bd28..14002d395 100644
--- a/site/_data/nav.yml
+++ b/site/_data/nav.yml
@@ -15,7 +15,6 @@
pages:
- title: Overview
- title: Grid
- - title: Media object
- title: Utilities for layout
- title: Content
@@ -42,6 +41,7 @@
- title: Input group
- title: Jumbotron
- title: List group
+ - title: Media object
- title: Modal
- title: Navs
- title: Navbar
diff --git a/site/docs/4.1/layout/media-object.md b/site/docs/4.1/components/media-object.md
index 5d0bcd9f7..d846386b7 100644
--- a/site/docs/4.1/layout/media-object.md
+++ b/site/docs/4.1/components/media-object.md
@@ -2,7 +2,7 @@
layout: docs
title: Media object
description: Documentation and examples for Bootstrap's media object to construct highly repetitive components like blog comments, tweets, and the like.
-group: layout
+group: components
toc: true
---