From 28562616cf8e0be01411900bd42483aabd9d0e64 Mon Sep 17 00:00:00 2001 From: Armon Dadgar Date: Mon, 7 Apr 2014 15:11:58 -0700 Subject: [PATCH] website: Remove roadmap --- website/source/docs/roadmap.html.markdown | 37 ----------------------- website/source/layouts/docs.erb | 4 --- 2 files changed, 41 deletions(-) delete mode 100644 website/source/docs/roadmap.html.markdown diff --git a/website/source/docs/roadmap.html.markdown b/website/source/docs/roadmap.html.markdown deleted file mode 100644 index be9f1bf2d4..0000000000 --- a/website/source/docs/roadmap.html.markdown +++ /dev/null @@ -1,37 +0,0 @@ ---- -layout: "docs" -page_title: "Product Roadmap" -sidebar_current: "docs-roadmap" ---- - -# Serf Project Roadmap - -Serf is a young project with big ambitions. What we've built and shipped -already is a solid, powerful piece of software that solves many real world -problems. But we have -many plans to improve and iterate on Serf to make it even better. This -page outlines some of the plans we have for future versions of Serf. - -Because Serf is an open source project, you as a member of the Serf -community have a big say in what features and improvements you want -to see in Serf. -If you have ideas for Serf, please feel free to post them to our -[issue tracker](https://github.com/hashicorp/serf/issues) so that we can -discuss them. - -Finally, note that this roadmap is not exhaustive. We may be working on -features or changes that aren't listed here. - -## Roadmap - -* **More fine-grained configuration**. The current release of Serf doesn't - give you fine-grained control over many of the tunables of the gossip - layer. A future version of Serf will allow you to modify these tunables - so that Serf may work more efficiently in any environment you put it in. - -* **Event handler library**. We think that there are many cases - for generic event handlers. We plan on building into Serf a method of - sharing and quickly "installing" event handlers so that you can more - easily get Serf working with common software projects. Imagine, for example: - `serf plugin install haproxy` to instantly get event handlers for adding - and removing nodes to HAProxy. diff --git a/website/source/layouts/docs.erb b/website/source/layouts/docs.erb index bc6330fc46..0b8ca585ba 100644 --- a/website/source/layouts/docs.erb +++ b/website/source/layouts/docs.erb @@ -129,10 +129,6 @@ - > - Roadmap - - <% end %>