mirror of
https://github.com/snachodog/just-the-docs.git
synced 2025-04-04 03:01:23 -06:00
* 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>
683 B
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 }
```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 }
Blue label {: .label .label-blue }
Stable {: .label .label-green }
New release {: .label .label-purple }
Coming soon {: .label .label-yellow }
Deprecated {: .label .label-red }