Skip to content
This repository has been archived by the owner on Apr 21, 2023. It is now read-only.

Commit

Permalink
Updated .gitignore and doc introduction
Browse files Browse the repository at this point in the history
  • Loading branch information
kyle-ssg committed Jun 4, 2018
1 parent 83e6dc0 commit 17983af
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Expand Up @@ -39,3 +39,5 @@ buck-out/
\.buckd/
android/app/libs
android/keystores/debug.keystore

site/
9 changes: 3 additions & 6 deletions 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.
Expand All @@ -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.
Expand Down

0 comments on commit 17983af

Please sign in to comment.