Skip to content

Merge pull request #98 from kinotiodotio/develop Develop #99

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 9 commits into
base: develop
Choose a base branch
from
3 changes: 3 additions & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"extends": ["next/core-web-vitals", "next/typescript"]
}
4 changes: 2 additions & 2 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: pull-request
on:
push:
branches-ignore:
- develop
- main

jobs:
create-pull-request:
Expand All @@ -13,5 +13,5 @@ jobs:
- uses: jascodes/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
PULL_REQUEST_BRANCH: develop
PULL_REQUEST_BRANCH: main
PULL_REQUEST_TITLE: ${{ github.event.head_commit.message }}
19 changes: 19 additions & 0 deletions .prettierrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"trailingComma": "none",
"arrowParens": "always",
"singleQuote": true,
"jsxSingleQuote": true,
"printWidth": 100,
"useTabs": false,
"semi": false,
"quoteProps": "consistent",
"bracketSpacing": true,
"overrides": [
{
"files": ["**/*.css", "**/*.scss"],
"options": {
"singleQuote": false
}
}
]
}
2 changes: 1 addition & 1 deletion CODE_OF_CONDUCT.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
31 changes: 2 additions & 29 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "docs",
"name": "@kinotio/docs",
"version": "0.1.0",
"private": true,
"packageManager": "[email protected]",
Expand Down Expand Up @@ -30,35 +30,8 @@
"eslint": "^8",
"eslint-config-next": "15.0.0",
"postcss": "^8",
"prettier": "^3.5.1",
"tailwindcss": "^3.4.1",
"typescript": "^5"
},
"prettier": {
"trailingComma": "none",
"arrowParens": "always",
"singleQuote": true,
"jsxSingleQuote": true,
"printWidth": 100,
"useTabs": false,
"semi": false,
"quoteProps": "consistent",
"bracketSpacing": true,
"overrides": [
{
"files": [
"**/*.css",
"**/*.scss"
],
"options": {
"singleQuote": false
}
}
]
},
"eslintConfig": {
"extends": [
"next/core-web-vitals",
"next/typescript"
]
}
}
3,380 changes: 1,906 additions & 1,474 deletions pnpm-lock.yaml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/components/icons/kinotio.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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}
>
<rect width='505' height='525.878' rx='100' fill='#FF6500' />
Expand Down
12 changes: 6 additions & 6 deletions src/data/index.ts
Original file line number Diff line number Diff line change
@@ -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']
}
13 changes: 7 additions & 6 deletions src/pages/docs/drowser/_meta.ts
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
const meta = {
'index': 'Installation',
'configuration': 'Configuration',
'usage': 'Usage',
'report-structure': 'Report Structure',
'features': 'Features',
'changelog': 'Changelog'
index: 'Installation',
configuration: 'Configuration',
usage: 'Usage',
structure: 'Structure',
features: 'Features',
roadmap: 'Roadmap',
changelog: 'Changelog'
}

export default meta
4 changes: 4 additions & 0 deletions src/pages/docs/drowser/roadmap.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Roadmap


For now we don't have a roadmap, but we are working on it. Stay tuned!
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,8 @@ export default function Home() {

<Script
async
src='https://umami.kinotio.io/script.js'
data-website-id='b74460b2-21dd-46e9-b311-2250008a74bb'
src='https://insight.kinotio.io/script.js'
data-website-id='e5e1620a-e7a1-4203-af06-25ed8ea2a97a'
/>
</div>
)
Expand Down