From 1a53004c20accbdc4eb23122d017ab9e774dca00 Mon Sep 17 00:00:00 2001 From: Rhys Evans Date: Fri, 19 Jul 2024 22:25:18 +0100 Subject: [PATCH] docs: added a landing page for docs --- docs/docs/fetch-mock/{index.mdx => Usage/Usage.md} | 2 -- docs/docs/fetch-mock/Usage/requirements.md | 2 +- docs/src/pages/index.js | 2 +- 3 files changed, 2 insertions(+), 4 deletions(-) rename docs/docs/fetch-mock/{index.mdx => Usage/Usage.md} (96%) 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