Skip to content

francisjervis/documentation

 
 

Repository files navigation

Documentation

Live at: https://dev.branch.io

Install Bundler

gem install bundler

Install Xcode CLI Tools

xcode-select --install

Install Nokogiri

sudo gem install nokogiri -v '1.6.6.2'

Init submodule

DO THIS ONCE, when you first clone the repo.

git submodule init

Update Submodule

git submodule update

Install Jekyll and Dependencies

npm install && bundle install

Increase Open file Limit

ulimit -n 10000

Open another terminal console and start jekyll

bundle exec jekyll serve --watch

Updating the submodule reference guides on dev portal

git submodule foreach git pull origin master

Future todos

  • React -> binding components to docs so we can show progress / encourage users
  • Handle case where user moves to recipe that doesn't support platform (what happens if a given recipe is iOS/Android only and user was previously on web?). being sure to return to previously platform when clicking out of recipe without that previous platform. (Ask Derrick if unclear)

Overview for the team

The new documentation will have 4 parts:

  1. Overview
  2. Recipes
  3. Domains
  4. Reference Docs

Right now we are primarily focused on 2. Recipes and 3. Domains, as well as the components from which they are both composed, aka Ingredients.

Recipes: The fastest way for developers to implement Branch. Provides the bare minimum number of steps to integration, as well as tips pointing developers toward all the configuration options we offer. Composed of ingredients.

Domains: Lists of the various ingredients for a given domain. For example, all information related to programmatically creating links belongs on one page. Like recipes, domains are composed of ingredients.

Ingredients: The pieces. A short, self-contained explanation and/or code sample.


Releases

No releases published

Packages

No packages published

Languages

  • Ruby 42.2%
  • JavaScript 32.9%
  • HTML 17.2%
  • CSS 7.7%