Peter Mosses dd0b814bfd
Docs: Allow unlimited multi-level navigation (#1440)
* Remove `jekyll-default-layout` plugin

* Move docs/navigation-structure to docs/navigation

* Fix uses of line-nos in md files

* Update CHANGELOG.md

---------

Co-authored-by: Matt Wang <matt@matthewwang.me>
2024-08-20 22:50:47 +02:00

683 B

title parent nav_order
Labels UI Components 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 }