diff --git a/docs/_includes/components/breadcrumbs.html b/docs/_includes/components/breadcrumbs.html
deleted file mode 100644
index 19abdc265e..0000000000
--- a/docs/_includes/components/breadcrumbs.html
+++ /dev/null
@@ -1,27 +0,0 @@
-
-
-
-
Indicate the current page's location within a navigational hierarchy.
-
Separators are automatically added in CSS through :before
and content
.
-
-{% highlight html %}
-
- - Home
- - Library
- - Data
-
-{% endhighlight %}
-
diff --git a/docs/components/breadcrumb.md b/docs/components/breadcrumb.md
new file mode 100644
index 0000000000..b6791d68ca
--- /dev/null
+++ b/docs/components/breadcrumb.md
@@ -0,0 +1,23 @@
+---
+layout: page
+title: Breadcrumb
+---
+
+Indicate the current page's location within a navigational hierarchy.
+
+Separators are automatically added in CSS through `:before` and `content`.
+
+{% example html %}
+
+ - Home
+
+
+ - Home
+ - Library
+
+
+ - Home
+ - Library
+ - Data
+
+{% endexample %}