From fd344d11bc882e273c98ce5e6d64f19515237afb Mon Sep 17 00:00:00 2001 From: Ando Date: Mon, 28 Apr 2025 21:21:12 +0300 Subject: [PATCH] fix: update org name --- CODE_OF_CONDUCT.md | 2 +- package.json | 2 +- src/components/icons/kinotio.tsx | 2 +- src/data/index.ts | 12 ++++++------ src/pages/docs/drowser/structure.mdx | 2 +- 5 files changed, 10 insertions(+), 10 deletions(-) diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md index e145e86..c4ab472 100644 --- a/CODE_OF_CONDUCT.md +++ b/CODE_OF_CONDUCT.md @@ -60,7 +60,7 @@ representative at an online or offline event. Instances of abusive, harassing, or otherwise unacceptable behavior may be reported to the community leaders responsible for enforcement at -[GitHub Issues](https://github.com/kinotiodotio/docs/issues). All +[GitHub Issues](https://github.com/kinotio/docs/issues). All complaints will be reviewed and investigated promptly and fairly. All community leaders are obligated to respect the privacy and security of the diff --git a/package.json b/package.json index f5aea38..180d2dc 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "@kinotiodotio/docs", + "name": "@kinotio/docs", "version": "0.1.0", "private": true, "packageManager": "pnpm@9.7.0", diff --git a/src/components/icons/kinotio.tsx b/src/components/icons/kinotio.tsx index b969415..28a05f7 100644 --- a/src/components/icons/kinotio.tsx +++ b/src/components/icons/kinotio.tsx @@ -4,7 +4,7 @@ export const Kinotio = (props: React.ComponentProps<'svg'>): React.ReactElement fill='none' xmlns='http://www.w3.org/2000/svg' role='img' - aria-label='kinotio.io' + aria-label='kinotio' {...props} > diff --git a/src/data/index.ts b/src/data/index.ts index 61a78b3..450d25f 100644 --- a/src/data/index.ts +++ b/src/data/index.ts @@ -1,16 +1,16 @@ export const DATA = { - name: 'kinotio.io: This platform is dedicated to providing detailed documentation about our products, offering users and developers the necessary insights and guidance to effectively engage with and contribute to our ecosystem.', + name: 'kinotio: This platform is dedicated to providing detailed documentation about our products, offering users and developers the necessary insights and guidance to effectively engage with and contribute to our ecosystem.', url: 'https://docs.kinotio.io', description: 'This platform is dedicated to providing detailed documentation about our products, offering users and developers the necessary insights and guidance to effectively engage with and contribute to our ecosystem.', social_url: { - github: 'https://github.com/kinotiodotio', + github: 'https://github.com/kinotio', discord: 'https://discord.gg/cskvbKQA', - linkedin: 'https://linkedin.com/company/kinotiodotio', - x: 'https://x.com/kinotiodotio', + linkedin: 'https://linkedin.com/company/kinotio', + x: 'https://x.com/kinotio', bluesky: 'https://bsky.app/profile/kinotio.io' }, - repo: 'https://github.com/kinotiodotio/docs', - doc_repo: 'https://github.com/kinotiodotio/docs/tree/main', + repo: 'https://github.com/kinotio/docs', + doc_repo: 'https://github.com/kinotio/docs/tree/main', keywords: ['Open Source', 'Documentation', 'API', 'Guides', 'Tutorials'] } diff --git a/src/pages/docs/drowser/structure.mdx b/src/pages/docs/drowser/structure.mdx index bee535f..d71f1a9 100644 --- a/src/pages/docs/drowser/structure.mdx +++ b/src/pages/docs/drowser/structure.mdx @@ -6,7 +6,7 @@ The `drowser-reports.json` file provides a comprehensive overview of the test ex You can import the `drowser-reports.json` file into the [Drowser Studio](https://drowser.kinotio.io/) to visualize and analyze the metrics for each test case. This helps in identifying issues, understanding test coverage, and improving the overall quality of your test suite. -For more details on how to use [Drowser Studio](https://drowser.kinotio.io/), refer to the [Drowser Studio Repository](https://github.com/kinotiodotio/drowser-studio). +For more details on how to use [Drowser Studio](https://drowser.kinotio.io/), refer to the [Drowser Studio Repository](https://github.com/kinotio/drowser-studio). ## Report Structure