From 17983af63841802a722bceb136dd705fce874f8a Mon Sep 17 00:00:00 2001 From: kyle Date: Mon, 4 Jun 2018 16:59:48 +0100 Subject: [PATCH] Updated .gitignore and doc introduction --- .gitignore | 2 ++ docs/index.md | 9 +++------ 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index eb1535e4..5f96afb0 100644 --- a/.gitignore +++ b/.gitignore @@ -39,3 +39,5 @@ buck-out/ \.buckd/ android/app/libs android/keystores/debug.keystore + +site/ \ No newline at end of file diff --git a/docs/index.md b/docs/index.md index f50db329..56af8bde 100644 --- a/docs/index.md +++ b/docs/index.md @@ -1,6 +1,8 @@ # Welcome to Bullet Train -Bullet Train consist of 3 components: +Bullet Train lets you manage features across web, mobile and server side applications. + +The application consist of 3 components: 1. The Server-Side REST API. 2. The Front End Administration Web Interface. @@ -24,11 +26,6 @@ Once you are setup with the front and back end, you can integrate our client lib * [NodeJS](clients/node.md) * [Java](clients/java.md) - -# Concepts - -Bullet Train lets you manage features across web, mobile and server side applications. - ## Features Rather than just a flag that can be turned on / off, features within Bullet Train are pieces of functionality that have an enabled state as well as a configurable value. This allows you to use Bullet Train in the following ways.