Skip to content
This repository was archived by the owner on Dec 30, 2023. It is now read-only.

Commit b1dc871

Browse files
committed
docs: 📝 Add jsdoc.io documentation badges
1 parent eb157ba commit b1dc871

File tree

8 files changed

+40
-0
lines changed

8 files changed

+40
-0
lines changed

packages/error/README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,11 @@
1717

1818
## Modules included
1919

20+
[![documentation badge]][documentation url]
21+
22+
[documentation badge]: https://img.shields.io/static/v1?color=informational&style=for-the-badge&label=documentation&message=jsdocs.io
23+
[documentation url]: https://jsdocs.io/package/@terminal-nerds/snippets-error
24+
2025
<!-- prettier-sort-markdown-table -->
2126

2227
| Name | Size |

packages/regexp/README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,11 @@
1717

1818
## Modules included
1919

20+
[![documentation badge]][documentation url]
21+
22+
[documentation badge]: https://img.shields.io/static/v1?color=informational&style=for-the-badge&label=documentation&message=jsdocs.io
23+
[documentation url]: https://jsdocs.io/package/@terminal-nerds/snippets-regexp
24+
2025
<!-- prettier-sort-markdown-table -->
2126

2227
| Name | Size |

packages/runtime/README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,11 @@
1212

1313
## Modules included
1414

15+
[![documentation badge]][documentation url]
16+
17+
[documentation badge]: https://img.shields.io/static/v1?color=informational&style=for-the-badge&label=documentation&message=jsdocs.io
18+
[documentation url]: https://jsdocs.io/package/@terminal-nerds/snippets-runtime
19+
1520
| Name | Size |
1621
| ------------------------------------------------ | --------------------------------------------------------------- |
1722
| [`@terminal-nerds/snippets-runtime/environment`] | ![environment size gzip badge] ![environment size brotli badge] |

packages/snippets/README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,11 @@
1515

1616
## Packages included
1717

18+
[![documentation badge]][documentation url]
19+
20+
[documentation badge]: https://img.shields.io/static/v1?color=informational&style=for-the-badge&label=documentation&message=jsdocs.io
21+
[documentation url]: https://jsdocs.io/package/@terminal-nerds/snippets
22+
1823
| Name | Version |
1924
| --------------------------- | -------------------------------------------- |
2025
| [![error badge]][error] | [![error version badge]][error npm page] |

packages/string/README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,11 @@
1717

1818
## Modules included
1919

20+
[![documentation badge]][documentation url]
21+
22+
[documentation badge]: https://img.shields.io/static/v1?color=informational&style=for-the-badge&label=documentation&message=jsdocs.io
23+
[documentation url]: https://jsdocs.io/package/@terminal-nerds/snippets-string
24+
2025
<!-- prettier-sort-markdown-table -->
2126

2227
| Name | Size |

packages/test/README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,11 @@
1212

1313
## Modules included
1414

15+
[![documentation badge]][documentation url]
16+
17+
[documentation badge]: https://img.shields.io/static/v1?color=informational&style=for-the-badge&label=documentation&message=jsdocs.io
18+
[documentation url]: https://jsdocs.io/package/@terminal-nerds/snippets-test
19+
1520
| Name | Size |
1621
| -------------------------------------- | ------------------------------------------------- |
1722
| [`@terminal-nerds/snippets-test/unit`] | ![unit size gzip badge] ![unit size brotli badge] |

packages/type/README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,11 @@
1616

1717
## Modules included
1818

19+
[![documentation badge]][documentation url]
20+
21+
[documentation badge]: https://img.shields.io/static/v1?color=informational&style=for-the-badge&label=documentation&message=jsdocs.io
22+
[documentation url]: https://jsdocs.io/package/@terminal-nerds/snippets-type
23+
1924
<!-- prettier-sort-markdown-table -->
2025

2126
| Name | Size |

scripts/generate/source/generators/package/templates/package/README.md.hbs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,11 @@
1616

1717
## Modules included
1818

19+
[![documentation badge]][documentation url]
20+
21+
[documentation badge]: https://img.shields.io/static/v1?color=informational&style=for-the-badge&label=documentation&message=jsdocs.io
22+
[documentation url]: https://jsdocs.io/package/@terminal-nerds/snippets-{{ kebabCase name }}
23+
1924
<!-- prettier-sort-markdown-table -->
2025

2126
| Name | Size |

0 commit comments

Comments
 (0)