From 7e4235681da0894a4c057c31d8c7c8c089d9d71b Mon Sep 17 00:00:00 2001 From: Nuno Maduro Date: Mon, 9 Sep 2024 11:34:38 +0100 Subject: [PATCH] fixes sidebar --- documentation.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/documentation.md b/documentation.md index ab60c3a..5b3f84d 100644 --- a/documentation.md +++ b/documentation.md @@ -24,10 +24,12 @@ - [Global Hooks](/docs/global-hooks) - [Mocking](/docs/mocking) - [Plugins](/docs/plugins) + - [Team Management](/docs/team-management) - [Architecture Testing](/docs/arch-testing) - [Stress Testing](/docs/stress-testing) - [Test Coverage](/docs/test-coverage) - [Type Coverage](/docs/type-coverage) + - [Mutation Testing](/docs/mutation-testing) - [Snapshot Testing](/docs/snapshot-testing) - [Custom Helpers](/docs/custom-helpers) - [Custom Expectations](/docs/custom-expectations)