From 3a0babddc9a7748b6e6cc7f73a3d5f9a8b3c1ebd 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 --- _data/nav_docs.yml | 2 + _includes/nav_docs.html | 8 +- _plugins/sidebar_item.rb | 14 + _posts/2014-05-06-flux.md | 2 +- docs/flux-overview.md | 92 +----- docs/flux-todo-list.md | 667 +------------------------------------- 6 files changed, 21 insertions(+), 764 deletions(-) create mode 100644 _plugins/sidebar_item.rb diff --git a/_data/nav_docs.yml b/_data/nav_docs.yml index 7eb71491..e7c71b68 100644 --- a/_data/nav_docs.yml +++ b/_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/_includes/nav_docs.html b/_includes/nav_docs.html index a66b822b..1f33076e 100644 --- a/_includes/nav_docs.html +++ b/_includes/nav_docs.html @@ -6,16 +6,12 @@