diff --git a/docs/docs.html b/docs/docs.html
index 976396eba7279c66b28f7a4284d92d2bf2342820..54b163d368e55f6491700d483972464dc64d7cce 100644
--- a/docs/docs.html
+++ b/docs/docs.html
@@ -3783,10 +3783,18 @@ body {
   <li class="active">Data</li>
 </ul>
 {% endhighlight %}
+   
+    <div class="bs-docs-sidenote">
+      <p>Separator is automatically added, by default : <code>/</code>.</p>
+      <p>If you'd like to use a different separator character drop the snippet below into your CSS:</p>
+{% highlight css linenos %}
+.breadcrumb > li:after {
+  content: ">";
+}
+{% endhighlight %}
+    </div>
   </div>
 
-
-
   <!-- Pagination
   ================================================== -->
   <div class="bs-docs-section" id="pagination">