From 64628d9a105f605d2663f4a790ca106002015ac3 Mon Sep 17 00:00:00 2001 From: Pierre Wizla Date: Mon, 4 Dec 2023 11:03:21 +0100 Subject: [PATCH] "Deprecate" testing page while we work on v5 --- docusaurus/docs/dev-docs/testing.md | 3 ++- docusaurus/sidebars.js | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/docusaurus/docs/dev-docs/testing.md b/docusaurus/docs/dev-docs/testing.md index dd1cb0aacf..a62ae3e8c6 100644 --- a/docusaurus/docs/dev-docs/testing.md +++ b/docusaurus/docs/dev-docs/testing.md @@ -13,7 +13,8 @@ In this example we will use [Jest](https://jestjs.io/) Testing Framework with a ::: :::caution -Please note that this guide will not work if you are on Windows using the SQLite database due to how windows locks the SQLite file. +- Please note that this guide will not work if you are on Windows using the SQLite database due to how windows locks the SQLite file. +- This page is a work-in-progress and might be outdated. It will be heavily reworked once Strapi v5 is out. ::: ## Install test tools diff --git a/docusaurus/sidebars.js b/docusaurus/sidebars.js index 5b8c932424..f287a0d137 100644 --- a/docusaurus/sidebars.js +++ b/docusaurus/sidebars.js @@ -341,7 +341,7 @@ const sidebars = { }, "dev-docs/database-migrations", "dev-docs/error-handling", - "dev-docs/testing", + // "dev-docs/testing", { type: "category", label: "Integrations",