From c1d4960a2af9206453ed258a2bf81539582da460 Mon Sep 17 00:00:00 2001 From: Dan Abramov Date: Thu, 27 Feb 2020 18:19:33 +0000 Subject: [PATCH] Remove shallow renderer from website navigation (#2785) We still support it (and you can find this page in search), but we're transitioning away to community maintenance. So we're deemphasizing it on the website. --- content/docs/nav.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/content/docs/nav.yml b/content/docs/nav.yml index 877b8ed7..09f73ca6 100644 --- a/content/docs/nav.yml +++ b/content/docs/nav.yml @@ -100,8 +100,6 @@ title: SyntheticEvent - id: test-utils title: Test Utilities - - id: shallow-renderer - title: Shallow Renderer - id: test-renderer title: Test Renderer - id: javascript-environment-requirements @@ -175,4 +173,4 @@ - id: faq-versioning title: Versioning Policy - id: faq-internals - title: Virtual DOM and Internals \ No newline at end of file + title: Virtual DOM and Internals