From 6c19040d24223a2c98953ad85d318657504ce874 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Paul=20O=E2=80=99Shannessy?= Date: Wed, 24 Sep 2014 16:49:27 -0700 Subject: [PATCH] Point to Flux site for Flux docs This doesn't actually remove the pages, just the main content. Sidebar items now link offsite. The pages doesn't automatically redirect, but we could do that if we really wanted. Fixes #2229 --- docs/_data/nav_docs.yml | 2 + docs/_includes/nav_docs.html | 8 +- docs/_plugins/sidebar_item.rb | 14 + docs/_posts/2014-05-06-flux.md | 2 +- docs/docs/flux-overview.md | 92 +---- docs/docs/flux-todo-list.md | 667 +-------------------------------- 6 files changed, 21 insertions(+), 764 deletions(-) create mode 100644 docs/_plugins/sidebar_item.rb diff --git a/docs/_data/nav_docs.yml b/docs/_data/nav_docs.yml index 7eb71491c8d..e7c71b68d5a 100644 --- a/docs/_data/nav_docs.yml +++ b/docs/_data/nav_docs.yml @@ -81,5 +81,7 @@ items: - id: flux-overview title: Flux Overview + href: http://facebook.github.io/flux/docs/overview.html - id: flux-todo-list title: Flux TodoMVC Tutorial + href: http://facebook.github.io/flux/docs/todo-list.html diff --git a/docs/_includes/nav_docs.html b/docs/_includes/nav_docs.html index a66b822bcea..1f33076ee58 100644 --- a/docs/_includes/nav_docs.html +++ b/docs/_includes/nav_docs.html @@ -6,16 +6,12 @@

{{ section.title }}