diff --git a/docs/docs/fetch-mock/index.mdx b/docs/docs/fetch-mock/Usage/Usage.md similarity index 96% rename from docs/docs/fetch-mock/index.mdx rename to docs/docs/fetch-mock/Usage/Usage.md index 7768ec62..203ec614 100644 --- a/docs/docs/fetch-mock/index.mdx +++ b/docs/docs/fetch-mock/Usage/Usage.md @@ -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). diff --git a/docs/docs/fetch-mock/Usage/requirements.md b/docs/docs/fetch-mock/Usage/requirements.md index 316d8dec..35fb6d61 100644 --- a/docs/docs/fetch-mock/Usage/requirements.md +++ b/docs/docs/fetch-mock/Usage/requirements.md @@ -1,5 +1,5 @@ --- -sidebar_position: 1.5 +sidebar_position: 0.5 --- # Requirements diff --git a/docs/src/pages/index.js b/docs/src/pages/index.js index 93860fcb..7263cc74 100644 --- a/docs/src/pages/index.js +++ b/docs/src/pages/index.js @@ -19,7 +19,7 @@ function HomepageHeader() {
Get started