From 29c5f7a9301add229e24b7063dc95a16a4b7eddc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Weslley=20Ara=C3=BAjo?= <46850407+wellwelwel@users.noreply.github.com> Date: Fri, 17 May 2024 20:59:25 -0300 Subject: [PATCH] docs: improve badges (#259) --- README.md | 32 ++++++++-------- website/docs/index.mdx | 38 +++++++++---------- .../current/index.mdx | 38 +++++++++---------- 3 files changed, 51 insertions(+), 57 deletions(-) diff --git a/README.md b/README.md index 51e87d4a..177a586c 100644 --- a/README.md +++ b/README.md @@ -1,19 +1,19 @@ [node-version-url]: https://github.com/nodejs/node -[node-version-image]: https://img.shields.io/badge/Node.js->=%206.0.0-badc58 [bun-version-url]: https://github.com/oven-sh/bun -[bun-version-image]: https://img.shields.io/badge/Bun->=%200.5.3-f471b5 [deno-version-url]: https://github.com/denoland/deno -[deno-version-image]: https://img.shields.io/badge/Deno->=%201.30.0-70ffaf [typescript-url]: https://github.com/microsoft/TypeScript -[typescript-version-image]: https://img.shields.io/badge/TypeScript->=%204.7.2-3077c6 -[ci-url]: https://github.com/wellwelwel/poku/actions/workflows/ci.yml?query=branch%3Amain -[ci-image]: https://img.shields.io/github/actions/workflow/status/wellwelwel/poku/ci.yml?event=push&style=flat&label=CI&branch=main -[ql-url]: https://github.com/wellwelwel/poku/actions/workflows/codeql.yml?query=branch%3Amain -[ql-image]: https://img.shields.io/github/actions/workflow/status/wellwelwel/poku/ci_codeql?event=push&style=flat&label=Code%20QL&branch=main +[ci-linux-url]: https://github.com/wellwelwel/poku/actions/workflows/ci_coverage-linux.yml?query=branch%3Amain +[ci-linux-image]: https://img.shields.io/github/actions/workflow/status/wellwelwel/poku/ci_coverage-linux.yml?event=push&style=flat&label=&branch=main&logo=ubuntu&logoColor=white +[ci-osx-url]: https://github.com/wellwelwel/poku/actions/workflows/ci_coverage-osx.yml?query=branch%3Amain +[ci-osx-image]: https://img.shields.io/github/actions/workflow/status/wellwelwel/poku/ci_coverage-osx.yml?event=push&style=flat&label=&branch=main&logo=apple&logoColor=white +[ci-windows-url]: https://github.com/wellwelwel/poku/actions/workflows/ci_coverage-linux.yml?query=branch%3Amain +[ci-windows-image]: https://img.shields.io/github/actions/workflow/status/wellwelwel/poku/ci_coverage-linux.yml?event=push&style=flat&label=&branch=main&logo=windows&logoColor=white +[ql-url]: https://github.com/wellwelwel/poku/actions/workflows/ci_codeql.yml?query=branch%3Amain +[ql-image]: https://img.shields.io/github/actions/workflow/status/wellwelwel/poku/ci_codeql.yml?event=push&style=flat&label=&branch=main&logo=github&logoColor=white [coverage-image]: https://img.shields.io/codecov/c/github/wellwelwel/poku?label=Coverage [coverage-url]: https://app.codecov.io/github/wellwelwel/poku -[downloads-image]: https://img.shields.io/npm/dt/poku.svg?&color=FFC312&label=Downloads -[downloads-url]: https://npmjs.org/package/poku +[downloads-image]: https://img.shields.io/npm/dt/poku.svg?&label=Downloads&logo=npm&logoColor=white&color=1e90ff +[downloads-url]: https://www.npmjs.com/package/poku [license-url]: https://github.com/wellwelwel/poku/blob/main/LICENSE [license-image]: https://img.shields.io/npm/l/poku.svg?maxAge=2592000&color=9c88ff&label=License @@ -24,14 +24,12 @@ **Poku** can show you _how simple testing can be_ 🌱 -[![Node.js Version][node-version-image]][node-version-url] -[![Bun Version][bun-version-image]][bun-version-url] -[![Deno Version][deno-version-image]][deno-version-url] -[![TypeScript Version][typescript-version-image]][typescript-url]
-[![GitHub Workflow Status (with event)][ci-image]][ci-url] -[![GitHub Workflow Status (with event)][ql-image]][ql-url] -[![Coverage][coverage-image]][coverage-url] +[![GitHub Workflow Status (with event)][ci-linux-image]][ci-linux-url] +[![GitHub Workflow Status (with event)][ci-osx-image]][ci-osx-url] +[![GitHub Workflow Status (with event)][ci-windows-image]][ci-windows-url] +[![GitHub Workflow Status (with event)][ql-image]][ql-url]
[![NPM Downloads][downloads-image]][downloads-url] +[![Coverage][coverage-image]][coverage-url] [![License][license-image]][license-url] Enjoying **Poku**? Consider giving him a star ⭐️ diff --git a/website/docs/index.mdx b/website/docs/index.mdx index 40389d07..f9069238 100644 --- a/website/docs/index.mdx +++ b/website/docs/index.mdx @@ -13,23 +13,23 @@ import Success from '@site/static/img/success.svg'; import '@site/src/css/features.scss'; [node-version-url]: https://github.com/nodejs/node -[node-version-image]: https://img.shields.io/badge/Node.js->=%206.0.0-badc58 [bun-version-url]: https://github.com/oven-sh/bun -[bun-version-image]: https://img.shields.io/badge/Bun->=%200.5.3-f471b5 [deno-version-url]: https://github.com/denoland/deno -[deno-version-image]: https://img.shields.io/badge/Deno->=%201.30.0-70ffaf -[npm-image]: https://img.shields.io/npm/v/poku.svg?color=3dc1d3 -[npm-url]: https://npmjs.org/package/poku [typescript-url]: https://github.com/microsoft/TypeScript -[typescript-version-image]: https://img.shields.io/badge/TypeScript->=%204.7.2-3077c6 -[ci-url]: https://github.com/wellwelwel/poku/actions/workflows/ci.yml?query=branch%3Amain -[ci-image]: https://img.shields.io/github/actions/workflow/status/wellwelwel/poku/ci.yml?event=push&style=flat&label=CI&branch=main -[ql-url]: https://github.com/wellwelwel/poku/actions/workflows/codeql.yml?query=branch%3Amain -[ql-image]: https://img.shields.io/github/actions/workflow/status/wellwelwel/poku/ci-codeql.yml?event=push&style=flat&label=Code%20QL&branch=main +[npm-image]: https://img.shields.io/npm/v/poku.svg?color=70a1ff&logo=npm&logoColor=white +[npm-url]: https://npmjs.com/package/poku +[ci-linux-url]: https://github.com/wellwelwel/poku/actions/workflows/ci_coverage-linux.yml?query=branch%3Amain +[ci-linux-image]: https://img.shields.io/github/actions/workflow/status/wellwelwel/poku/ci_coverage-linux.yml?event=push&style=flat&label=&branch=main&logo=ubuntu&logoColor=white +[ci-osx-url]: https://github.com/wellwelwel/poku/actions/workflows/ci_coverage-osx.yml?query=branch%3Amain +[ci-osx-image]: https://img.shields.io/github/actions/workflow/status/wellwelwel/poku/ci_coverage-osx.yml?event=push&style=flat&label=&branch=main&logo=apple&logoColor=white +[ci-windows-url]: https://github.com/wellwelwel/poku/actions/workflows/ci_coverage-linux.yml?query=branch%3Amain +[ci-windows-image]: https://img.shields.io/github/actions/workflow/status/wellwelwel/poku/ci_coverage-linux.yml?event=push&style=flat&label=&branch=main&logo=windows&logoColor=white +[ql-url]: https://github.com/wellwelwel/poku/actions/workflows/ci_codeql.yml?query=branch%3Amain +[ql-image]: https://img.shields.io/github/actions/workflow/status/wellwelwel/poku/ci_codeql.yml?event=push&style=flat&label=&branch=main&logo=github&logoColor=white [coverage-image]: https://img.shields.io/codecov/c/github/wellwelwel/poku?label=Coverage [coverage-url]: https://app.codecov.io/github/wellwelwel/poku -[downloads-image]: https://img.shields.io/npm/dt/poku.svg?&color=FFC312&label=Downloads -[downloads-url]: https://npmjs.org/package/poku +[downloads-image]: https://img.shields.io/npm/dt/poku.svg?&label=Downloads&logo=npm&logoColor=white&color=1e90ff +[downloads-url]: https://www.npmjs.com/package/poku [license-url]: https://github.com/wellwelwel/poku/blob/main/LICENSE [license-image]: https://img.shields.io/npm/l/poku.svg?maxAge=2592000&color=9c88ff&label=License @@ -40,16 +40,14 @@ import '@site/src/css/features.scss'; **Poku** is your Test Runner Pet for [**Node.js**][node-version-url], [**Bun**][bun-version-url] and [**Deno**][deno-version-url]. -[![Node.js Version][node-version-image]][node-version-url] -[![Bun Version][bun-version-image]][bun-version-url] -[![Deno Version][deno-version-image]][deno-version-url] -[![TypeScript Version][typescript-version-image]][typescript-url]
-[![GitHub Workflow Status (with event)][ci-image]][ci-url] -[![GitHub Workflow Status (with event)][ql-image]][ql-url] -[![Coverage][coverage-image]][coverage-url] [![NPM Version][npm-image]][npm-url] [![NPM Downloads][downloads-image]][downloads-url] -[![License][license-image]][license-url] +[![Coverage][coverage-image]][coverage-url] +[![License][license-image]][license-url]
+[![GitHub Workflow Status (with event)][ci-linux-image]][ci-linux-url] +[![GitHub Workflow Status (with event)][ci-osx-image]][ci-osx-url] +[![GitHub Workflow Status (with event)][ci-windows-image]][ci-windows-url] +[![GitHub Workflow Status (with event)][ql-image]][ql-url] Enjoying **Poku**? Consider giving him a star ⭐️ diff --git a/website/i18n/pt-BR/docusaurus-plugin-content-docs/current/index.mdx b/website/i18n/pt-BR/docusaurus-plugin-content-docs/current/index.mdx index f33bf5ee..aacf0199 100644 --- a/website/i18n/pt-BR/docusaurus-plugin-content-docs/current/index.mdx +++ b/website/i18n/pt-BR/docusaurus-plugin-content-docs/current/index.mdx @@ -13,23 +13,23 @@ import Success from '@site/static/img/success.svg'; import '@site/src/css/features.scss'; [node-version-url]: https://github.com/nodejs/node -[node-version-image]: https://img.shields.io/badge/Node.js->=%206.0.0-badc58 [bun-version-url]: https://github.com/oven-sh/bun -[bun-version-image]: https://img.shields.io/badge/Bun->=%200.5.3-f471b5 [deno-version-url]: https://github.com/denoland/deno -[deno-version-image]: https://img.shields.io/badge/Deno->=%201.30.0-70ffaf -[npm-image]: https://img.shields.io/npm/v/poku.svg?color=3dc1d3 -[npm-url]: https://npmjs.org/package/poku [typescript-url]: https://github.com/microsoft/TypeScript -[typescript-version-image]: https://img.shields.io/badge/TypeScript->=%204.7.2-3077c6 -[ci-url]: https://github.com/wellwelwel/poku/actions/workflows/ci.yml?query=branch%3Amain -[ci-image]: https://img.shields.io/github/actions/workflow/status/wellwelwel/poku/ci.yml?event=push&style=flat&label=CI&branch=main -[ql-url]: https://github.com/wellwelwel/poku/actions/workflows/codeql.yml?query=branch%3Amain -[ql-image]: https://img.shields.io/github/actions/workflow/status/wellwelwel/poku/ci-codeql.yml?event=push&style=flat&label=Code%20QL&branch=main +[npm-image]: https://img.shields.io/npm/v/poku.svg?color=70a1ff&logo=npm&logoColor=white +[npm-url]: https://npmjs.com/package/poku +[ci-linux-url]: https://github.com/wellwelwel/poku/actions/workflows/ci_coverage-linux.yml?query=branch%3Amain +[ci-linux-image]: https://img.shields.io/github/actions/workflow/status/wellwelwel/poku/ci_coverage-linux.yml?event=push&style=flat&label=&branch=main&logo=ubuntu&logoColor=white +[ci-osx-url]: https://github.com/wellwelwel/poku/actions/workflows/ci_coverage-osx.yml?query=branch%3Amain +[ci-osx-image]: https://img.shields.io/github/actions/workflow/status/wellwelwel/poku/ci_coverage-osx.yml?event=push&style=flat&label=&branch=main&logo=apple&logoColor=white +[ci-windows-url]: https://github.com/wellwelwel/poku/actions/workflows/ci_coverage-linux.yml?query=branch%3Amain +[ci-windows-image]: https://img.shields.io/github/actions/workflow/status/wellwelwel/poku/ci_coverage-linux.yml?event=push&style=flat&label=&branch=main&logo=windows&logoColor=white +[ql-url]: https://github.com/wellwelwel/poku/actions/workflows/ci_codeql.yml?query=branch%3Amain +[ql-image]: https://img.shields.io/github/actions/workflow/status/wellwelwel/poku/ci_codeql.yml?event=push&style=flat&label=&branch=main&logo=github&logoColor=white [coverage-image]: https://img.shields.io/codecov/c/github/wellwelwel/poku?label=Cobertura [coverage-url]: https://app.codecov.io/github/wellwelwel/poku -[downloads-image]: https://img.shields.io/npm/dt/poku.svg?&color=FFC312&label=Downloads -[downloads-url]: https://npmjs.org/package/poku +[downloads-image]: https://img.shields.io/npm/dt/poku.svg?&label=Downloads&logo=npm&logoColor=white&color=1e90ff +[downloads-url]: https://npmjs.com/package/poku [license-url]: https://github.com/wellwelwel/poku/blob/main/LICENSE [license-image]: https://img.shields.io/npm/l/poku.svg?maxAge=2592000&color=9c88ff&label=Licença @@ -40,16 +40,14 @@ import '@site/src/css/features.scss'; **Poku** é seu Test Runner de Estimação para [**Node.js**][node-version-url], [**Bun**][bun-version-url] e [**Deno**][deno-version-url]. -[![Node.js Version][node-version-image]][node-version-url] -[![Bun Version][bun-version-image]][bun-version-url] -[![Deno Version][deno-version-image]][deno-version-url] -[![TypeScript Version][typescript-version-image]][typescript-url]
-[![GitHub Workflow Status (with event)][ci-image]][ci-url] -[![GitHub Workflow Status (with event)][ql-image]][ql-url] -[![Coverage][coverage-image]][coverage-url] [![NPM Version][npm-image]][npm-url] [![NPM Downloads][downloads-image]][downloads-url] -[![License][license-image]][license-url] +[![Coverage][coverage-image]][coverage-url] +[![License][license-image]][license-url]
+[![GitHub Workflow Status (with event)][ci-linux-image]][ci-linux-url] +[![GitHub Workflow Status (with event)][ci-osx-image]][ci-osx-url] +[![GitHub Workflow Status (with event)][ci-windows-image]][ci-windows-url] +[![GitHub Workflow Status (with event)][ql-image]][ql-url] Curtindo o **Poku**? Considere dar uma estrela pra ele ⭐️