Skip to content

Commit

Permalink
fix(website): 🐛 fixing issues in the documentations
Browse files Browse the repository at this point in the history
  • Loading branch information
WasiqB committed Oct 2, 2024
1 parent 606be58 commit 30c2c09
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 7 deletions.
3 changes: 2 additions & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"version": "2.0.0",
"version": "2.1.0",
"npmClient": "pnpm",
"useWorkspace": false,
"changelog": {
"repo": "BoykaFramework/boyka-framework",
"labels": {
Expand Down
2 changes: 1 addition & 1 deletion website/docs/framework-docs/getting-started/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ Add the following dependency to your `pom.xml` file:
<dependency>
<groupId>io.github.boykaframework</groupId>
<artifactId>boyka-framework</artifactId>
<version>2.0.0</version>
<version>2.1.0</version>
</dependency>
```

Expand Down
3 changes: 2 additions & 1 deletion website/docs/framework-docs/intro.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ sidebar_position: 1

## What is Boyka Framework?

Boyka Framework is an open source Test Automation Framework based in Java, which helps you in automating Web, API, Android and iOS based applications with ease.
Boyka Framework is an open source Test Automation Framework written in Java, that helps you in automating Web, API, Android and iOS based applications with ease.

## Why Boyka Framework was created?

Expand All @@ -20,6 +20,7 @@ This inspired me to create a single framework—Boyka—that solves these proble
## Features

- ✅ Zero boilerplate code
- ✅ Boyka command line assistant for one step installation and setup
- ✅ Support Rest API automation with schema validations and response body verification
- ✅ Supports Web browser automation with support for Chrome, Edge, Firefox and Safari.
- ✅ Supports Android native and hybrid apps automation
Expand Down
7 changes: 3 additions & 4 deletions website/docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,8 @@ const config: Config = {
onBrokenLinks: 'throw',
onBrokenMarkdownLinks: 'throw',
favicon: 'img/Boyka.png',
organizationName: 'BoykaFramework', // Usually your GitHub org/user name.
projectName: 'boyka-framework', // Usually your repo name.

organizationName: 'BoykaFramework',
projectName: 'boyka-framework',
plugins: [
[
'@docusaurus/plugin-content-docs',
Expand Down Expand Up @@ -111,7 +110,7 @@ const config: Config = {
id: 'star-the-repo',
content: `⭐ Don't forget to Star the repo on 👉
<a target='_blank' rel='noopener noreferrer'
href='https://git.new/boyka-github'>GitHub</a> ⭐ |
href='https://github.com/BoykaFramework/boyka-framework'>GitHub</a> ⭐ |
🤝 Support us by Sponsoring us on <a target='_blank' rel='noopener noreferrer'
href='https://github.com/sponsors/BoykaFramework'>GitHub Sponsors</a> 🤝`,
backgroundColor: '#ffb600',
Expand Down

0 comments on commit 30c2c09

Please sign in to comment.