Skip to content

Commit

Permalink
docs: added a landing page for docs
Browse files Browse the repository at this point in the history
  • Loading branch information
wheresrhys committed Jul 19, 2024
1 parent e06bcec commit 1a53004
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@


---
# Overview
description:
fetch-mock is the most comprehensive library for mocking the fetch API.

It allows mocking http requests made using [fetch](https://fetch.spec.whatwg.org/) or a library imitating its api, such as [node-fetch](https://www.npmjs.com/package/node-fetch).
Expand Down
2 changes: 1 addition & 1 deletion docs/docs/fetch-mock/Usage/requirements.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
sidebar_position: 1.5
sidebar_position: 0.5

---
# Requirements
Expand Down
2 changes: 1 addition & 1 deletion docs/src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ function HomepageHeader() {
<div className={styles.buttons}>
<Link
className="button button--secondary button--lg"
to="/fetch-mock/docs/fetch-mock/Usage/installation"
to="/fetch-mock/docs/fetch-mock/Usage"
>
Get started
</Link>
Expand Down

0 comments on commit 1a53004

Please sign in to comment.