Skip to content

Commit 142c92d

Browse files
authored
Merge pull request #31 from rackerlabs/2017-08-09-updates
chore(frontmatter): update frontmatter
2 parents 47fd993 + 5da6eff commit 142c92d

File tree

20 files changed

+46
-4
lines changed

20 files changed

+46
-4
lines changed

source/components/alerts/index.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: Alerts
3-
toc: false
3+
assets:
4+
- bootstrap.helix.css
45
---
56
<!-- explanation goes here -->
67

source/components/badges/index.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
---
22
title: Badges
3+
assets:
4+
- bootstrap.helix.css
35
---
46
<!-- explanation goes here -->
57

source/components/blockquotes/index.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
---
22
title: Blockquotes
3+
assets:
4+
- bootstrap.helix.css
35
---
46
<!-- explanation goes here -->
57

source/components/breadcrumbs/index.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: Breadcrumbs
3-
toc: false
3+
assets:
4+
- bootstrap.helix.css
45
---
56
<!-- explanation goes here -->
67

source/components/buttons/index.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
---
22
title: Buttons
3+
assets:
4+
- bootstrap.helix.css
35
---
46
<!-- explanation goes here -->
57

source/components/code/index.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
---
22
title: Code
3+
assets:
4+
- bootstrap.helix.css
35
---
46
<!-- explanation goes here -->
57

source/components/dropdowns/index.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
---
22
title: Dropdowns
3+
assets:
4+
- bootstrap.helix.css
35
---
46
<!-- explanation goes here -->
57

source/components/forms/index.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
---
22
title: Forms
3+
assets:
4+
- bootstrap.helix.css
35
---
46
<!-- explanation goes here -->
57

source/components/grid/index.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
---
22
title: Grid
3+
assets:
4+
- helix-ui.css
35
---
46
<h2>12-column Grid</h2>
57
<p>
6-
The grid system requires loading the <a href="/helix-ui/styles/helix-ui.css" target="_blank">HelixUI CSS</a>
7-
into your application.
8+
The grid system requires loading <code>helix-ui.css</code> into your application.
89
</p>
910

1011
<section>

source/components/lists/index.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
---
22
title: Lists
3+
assets:
4+
- bootstrap.helix.css
35
---
46
<section>
57
<header>

0 commit comments

Comments
 (0)