From e97e2b73230895cff6adf333780c429ccc785dd1 Mon Sep 17 00:00:00 2001 From: Stefan Verhoeven Date: Wed, 9 Oct 2024 13:27:27 +0200 Subject: [PATCH] For packages add badges to docs and GH Fixes #114 --- packages/core/README.md | 2 ++ packages/form/README.md | 2 ++ 2 files changed, 4 insertions(+) diff --git a/packages/core/README.md b/packages/core/README.md index 887f441e..0b4c2189 100644 --- a/packages/core/README.md +++ b/packages/core/README.md @@ -2,6 +2,8 @@ [![TS-Standard - Typescript Standard Style Guide](https://badgen.net/badge/code%20style/ts-standard/blue?icon=typescript)](https://github.com/standard/ts-standard) [![npmjs.com](https://img.shields.io/npm/v/@i-vresse/wb-core.svg?style=flat)](https://www.npmjs.com/package/@i-vresse/wb-core) +[![Documentation](https://img.shields.io/badge/docs-blue)](https://i-vresse.github.io/workflow-builder/core/docs/) +[![GitHub](https://img.shields.io/badge/github-repo-blue?logo=github)](https://github.com/i-VRESSE/workflow-builder/tree/main/packages/core) React components and hooks to construct a workflow builder application. The workflow builder application allows you to create a complex TOML formatted config file based on a set of JSON schemas. diff --git a/packages/form/README.md b/packages/form/README.md index 7122a8f9..b2dbb331 100644 --- a/packages/form/README.md +++ b/packages/form/README.md @@ -2,6 +2,8 @@ [![TS-Standard - Typescript Standard Style Guide](https://badgen.net/badge/code%20style/ts-standard/blue?icon=typescript)](https://github.com/standard/ts-standard) [![npmjs.com](https://img.shields.io/npm/v/@i-vresse/wb-form.svg?style=flat)](https://www.npmjs.com/package/@i-vresse/wb-form) +[![Documentation](https://img.shields.io/badge/docs-blue)](https://i-vresse.github.io/workflow-builder/form/docs/) +[![GitHub](https://img.shields.io/badge/github-repo-blue?logo=github)](https://github.com/i-VRESSE/workflow-builder/tree/main/packages/form) This package contains an enhanced version of the [React JSON schema form component](https://github.com/rjsf-team/react-jsonschema-form) with Bootstrap 4 theme.