From 649e295296c2ea5b3f04e038151f8efa27bc7ff0 Mon Sep 17 00:00:00 2001 From: Ben Alpert Date: Wed, 1 Jun 2016 11:41:35 -0700 Subject: [PATCH] Remove Flux from docs nav (#6945) Most people don't use the official Flux implementation or docs so I think this is likely to be more confusing than helpful. Maybe later we can add a better comparison of data management solutions. --- _data/nav_docs.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/_data/nav_docs.yml b/_data/nav_docs.yml index 85d431050..e8f6b6913 100644 --- a/_data/nav_docs.yml +++ b/_data/nav_docs.yml @@ -102,11 +102,3 @@ title: Web Components - id: glossary title: React (Virtual) DOM Terminology -- title: Flux - items: - - id: flux-overview - title: Flux Overview - href: https://facebook.github.io/flux/docs/overview.html - - id: flux-todo-list - title: Flux TodoMVC Tutorial - href: https://facebook.github.io/flux/docs/todo-list.html