From cef6fed63d08e5f9c8db2e7915d75b308030461c Mon Sep 17 00:00:00 2001 From: Daniel Hajduk <56174928+DanielHajduk98@users.noreply.github.com> Date: Tue, 4 Nov 2025 15:04:40 +0100 Subject: [PATCH 1/3] Update README.md --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 4a16eac8a..b3403f364 100644 --- a/README.md +++ b/README.md @@ -15,8 +15,6 @@ follow best practice in terms of design and coding. We provide raw source and ai ## Links - Documentation https://component.infermedica.com/ -- Discord Community https://discord.gg/Uhv8Ev8yqC - ## Contributing Contribution is welcome but always before you want to contribute please mail to przemyslaw.spaczek@infermedica.com. From 0a77e3f4e1644bd03f926379e8264e8f22d4f040 Mon Sep 17 00:00:00 2001 From: DanielHajduk98 <56174928+DanielHajduk98@users.noreply.github.com> Date: Tue, 4 Nov 2025 16:16:34 +0100 Subject: [PATCH 2/3] remove team page from storybook and email --- README.md | 3 -- docs/team.mdx | 81 --------------------------------------------------- 2 files changed, 84 deletions(-) delete mode 100644 docs/team.mdx diff --git a/README.md b/README.md index b3403f364..eb9e7e1ea 100644 --- a/README.md +++ b/README.md @@ -16,9 +16,6 @@ follow best practice in terms of design and coding. We provide raw source and ai ## Links - Documentation https://component.infermedica.com/ -## Contributing -Contribution is welcome but always before you want to contribute please mail to przemyslaw.spaczek@infermedica.com. - ## Dependencies A list of dependencies can be found in [package.json](https://github.com/infermedica/component-library/blob/master/package.json) file or on npm [@infermedica/component-library](https://www.npmjs.com/package/@infermedica/component-library) site. diff --git a/docs/team.mdx b/docs/team.mdx deleted file mode 100644 index fe503fe33..000000000 --- a/docs/team.mdx +++ /dev/null @@ -1,81 +0,0 @@ -import { Meta } from '@storybook/blocks'; -import Maintainer from './components/Maintainer'; -export const core = [ - { - name: 'Przemysław Spaczek', - github: 'pspaczek', - role: 'Owner', - job: 'Lead Software Developer at Infermedica', - location: 'Wrocław, Poland' - }, - { - name: 'Sonia Jarczak', - github: 'sonya0504', - job: 'Junior Frontend Developer at Infermedica', - location: 'Wrocław, Poland' - } -]; -export const retired = [ - { - name: 'Arkadiusz Krzymieński', - github: 'ArkadiuszKrzymienski', - job: 'Frontend Developer at Sparing Software', - location: 'Kielce, Poland' - }, -]; - - - - - -# The team -## Core Maintainers - - -## Retired - - -## Become a maintainer? -If you are interested in becoming a core maintainer, please contact us on przemyslaw.spaczek@infermedica.com From bc46cbb9e11b682b049438c1b7ff82fd347d22f1 Mon Sep 17 00:00:00 2001 From: DanielHajduk98 <56174928+DanielHajduk98@users.noreply.github.com> Date: Tue, 4 Nov 2025 16:42:13 +0100 Subject: [PATCH 3/3] remove missing team from stories order on storybook --- .storybook/preview.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/.storybook/preview.tsx b/.storybook/preview.tsx index 793bd1d5d..1a0e5c974 100644 --- a/.storybook/preview.tsx +++ b/.storybook/preview.tsx @@ -38,7 +38,6 @@ const preview: Preview = { const storiesOrder = { // Keys must be in camelCase welcome: {}, - team: {}, gettingStarted: { developmentGuide: { installation: {},