aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2014-07-12 02:20:15 -0700
committerMark Otto <[email protected]>2014-07-12 02:20:15 -0700
commit9bf9fb1faaff0b8cefb87718b0b610e6cde6e964 (patch)
tree120a6e636c079a4a7382d9262f934f8937400b8d
parent4e1676f4c1d77a6c8beadfee0d1282b476515b4e (diff)
downloadbootstrap-9bf9fb1faaff0b8cefb87718b0b610e6cde6e964.tar.xz
bootstrap-9bf9fb1faaff0b8cefb87718b0b610e6cde6e964.zip
frontmatter all that shit
-rw-r--r--docs/javascript/affix.md5
-rw-r--r--docs/javascript/alerts.md5
-rw-r--r--docs/javascript/buttons.md5
-rw-r--r--docs/javascript/carousel.md5
-rw-r--r--docs/javascript/collapse.md5
-rw-r--r--docs/javascript/dropdowns.md5
-rw-r--r--docs/javascript/modal.md5
-rw-r--r--docs/javascript/overview.md5
-rw-r--r--docs/javascript/popovers.md5
-rw-r--r--docs/javascript/scrollspy.md5
-rw-r--r--docs/javascript/tabs.md5
-rw-r--r--docs/javascript/tooltips.md5
-rw-r--r--docs/javascript/transitions.md5
13 files changed, 65 insertions, 0 deletions
diff --git a/docs/javascript/affix.md b/docs/javascript/affix.md
index 4ce51cb34..46bee00d7 100644
--- a/docs/javascript/affix.md
+++ b/docs/javascript/affix.md
@@ -1,3 +1,8 @@
+---
+layout: page
+title: Affix
+---
+
<div class="bs-docs-section">
<h1 id="affix" class="page-header">Affix <small>affix.js</small></h1>
diff --git a/docs/javascript/alerts.md b/docs/javascript/alerts.md
index 79c7c409a..448e96795 100644
--- a/docs/javascript/alerts.md
+++ b/docs/javascript/alerts.md
@@ -1,3 +1,8 @@
+---
+layout: page
+title: Alerts
+---
+
<div class="bs-docs-section">
<h1 id="alerts" class="page-header">Alert messages <small>alert.js</small></h1>
diff --git a/docs/javascript/buttons.md b/docs/javascript/buttons.md
index ee5b3d71d..831840a34 100644
--- a/docs/javascript/buttons.md
+++ b/docs/javascript/buttons.md
@@ -1,3 +1,8 @@
+---
+layout: page
+title: Buttons
+---
+
<div class="bs-docs-section">
<h1 id="buttons" class="page-header">Buttons <small>button.js</small></h1>
diff --git a/docs/javascript/carousel.md b/docs/javascript/carousel.md
index 728356268..ebe880cec 100644
--- a/docs/javascript/carousel.md
+++ b/docs/javascript/carousel.md
@@ -1,3 +1,8 @@
+---
+layout: page
+title: Carousel
+---
+
<div class="bs-docs-section">
<h1 id="carousel" class="page-header">Carousel <small>carousel.js</small></h1>
diff --git a/docs/javascript/collapse.md b/docs/javascript/collapse.md
index 4e7fb450a..b869158e3 100644
--- a/docs/javascript/collapse.md
+++ b/docs/javascript/collapse.md
@@ -1,3 +1,8 @@
+---
+layout: page
+title: Collapse
+---
+
<div class="bs-docs-section">
<h1 id="collapse" class="page-header">Collapse <small>collapse.js</small></h1>
diff --git a/docs/javascript/dropdowns.md b/docs/javascript/dropdowns.md
index aa5b9df22..a9e589834 100644
--- a/docs/javascript/dropdowns.md
+++ b/docs/javascript/dropdowns.md
@@ -1,3 +1,8 @@
+---
+layout: page
+title: Dropdowns
+---
+
<div class="bs-docs-section">
<h1 id="dropdowns" class="page-header">Dropdowns <small>dropdown.js</small></h1>
diff --git a/docs/javascript/modal.md b/docs/javascript/modal.md
index a64b6b1b6..bd430a8de 100644
--- a/docs/javascript/modal.md
+++ b/docs/javascript/modal.md
@@ -1,3 +1,8 @@
+---
+layout: page
+title: Modal
+---
+
<div class="bs-docs-section">
<h1 id="modals" class="page-header">Modals <small>modal.js</small></h1>
diff --git a/docs/javascript/overview.md b/docs/javascript/overview.md
index 2ef8fe850..cfc71f9dd 100644
--- a/docs/javascript/overview.md
+++ b/docs/javascript/overview.md
@@ -1,3 +1,8 @@
+---
+layout: page
+title: Overview
+---
+
<div class="bs-docs-section">
<h1 id="js-overview" class="page-header">Overview</h1>
diff --git a/docs/javascript/popovers.md b/docs/javascript/popovers.md
index c704f4062..10bb42412 100644
--- a/docs/javascript/popovers.md
+++ b/docs/javascript/popovers.md
@@ -1,3 +1,8 @@
+---
+layout: page
+title: Popovers
+---
+
<div class="bs-docs-section">
<h1 id="popovers" class="page-header">Popovers <small>popover.js</small></h1>
diff --git a/docs/javascript/scrollspy.md b/docs/javascript/scrollspy.md
index e7b5ffd56..07fb5b6c9 100644
--- a/docs/javascript/scrollspy.md
+++ b/docs/javascript/scrollspy.md
@@ -1,3 +1,8 @@
+---
+layout: page
+title: Srollspy
+---
+
<div class="bs-docs-section">
<h1 id="scrollspy" class="page-header">ScrollSpy <small>scrollspy.js</small></h1>
diff --git a/docs/javascript/tabs.md b/docs/javascript/tabs.md
index 4bb93e122..49cec2225 100644
--- a/docs/javascript/tabs.md
+++ b/docs/javascript/tabs.md
@@ -1,3 +1,8 @@
+---
+layout: page
+title: Tabs
+---
+
<div class="bs-docs-section">
<h1 id="tabs" class="page-header">Togglable tabs <small>tab.js</small></h1>
diff --git a/docs/javascript/tooltips.md b/docs/javascript/tooltips.md
index ca52a3e95..6aba3b91b 100644
--- a/docs/javascript/tooltips.md
+++ b/docs/javascript/tooltips.md
@@ -1,3 +1,8 @@
+---
+layout: page
+title: Tooltips
+---
+
<div class="bs-docs-section">
<h1 id="tooltips" class="page-header">Tooltips <small>tooltip.js</small></h1>
diff --git a/docs/javascript/transitions.md b/docs/javascript/transitions.md
index cce018805..7eebae79f 100644
--- a/docs/javascript/transitions.md
+++ b/docs/javascript/transitions.md
@@ -1,3 +1,8 @@
+---
+layout: page
+title: Transitions
+---
+
<div class="bs-docs-section">
<h1 id="transitions" class="page-header">Transitions <small>transition.js</small></h1>