diff --git a/docs/source/_layouts/documentation.blade.php b/docs/source/_layouts/documentation.blade.php
index 1f28fcafed1e..a84a0a1abfb4 100644
--- a/docs/source/_layouts/documentation.blade.php
+++ b/docs/source/_layouts/documentation.blade.php
@@ -158,6 +158,7 @@
Alerts
Buttons
Cards
+ Navigation
Forms
diff --git a/docs/source/docs/examples/navigation.blade.md b/docs/source/docs/examples/navigation.blade.md
new file mode 100644
index 000000000000..7f92fee8dde4
--- /dev/null
+++ b/docs/source/docs/examples/navigation.blade.md
@@ -0,0 +1,106 @@
+---
+extends: _layouts.documentation
+title: "Navigation"
+---
+
+# Navigation
+
+
+
+
+
+
+
Work in progress!
+
More detailed examples are coming soon.
+
+
+
+
+
+## Simple Navigation Example
+
+@component('_partials.code-sample')
+
+@endcomponent
+
+## Tabs
+
+@component('_partials.code-sample')
+
+@endcomponent
+
+## Pills
+
+@component('_partials.code-sample')
+
+@endcomponent
+
+## Flex-Filled Navigation
+
+@component('_partials.code-sample')
+
+@endcomponent
+
+## Justified Navigation
+
+@component('_partials.code-sample')
+
+@endcomponent