Skip to content

Commit 7bd8285

Browse files
authored
Merge branch 'main' into revamp-docs-structure
2 parents c41a043 + 22de548 commit 7bd8285

File tree

66 files changed

+774
-116
lines changed

Some content is hidden

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

66 files changed

+774
-116
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
@@ -308,7 +308,6 @@ module.exports = {
308308
],
309309
},
310310
// Will be passed to @docusaurus/plugin-content-blog
311-
// options: https://docusaurus.io/docs/api/plugins/@docusaurus/plugin-content-blog
312311
// TODO : Add Blogging Section
313312
// blog: {
314313
// routeBasePath: "blog",

static/img/api-generate-it.png

690 KB
Loading
456 KB
Loading

static/img/delete-individual.png

411 KB
Loading

static/img/delete-suite.png

246 KB
Loading

static/img/pyramid-cost.jpg

24.3 KB
Loading

static/img/test-edit.png

472 KB
Loading

0 commit comments

Comments
 (0)