Skip to content

Commit abb9ce2

Browse files
authored
chore: remove unwanted external links (#518)
Signed-off-by: Achanandhi-M <[email protected]>
1 parent a4cf356 commit abb9ce2

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

56 files changed

+91
-106
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ The README in GitHub's [first-contributions repo](https://github.com/firstcontri
1414

1515
## ## How to set up the docs website locally?
1616

17-
The Keploy documentation site uses [Docusaurus 2](https://v2.docusaurus.io/), which is a static website generator.
17+
The Keploy documentation site uses Docusaurus 2 which is a static website generator.
1818

1919
You can make changes locally without previewing them in the browser.
20-
However, if you want to build the site and preview changes in the browser, you need to have [Docusaurus 2 dependencies](https://v2.docusaurus.io/docs/installation/#requirements) installed.
20+
However, if you want to build the site and preview changes in the browser, you need to have Docusaurus 2 dependencies installed.
2121

2222
Initialize Docusaurus 2 in the repo by running [`yarn`](https://classic.yarnpkg.com/en/docs/cli/) once in the root directory of the repo.
2323

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,18 +51,18 @@ We use a variety of technologies to build the web interface and support the comm
5151

5252
- [NodeJS](https://nodejs.org/)
5353
- [Yarn package manager](https://yarnpkg.com/)
54-
- [Docusaurus](https://docusaurus.io/)
5554
- [React](https://reactjs.org/)
5655
- [GitHub Actions](https://github.com/features/actions)
56+
- Docusaurus
5757

5858
We use NodeJS and Yarn to install, test, and build the website. Docusaurus has been used as a static site generator to build the website. React is being utilized to build our custom component-based user interface to provide a modern look to the website. GitHub Actions manages our CI/CD pipelines and issue triage.
5959

6060
## Installation
6161

62-
The Keploy documentation site uses [Docusaurus 2](https://v2.docusaurus.io/), which is a static website generator.
62+
The Keploy documentation site uses Docusaurus 2 which is a static website generator.
6363

6464
You can make changes locally without previewing them in the browser.
65-
However, if you want to build the site and preview changes in the browser, you need to have [Docusaurus 2 dependencies](https://v2.docusaurus.io/docs/installation/#requirements) installed.
65+
However, if you want to build the site and preview changes in the browser, you need to have Docusaurus 2 dependencies installed.
6666

6767
Initialize Docusaurus 2 in the repo by running [`npm`](https://docs.npmjs.com/cli/v7/commands/npm-install) once in the root directory of the repo.
6868

docs/hacktoberfest/contribution-guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ label: Hacktoberfest
88

99
## Celebrate Open Source with Hacktoberfest
1010

11-
<a href='https://hacktoberfest.com/'>Hacktoberfest'22</a> is a month-long celebration of open-source software run by DigitalOcean. Hacktoberfest is open to everyone, from first-time contributors to seasoned open-source developers. Your open-source journey begins with a pull request.
11+
Hacktoberfest'22 is a month-long celebration of open-source software run by DigitalOcean. Hacktoberfest is open to everyone, from first-time contributors to seasoned open-source developers. Your open-source journey begins with a pull request.
1212

1313
<img src="https://user-images.githubusercontent.com/53110238/193503992-c839beeb-53fd-46d7-9214-a88bfff6475a.png"/>
1414

docusaurus.config.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,6 @@ module.exports = {
277277
],
278278
},
279279
// Will be passed to @docusaurus/plugin-content-blog
280-
// options: https://docusaurus.io/docs/api/plugins/@docusaurus/plugin-content-blog
281280
// TODO : Add Blogging Section
282281
// blog: {
283282
// routeBasePath: "blog",

static/img/pyramid-cost.jpg

24.3 KB
Loading

versioned_docs/version-1.0.0/concepts/reference/glossary/unit-test-automation.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -47,12 +47,6 @@ In addition to the benefits listed above, unit test automation can also help to:
4747
- Improve the documentation of code by providing test cases that demonstrate how the code is supposed to work.
4848
- Support continuous integration and continuous delivery (CI/CD) pipelines. This allows teams to release new code more frequently and with greater confidence.
4949

50-
## Resources
51-
52-
- [Unit Testing Automation: A Beginner's Guide](https://www.guru99.com/unit-testing-automation.html)
53-
- [The Benefits of Unit Test Automation](https://semaphoreci.com/community/tutorials/the-benefits-of-unit-test-automation)
54-
- [Unit Testing Tools](https://www.stackify.com/unit-testing-tools/)
55-
5650
## Conclusion
5751

5852
Unit test automation is a valuable tool for software development teams that care about quality, reliability, and efficiency. When done well, it can greatly improve the development process and the time it takes to release a product.

versioned_docs/version-1.0.0/concepts/what-are-keploy-features.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ keywords:
1212

1313
### 1. Convert API calls from anywhere to Test-Case
1414

15-
Keploy captures all the API calls and subsequent network traffic served by the application. You can use any existing API management tools like [Postman](https://www.postman.com/), [Hoppscotch](https://hoppscotch.io/), [Curl](https://curl.se/) to generate test-case.
15+
Keploy captures all the API calls and subsequent network traffic served by the application. You can use any existing API management tools like [Postman](https://www.postman.com/), [Curl](https://curl.se/) to generate test-case.
1616

1717
<img src="/docs/img/record-api.gif?raw=true" width="80%" alt="API Tools"/>
1818

versioned_docs/version-1.0.0/devtools/docs-contrib-guide.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@ The README in GitHub's [first-contributions repo](https://github.com/firstcontri
2323

2424
## How to set up the docs website locally?
2525

26-
The Keploy documentation site uses [Docusaurus 2](https://v2.docusaurus.io/), which is a static website generator.
26+
The Keploy documentation site uses Docusaurus 2 which is a static website generator.
2727

2828
You can make changes locally without previewing them in the browser.
29-
However, if you want to build the site and preview changes in the browser, you need to have [Docusaurus 2 dependencies](https://v2.docusaurus.io/docs/installation/#requirements) installed.
29+
However, if you want to build the site and preview changes in the browser, you need to have Docusaurus 2 dependencies installed.
3030

3131
Initialize Docusaurus 2 in the repo by running [`yarn`](https://classic.yarnpkg.com/en/docs/cli/) once in the root directory of the repo.
3232

versioned_docs/version-1.0.0/devtools/server.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,4 @@ Keploy exposes GraphQL API for the frontend based on [gqlgen](https://github.com
3232
go generate ./...
3333
```
3434

35-
Note:- As we follow conventional commits so we encourage you to also follow that while making commits. You can know more about them on [here](http://commitizen.github.io/cz-cli/).
35+
Note:- As we follow conventional commits so we encourage you to also follow that while making commits. You can know more about them on here

versioned_docs/version-1.0.0/go/quickstart/echo-sql.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ keywords:
1515

1616
# URL Shortener Sample App
1717

18-
A sample url shortener app to test Keploy integration capabilities using [Echo](https://echo.labstack.com/) and [PostgreSQL](https://www.postgresql.org/).
18+
A sample url shortener app to test Keploy integration capabilities using Echo and [PostgreSQL](https://www.postgresql.org/).
1919

2020
## Installation
2121

@@ -48,7 +48,7 @@ go run handler.go main.go
4848

4949
## Generate testcases
5050

51-
To generate testcases we just need to **make some API calls.** You can use [Postman](https://www.postman.com/), [Hoppscotch](https://hoppscotch.io/), or simply `curl`
51+
To generate testcases we just need to **make some API calls.** You can use [Postman](https://www.postman.com/), or simply `curl`
5252

5353
### 1. Generate shortened url
5454

0 commit comments

Comments
 (0)