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

Commit

Permalink
Upgraded theme to Material.
Browse files Browse the repository at this point in the history
Added meta description tags to pages.
  • Loading branch information
dabeeeenster committed Jan 6, 2020
1 parent 05176e2 commit d207fa8
Show file tree
Hide file tree
Showing 20 changed files with 41 additions and 3 deletions.
1 change: 1 addition & 0 deletions .python-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
3.7.0
2 changes: 2 additions & 0 deletions docs/ab-testing.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
description: Perform A/B tests quickly and easily with Bullet Train, the Feature Flagging platform.

# A/B Testing

A/B testing enables you to expirement with design and functionality variants of your application. The data generated will allow you to make modifications to your app, safe in the knowledge that it will have a net postive effect.
Expand Down
2 changes: 2 additions & 0 deletions docs/audit-logs.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
description: Every action taken within the Bullet Train adminstration application is tracked and logged.

# Audit Logs

Every action taken within the Bullet Train adminstration application is tracked and logged.
Expand Down
2 changes: 2 additions & 0 deletions docs/clients/android.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
description: Manage your Feature Flags and Remote Config in your Android applications.

# Android Client

You can use the [Java Client](/clients/java/) to run Bullet Train within native Android applications.
2 changes: 2 additions & 0 deletions docs/clients/dotnet.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
description: Manage your Feature Flags and Remote Config in your .Net applications.

This SDK can be used for .NET Core, .NET Framework, Mono, Xamarin and Universal Windows Platform applications. The source code for the client is available on [Github](https://github.com/BulletTrainHQ/bullet-train-dotnet-client).

## Getting Started
Expand Down
2 changes: 2 additions & 0 deletions docs/clients/ios.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
description: Manage your Feature Flags and Remote Config in your iOS applications.

# iOS Client

This library can be used with iOS and Mac applications. The source code for the client is available on [Github](https://github.com/BulletTrainHQ/bullet-train-ios-client).
Expand Down
2 changes: 2 additions & 0 deletions docs/clients/java.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
description: Manage your Feature Flags and Remote Config in your Java applications.

# Java Client

This library can be used with server-side Java and Android applications. The source code for the client is available on [Github](https://github.com/BulletTrainHQ/bullet-train-java-client).
Expand Down
2 changes: 2 additions & 0 deletions docs/clients/javascript.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
description: Manage your Feature Flags and Remote Config in your Javascript applications.

This library can be used with pure Javascript, React (and all other popular frameworks/libraries) and React Native projects. The source code for the client is available on [Github](https://github.com/BulletTrainHQ/bullet-train-js-client).

Example applications for Web and React Native can be found here:
Expand Down
2 changes: 2 additions & 0 deletions docs/clients/node.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
description: Manage your Feature Flags and Remote Config in your NodeJS applications.

This library can be used with server-side NodeJS projects. The source code for the client is available on [Github](https://github.com/BulletTrainHQ/bullet-train-nodejs-client).

## Getting Started
Expand Down
2 changes: 2 additions & 0 deletions docs/clients/python.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
description: Manage your Feature Flags and Remote Config in your Python applications.

This library can be used with server-side Python projects. The source code for the client is available on [Github](https://github.com/BulletTrainHQ/bullet-train-python-client).

## Getting Started
Expand Down
2 changes: 2 additions & 0 deletions docs/clients/rest.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
description: Manage your Feature Flags and Remote Config in your REST APIs.

# Direct API Access

You can access the API directly with tools like [curl](https://curl.haxx.se/) or [httpie](https://httpie.org/), or with clients for languages that we do not currently have SDKs for.
Expand Down
2 changes: 2 additions & 0 deletions docs/clients/ruby.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
description: Manage your Feature Flags and Remote Config in your Ruby applications.

# Bullet Train Client
The SDK clients for Ruby [https://bullet-train.io/](https://www.bullet-train.io/). Bullet Train allows you to manage feature flags and remote config across multiple projects, environments and organisations.

Expand Down
4 changes: 3 additions & 1 deletion docs/hosted-service.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
description: Allow us to host your Feature Flag API, starting at $29 per month. 99.99% SLA available.

# Hosted Service

If you would rather skip the hosting and jump straight to integrating Bullet Train with your own application, you can use [https://bullet-train.io/](https://bullet-train.io/) right now.

We are going to be bringing paid plans to the service soon, with pricing to suit startups, not enterprise customers.
We have paid plans with pricing to suit both startups and enterprise customers alike.

If you want to discuss hosting options, [please get in touch](mailto:support@bullet-train.io).
2 changes: 2 additions & 0 deletions docs/index.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
description: Learn how to manage feature flags across web, mobile and server side applications. Bullet Train is 100% Open Source.

# Overview

[Bullet Train](https://bullet-train.io/) lets you manage features across web, mobile and server side applications. Bullet Train is 100% Open Source. Host yourself or let us take care of the hosting.
Expand Down
2 changes: 2 additions & 0 deletions docs/managing-features.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
description: Feature Flags are a development methodology that allow you to ship code and features before they are finished.

# Feature Flags

Feature Flags are a development methodology that allow you to ship code and features before they are finished. This greatly benefits Continuous Integration and Continuous Deployment (CI/CD). The typical workflow for this is as follows.
Expand Down
2 changes: 2 additions & 0 deletions docs/managing-identities.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
description: Manage user traits and properties independently of your application.

# Identities

Identities are created within Bullet Train automatically the first time they are identified from your client SDKs. Generally you'd make a call to identify a user with a unique string/id whenever they log into your app/site.
Expand Down
2 changes: 2 additions & 0 deletions docs/managing-segments.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
description: Group your users based on a set of rules, and then control Feature Flags and Remote Config for those groups.

# Segments

Segments allow you to group your users based on a set of rules, and then control Feature Flags and Remote Config for those groups. You can create a Segment and then override a Feature Flag state or Remote Config value for that segment of users.
Expand Down
2 changes: 2 additions & 0 deletions docs/staged-feature-rollouts.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
description: Staged Feature Rollouts allow you to test a new feature with a small subset of your user base.

# Staged Feature Rollouts

## What are Staged Feature Rollouts
Expand Down
2 changes: 2 additions & 0 deletions docs/system-administration.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
description: Manage additional aspects of your Bullet Train platform.

# System Administration

## Web Hooks
Expand Down
5 changes: 3 additions & 2 deletions mkdocs.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
site_name: Bullet Train Docs
theme: readthedocs
theme: material
site_url: https://docs.bullet-train.io/
repo_url: https://github.com/BulletTrainHQ/Bullet-Train-Docs
google_analytics: ['UA-120237963-2', 'bullet-train.io']

markdown_extensions:
- admonition
- meta

pages:
nav:
- Overview and Install: index.md
- Hosted Service: 'hosted-service.md'
- Managing Features: 'managing-features.md'
Expand Down

0 comments on commit d207fa8

Please sign in to comment.