diff --git a/docs/components/navbar.md b/docs/components/navbar.md
index 29a757fa30..61458feeba 100644
--- a/docs/components/navbar.md
+++ b/docs/components/navbar.md
@@ -54,6 +54,58 @@ Here's an example of all the sub-components included in a default, light navbar:
{% endexample %}
+### Brand
+
+The `.navbar-brand` can be applied to most elements, but an anchor works best.
+
+{% example html %}
+
+
+
+
+{% endexample %}
+
+### Nav
+
+Navbar navigation is similar to our regular nav options—use the `.nav` base class with a modifier to achieve a particular look. In this case you'll want `.nav.navbar-nav`.
+
+{% example html %}
+
+{% endexample %}
+
+And because we use classes for our navs, you can omit the list-based approach entirely if you like.
+
+{% example html %}
+
+{% endexample %}
+
+
## Color schemes
Theming the navbar has never been easier thanks to the combination of a simple link color modifier class and `background-color` utilities. Put another way, you specify light or dark and apply a background color.