Skip to content

Commit

Permalink
docs(badge): update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
MGREMY committed Jan 7, 2025
1 parent 41fbd74 commit 77e3958
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion apps/docs/docs/components/badge/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ keyword: BadgePage

{% import "../../shared/configuration-standard.md" as confStd %}

{{ confStd.not_implements() }}
{{ confStd.implements() }}

## Default badge

Expand Down
2 changes: 2 additions & 0 deletions apps/docs/docs/components/badge/ng-doc.page.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ import type { NgDocPage } from '@ng-doc/core';

/**
* Use Tailwind CSS badges as elements to show counts or labels separately or inside other components
*
* @status:info UPDATE
*/
const badge: NgDocPage = {
title: 'Badge',
Expand Down

0 comments on commit 77e3958

Please sign in to comment.