diff --git a/docs/ui-components/labels.md b/docs/ui-components/labels.md
deleted file mode 100644
index 05f02d4..0000000
--- a/docs/ui-components/labels.md
+++ /dev/null
@@ -1,49 +0,0 @@
----
-layout: default
-title: Labels
-parent: UI Components
-nav_order: 3
----
-
-# Labels
-
-Use labels as a way to add an additional mark to a section of your docs. Labels come in a few colors. By default, labels will be blue.
-
-
-Default label
-{: .label }
-
-Blue label
-{: .label .label-blue }
-
-Stable
-{: .label .label-green }
-
-New release
-{: .label .label-purple }
-
-Coming soon
-{: .label .label-yellow }
-
-Deprecated
-{: .label .label-red }
-
-```markdown
-Default label
-{: .label }
-
-Blue label
-{: .label .label-blue }
-
-Stable
-{: .label .label-green }
-
-New release
-{: .label .label-purple }
-
-Coming soon
-{: .label .label-yellow }
-
-Deprecated
-{: .label .label-red }
-```