diff --git a/docs/.gitignore b/docs/.gitignore
new file mode 100644
index 000000000..e48dc98be
--- /dev/null
+++ b/docs/.gitignore
@@ -0,0 +1,9 @@
+.DS_STORE
+_site/
+*.swo
+*.swp
+_site
+.sass-cache
+*.psd
+*~
+
diff --git a/docs/Gemfile b/docs/Gemfile
new file mode 100644
index 000000000..37f5eaa42
--- /dev/null
+++ b/docs/Gemfile
@@ -0,0 +1,2 @@
+source 'https://rubygems.org'
+gem 'github-pages', group: :jekyll_plugins
diff --git a/docs/Gemfile.lock b/docs/Gemfile.lock
new file mode 100644
index 000000000..25cbe1315
--- /dev/null
+++ b/docs/Gemfile.lock
@@ -0,0 +1,136 @@
+GEM
+ remote: https://rubygems.org/
+ specs:
+ activesupport (4.2.7)
+ i18n (~> 0.7)
+ json (~> 1.7, >= 1.7.7)
+ minitest (~> 5.1)
+ thread_safe (~> 0.3, >= 0.3.4)
+ tzinfo (~> 1.1)
+ addressable (2.4.0)
+ coffee-script (2.4.1)
+ coffee-script-source
+ execjs
+ coffee-script-source (1.10.0)
+ colorator (1.1.0)
+ ethon (0.9.0)
+ ffi (>= 1.3.0)
+ execjs (2.7.0)
+ faraday (0.9.2)
+ multipart-post (>= 1.2, < 3)
+ ffi (1.9.14)
+ forwardable-extended (2.6.0)
+ gemoji (2.1.0)
+ github-pages (93)
+ activesupport (= 4.2.7)
+ github-pages-health-check (= 1.2.0)
+ jekyll (= 3.2.1)
+ jekyll-coffeescript (= 1.0.1)
+ jekyll-feed (= 0.5.1)
+ jekyll-gist (= 1.4.0)
+ jekyll-github-metadata (= 2.0.2)
+ jekyll-mentions (= 1.1.3)
+ jekyll-paginate (= 1.1.0)
+ jekyll-redirect-from (= 0.11.0)
+ jekyll-sass-converter (= 1.3.0)
+ jekyll-seo-tag (= 2.0.0)
+ jekyll-sitemap (= 0.10.0)
+ jemoji (= 0.7.0)
+ kramdown (= 1.11.1)
+ liquid (= 3.0.6)
+ listen (= 3.0.6)
+ mercenary (~> 0.3)
+ minima (= 1.0.1)
+ rouge (= 1.11.1)
+ terminal-table (~> 1.4)
+ github-pages-health-check (1.2.0)
+ addressable (~> 2.3)
+ net-dns (~> 0.8)
+ octokit (~> 4.0)
+ public_suffix (~> 1.4)
+ typhoeus (~> 0.7)
+ html-pipeline (2.4.2)
+ activesupport (>= 2)
+ nokogiri (>= 1.4)
+ i18n (0.7.0)
+ jekyll (3.2.1)
+ colorator (~> 1.0)
+ jekyll-sass-converter (~> 1.0)
+ jekyll-watch (~> 1.1)
+ kramdown (~> 1.3)
+ liquid (~> 3.0)
+ mercenary (~> 0.3.3)
+ pathutil (~> 0.9)
+ rouge (~> 1.7)
+ safe_yaml (~> 1.0)
+ jekyll-coffeescript (1.0.1)
+ coffee-script (~> 2.2)
+ jekyll-feed (0.5.1)
+ jekyll-gist (1.4.0)
+ octokit (~> 4.2)
+ jekyll-github-metadata (2.0.2)
+ jekyll (~> 3.1)
+ octokit (~> 4.0)
+ jekyll-mentions (1.1.3)
+ html-pipeline (~> 2.3)
+ jekyll (~> 3.0)
+ jekyll-paginate (1.1.0)
+ jekyll-redirect-from (0.11.0)
+ jekyll (>= 2.0)
+ jekyll-sass-converter (1.3.0)
+ sass (~> 3.2)
+ jekyll-seo-tag (2.0.0)
+ jekyll (~> 3.1)
+ jekyll-sitemap (0.10.0)
+ jekyll-watch (1.5.0)
+ listen (~> 3.0, < 3.1)
+ jemoji (0.7.0)
+ activesupport (~> 4.0)
+ gemoji (~> 2.0)
+ html-pipeline (~> 2.2)
+ jekyll (>= 3.0)
+ json (1.8.3)
+ kramdown (1.11.1)
+ liquid (3.0.6)
+ listen (3.0.6)
+ rb-fsevent (>= 0.9.3)
+ rb-inotify (>= 0.9.7)
+ mercenary (0.3.6)
+ mini_portile2 (2.1.0)
+ minima (1.0.1)
+ minitest (5.9.0)
+ multipart-post (2.0.0)
+ net-dns (0.8.0)
+ nokogiri (1.6.8)
+ mini_portile2 (~> 2.1.0)
+ pkg-config (~> 1.1.7)
+ octokit (4.3.0)
+ sawyer (~> 0.7.0, >= 0.5.3)
+ pathutil (0.14.0)
+ forwardable-extended (~> 2.6)
+ pkg-config (1.1.7)
+ public_suffix (1.5.3)
+ rb-fsevent (0.9.7)
+ rb-inotify (0.9.7)
+ ffi (>= 0.5.0)
+ rouge (1.11.1)
+ safe_yaml (1.0.4)
+ sass (3.4.22)
+ sawyer (0.7.0)
+ addressable (>= 2.3.5, < 2.5)
+ faraday (~> 0.8, < 0.10)
+ terminal-table (1.6.0)
+ thread_safe (0.3.5)
+ typhoeus (0.8.0)
+ ethon (>= 0.8.0)
+ tzinfo (1.2.2)
+ thread_safe (~> 0.1)
+
+PLATFORMS
+ ruby
+
+DEPENDENCIES
+ github-pages
+
+BUNDLED WITH
+ 1.12.5
diff --git a/docs/README.md b/docs/README.md
new file mode 100644
index 000000000..b46c6679b
--- /dev/null
+++ b/docs/README.md
@@ -0,0 +1,48 @@
+# Facebook Open Source Project Site Template: Jekyll Edition
+
+This is a template for use with Jekyll. You can use it directly on a `gh-pages` branch where it will automatically serve up the content, or you can put it in your `master` branch using a script to copy the static generated markup (from the `_site` folder) into the gh-pages branch.
+
+## Getting Started
+
+Clone the contents of this folder, install Jekyll (currently targeting version 3.0), and then run:
+
+```
+jekyll serve --config=_config.yml,_config_local_dev.yml
+```
+
+This will serve up the site on your local device at http://127.0.0.1:4000/ - the `_config_local_dev` file over-rides some URL settings that you might be using in production to allow you to test locally without pesky relative URLs.
+
+## Setting it Up
+
+First, go through `_config.yml` and adjust the available settings to your project's standard. When you make changes here, you'll have to kill the `jekyll serve` instance and restart it to see those changes, but that's only the case with the config file.
+
+Next, update some image assets - you'll want to update `favicon.png`, `logo.svg`, and `og_image.png` (used for Like button stories and Shares on Facbeook) in the `static` folder with your own logos.
+
+Next, if you're going to have docs on your site, keep the `_docs` and `docs` folders, if not, you can safely remove them (or you can safely leave them and not include them in your navigation - Jekyll renders all of this before a client views the site anyway, so there's no performance hit from just leaving it there for a future expansion).
+
+Same thing with a blog section, either keep or delete the `_posts` and `blog` folders.
+
+You can customise your homepage in three parts - the first in the homepage header, which is mostly automatically derived from the elements you insert into your config file. However, you can also specify a series of 'promotional' elements in `_data/promo.yml`. You can read that file for more information.
+
+The second place for your homepage is in `index.md` which contains the bulk of the main content below the header. This is all markdown if you want, but you can use HTML and Jekyll's template tags (called Liquid) in there too. Checkout this folder's index.md for an example of one common template tag that we use on our sites called gridblocks.
+
+The third and last place is in the `_data/powered_by.yml` and `_data/powered_by_highlight.yml` files. Both these files combine to create a section on the homepage that is intended to show a list of companies or apps that are using your project. The `powered_by_highlight` file is a list of curated companies/apps that you want to show as a highlight at the top of this section, including their logos in whatever format you want. The `powered_by` file is a more open list that is just text links to the companies/apps and can be updated via Pull Request by the community. If you don't want these sections on your homepage, just empty out both files and leave them blank.
+
+The last thing you'll want to do is setup your top level navigation bar. You can do this by editing `nav.yml` and keeping the existing title/href/category structure used there. Although the nav is responsive and fairly flexible design-wise, no more than 5 or 6 nav items is recommended.
+
+## Docs
+
+Editing docs is easy, you can just use lots of markdown. All you need to do is add a new `docname.md` file into the `_docs` folder with the following at the very top of the file (called the Front Matter):
+
+```
+---
+docid: getting-started
+title: Getting started with ProjectName
+layout: docs
+permalink: /docs/getting-started.html
+---
+```
+
+Customise these values for each doc (note that the filename of the .md file doesn't actually matter, what is important is the `docid` being unique and the `permalink` correct and unique too).
+
+Then you'll want to add your new doc to the Docs navigation. Just open `_data/nav_docs.yml` and add the `docid` of the doc you just created into the structure in the location that you want it to appear in the nav. Docs can be grouped in the navigation, checkout the skeleton `nav_docs` file that we've provided to see how you can do that.
diff --git a/docs/_config.yml b/docs/_config.yml
new file mode 100644
index 000000000..6d046e430
--- /dev/null
+++ b/docs/_config.yml
@@ -0,0 +1,59 @@
+# Site settings
+permalink: /blog/:year/:month/:day/:title.html
+title: RocksDB
+tagline: A persistent key-value store for fast storage environments
+description: >
+ RocksDB is an embeddable persistent key-value store for fast storage. RocksDB can also be the foundation for a client-server database but our current focus is on embedded workloads.
+fbappid: "1615782811974223"
+gacode: "UA-12345-6"
+# baseurl determines the subpath of your site. For example if you're using an
+# organisation.github.io/reponame/ basic site URL, then baseurl would be set
+# as "/reponame/" but leave blank if you have a top-level domain URL
+baseurl: ""
+url: "http://rocksdb.org" # the base hostname & protocol for your site
+ghrepo: "facebook/rocksdb"
+
+# Use these color settings to determine your colour scheme for the site.
+color:
+ # primary should be a vivid color that reflects the project's brand
+ primary: "#3b5998"
+ # secondary should be a subtle light or dark color used on page backgrounds
+ secondary: "#f9f9f9"
+ # Use the following to specify whether the previous two colours are 'light'
+ # or 'dark' and therefore what colors can be overlaid on them
+ primary-overlay: "dark"
+ secondary-overlay: "light"
+
+#Uncomment this if you want to enable Algolia doc search with your own values
+#searchconfig:
+# apikey: ""
+# indexname: ""
+
+collections:
+ docs:
+ output: true
+ permalink: /docs/:name/
+ support:
+ output: true
+ permalink: /support.html
+
+# DO NOT ADJUST BELOW THIS LINE UNLESS YOU KNOW WHAT YOU ARE CHANGING
+
+markdown: kramdown
+kramdown:
+ input: GFM
+ syntax_highlighter: rouge
+
+ syntax_highlighter_opts:
+ css_class: 'rougeHighlight'
+ span:
+ line_numbers: false
+ block:
+ line_numbers: true
+ start_line: 1
+
+sass:
+ style: :compressed
+
+redcarpet:
+ extensions: [with_toc_data]
diff --git a/docs/_config_local_dev.yml b/docs/_config_local_dev.yml
new file mode 100644
index 000000000..628a1297e
--- /dev/null
+++ b/docs/_config_local_dev.yml
@@ -0,0 +1,6 @@
+# Local development config settings to over-ride base.
+# `jekyll serve` will by default generate a webserver at localhost:4000, so
+# only change `url` if you're using a non-default location.
+
+baseurl: ""
+url: "http://127.0.0.1:4000"
\ No newline at end of file
diff --git a/docs/_data/authors.yml b/docs/_data/authors.yml
new file mode 100644
index 000000000..3807dbff9
--- /dev/null
+++ b/docs/_data/authors.yml
@@ -0,0 +1,4 @@
+
+exampleauthor:
+ full_name: Example Author
+ fbid: 1234
\ No newline at end of file
diff --git a/docs/_data/features.yml b/docs/_data/features.yml
new file mode 100644
index 000000000..ea3037415
--- /dev/null
+++ b/docs/_data/features.yml
@@ -0,0 +1,19 @@
+- title: Feature 1
+ text: |
+ This is a description of the feature which **can** use [markdown](#).
+ image: images/android.svg
+
+- title: Feature 2
+ text: |
+ This is another description of a feature.
+ image: images/apple.svg
+
+- title: Feature 3
+ text: |
+ This is another description of a feature.
+ image: images/facebook.png
+
+- title: Feature 4
+ text: |
+ This is another description of a feature.
+ image: images/instagram.png
\ No newline at end of file
diff --git a/docs/_data/nav.yml b/docs/_data/nav.yml
new file mode 100644
index 000000000..1d663672d
--- /dev/null
+++ b/docs/_data/nav.yml
@@ -0,0 +1,15 @@
+- title: Docs
+ href: /docs/
+ category: docs
+
+- title: Support
+ href: /support.html
+ category: support
+
+- title: Blog
+ href: /blog/
+ category: blog
+
+- title: Facebook
+ href: http://www.facebook.com/
+ category: facebook
\ No newline at end of file
diff --git a/docs/_data/nav_docs.yml b/docs/_data/nav_docs.yml
new file mode 100644
index 000000000..24fbab47a
--- /dev/null
+++ b/docs/_data/nav_docs.yml
@@ -0,0 +1,7 @@
+- title: Quick Start
+ items:
+ - id: getting-started
+ - id: hello-world
+- title: Another Doc Group
+ items:
+ - id: making-changes
diff --git a/docs/_data/powered_by.yml b/docs/_data/powered_by.yml
new file mode 100644
index 000000000..83ca5736c
--- /dev/null
+++ b/docs/_data/powered_by.yml
@@ -0,0 +1,6 @@
+- title: Who Uses This Project?
+ items:
+ - name: Example Company
+ url: https://www.example.com/
+ - name: Another Example
+ url: https://www.example.com
diff --git a/docs/_data/powered_by_highlight.yml b/docs/_data/powered_by_highlight.yml
new file mode 100644
index 000000000..5e9ff2c9c
--- /dev/null
+++ b/docs/_data/powered_by_highlight.yml
@@ -0,0 +1,14 @@
+- title: Who Uses This Project?
+ items:
+ - name: Facebook
+ url: https://facebook.com
+ img: static/images/facebook.png
+ - name: Instagram
+ url: https://www.instagram.com
+ img: static/images/instagram.png
+ - name: Facebook
+ url: https://facebook.com
+ img: static/images/facebook.png
+ - name: Instagram
+ url: https://www.instagram.com
+ img: static/images/instagram.png
diff --git a/docs/_data/promo.yml b/docs/_data/promo.yml
new file mode 100644
index 000000000..695ab7b01
--- /dev/null
+++ b/docs/_data/promo.yml
@@ -0,0 +1,28 @@
+# This file determines the list of promotional elements added to the header of \
+# your site's homepage. Full list of plugins are shown
+
+- type: button
+ href: docs/getting-started.html
+ text: Example Button
+
+- type: github_star
+
+- type: github_watch
+
+- type: like_button
+
+- type: google_share
+
+- type: twitter_follow
+ href: FbOpenSource
+
+- type: twitter_share
+
+- type: plugin_row
+ children:
+ - type: button
+ href: docs/getting-started.html
+ text: Get Started
+ - type: button
+ href: https://example.com
+ text: Another Button
\ No newline at end of file
diff --git a/docs/_docs/getting-started.md b/docs/_docs/getting-started.md
new file mode 100644
index 000000000..a790c7dd4
--- /dev/null
+++ b/docs/_docs/getting-started.md
@@ -0,0 +1,8 @@
+---
+docid: getting-started
+title: Getting started with ProjectName
+layout: docs
+permalink: /docs/getting-started.html
+---
+
+This is some placeholder text, but you can use any kind of Markdown syntax here.
\ No newline at end of file
diff --git a/docs/_docs/hello-world.md b/docs/_docs/hello-world.md
new file mode 100644
index 000000000..34e0e3777
--- /dev/null
+++ b/docs/_docs/hello-world.md
@@ -0,0 +1,8 @@
+---
+docid: hello-world
+title: Hello, World!
+layout: docs
+permalink: /docs/hello-world.html
+---
+
+This is some placeholder text, but you can use any kind of Markdown syntax here.
\ No newline at end of file
diff --git a/docs/_docs/making-changes.md b/docs/_docs/making-changes.md
new file mode 100644
index 000000000..f4a6bd04e
--- /dev/null
+++ b/docs/_docs/making-changes.md
@@ -0,0 +1,8 @@
+---
+docid: making-changes
+title: Making Changes
+layout: docs
+permalink: /docs/making-changes.html
+---
+
+This is some placeholder text, but you can use any kind of Markdown syntax here.
\ No newline at end of file
diff --git a/docs/_includes/blog_pagination.html b/docs/_includes/blog_pagination.html
new file mode 100644
index 000000000..58e655de6
--- /dev/null
+++ b/docs/_includes/blog_pagination.html
@@ -0,0 +1,29 @@
+
+{% if paginator.total_pages > 1 %}
+
+
+ {% for promo in site.data.promo %}
+ {% include plugins/{{promo.type}}.html button_href=promo.href button_text=promo.text %}
+
+ {% endfor %}
+
+
+
+
\ No newline at end of file
diff --git a/docs/_includes/hero.html b/docs/_includes/hero.html
new file mode 100644
index 000000000..e69de29bb
diff --git a/docs/_includes/home_header.html b/docs/_includes/home_header.html
new file mode 100644
index 000000000..026c9ff47
--- /dev/null
+++ b/docs/_includes/home_header.html
@@ -0,0 +1,22 @@
+
+ {% if include.data_collection %}
+ {% for item in group.items %}
+ {% for collectionitem in include.data_collection %}
+ {% if collectionitem.docid == item.id %}
+ {% assign groupitem = collectionitem %}
+ {% include nav/collection_nav_group_item.html %}
+ {% endif %}
+ {% endfor %}
+ {% endfor %}
+ {% else %}
+ {% for groupitem in groupitems %}
+ {% include nav/collection_nav_group_item.html %}
+ {% endfor %}
+ {% endif %}
+
+
\ No newline at end of file
diff --git a/docs/_includes/nav/collection_nav_group_item.html b/docs/_includes/nav/collection_nav_group_item.html
new file mode 100644
index 000000000..826523a0d
--- /dev/null
+++ b/docs/_includes/nav/collection_nav_group_item.html
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/docs/_includes/nav/header_nav.html b/docs/_includes/nav/header_nav.html
new file mode 100644
index 000000000..0fe945cdc
--- /dev/null
+++ b/docs/_includes/nav/header_nav.html
@@ -0,0 +1,30 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/docs/_includes/nav_search.html b/docs/_includes/nav_search.html
new file mode 100644
index 000000000..84956b9f7
--- /dev/null
+++ b/docs/_includes/nav_search.html
@@ -0,0 +1,15 @@
+
+
+
+
+
\ No newline at end of file
diff --git a/docs/_includes/plugins/all_share.html b/docs/_includes/plugins/all_share.html
new file mode 100644
index 000000000..59b00d615
--- /dev/null
+++ b/docs/_includes/plugins/all_share.html
@@ -0,0 +1,3 @@
+
+ {% include plugins/like_button.html %}{% include plugins/twitter_share.html %}{% include plugins/google_share.html %}
+
\ No newline at end of file
diff --git a/docs/_includes/plugins/ascii_cinema.html b/docs/_includes/plugins/ascii_cinema.html
new file mode 100644
index 000000000..7d3f97148
--- /dev/null
+++ b/docs/_includes/plugins/ascii_cinema.html
@@ -0,0 +1,2 @@
+
+
\ No newline at end of file
diff --git a/docs/_includes/plugins/button.html b/docs/_includes/plugins/button.html
new file mode 100644
index 000000000..9e499fe3f
--- /dev/null
+++ b/docs/_includes/plugins/button.html
@@ -0,0 +1,6 @@
+
\ No newline at end of file
diff --git a/docs/_includes/plugins/github_star.html b/docs/_includes/plugins/github_star.html
new file mode 100644
index 000000000..6aea70fc7
--- /dev/null
+++ b/docs/_includes/plugins/github_star.html
@@ -0,0 +1,4 @@
+
+
\ No newline at end of file
diff --git a/docs/_includes/plugins/github_watch.html b/docs/_includes/plugins/github_watch.html
new file mode 100644
index 000000000..64233b57b
--- /dev/null
+++ b/docs/_includes/plugins/github_watch.html
@@ -0,0 +1,4 @@
+
+
\ No newline at end of file
diff --git a/docs/_includes/plugins/google_share.html b/docs/_includes/plugins/google_share.html
new file mode 100644
index 000000000..1b557db86
--- /dev/null
+++ b/docs/_includes/plugins/google_share.html
@@ -0,0 +1,5 @@
+
+ {% include plugins/button.html href=include.href text=include.text %}
+
\ No newline at end of file
diff --git a/docs/_includes/plugins/like_button.html b/docs/_includes/plugins/like_button.html
new file mode 100644
index 000000000..9732836ad
--- /dev/null
+++ b/docs/_includes/plugins/like_button.html
@@ -0,0 +1,18 @@
+
+
\ No newline at end of file
diff --git a/docs/_includes/plugins/plugin_row.html b/docs/_includes/plugins/plugin_row.html
new file mode 100644
index 000000000..800f50b82
--- /dev/null
+++ b/docs/_includes/plugins/plugin_row.html
@@ -0,0 +1,5 @@
+
+{% for child in include.children %}
+ {% include plugins/{{child.type}}.html href=child.href text=child.text %}
+{% endfor %}
+
\ No newline at end of file
diff --git a/docs/_includes/plugins/post_social_plugins.html b/docs/_includes/plugins/post_social_plugins.html
new file mode 100644
index 000000000..7b7e9253c
--- /dev/null
+++ b/docs/_includes/plugins/post_social_plugins.html
@@ -0,0 +1,34 @@
+
+
+
\ No newline at end of file
diff --git a/docs/_includes/plugins/twitter_share.html b/docs/_includes/plugins/twitter_share.html
new file mode 100644
index 000000000..67f1d62f9
--- /dev/null
+++ b/docs/_includes/plugins/twitter_share.html
@@ -0,0 +1,4 @@
+
+
\ No newline at end of file
diff --git a/docs/_includes/post.html b/docs/_includes/post.html
new file mode 100644
index 000000000..73be7f238
--- /dev/null
+++ b/docs/_includes/post.html
@@ -0,0 +1,35 @@
+
diff --git a/docs/blog/index.html b/docs/blog/index.html
new file mode 100644
index 000000000..9f6b25d03
--- /dev/null
+++ b/docs/blog/index.html
@@ -0,0 +1,12 @@
+---
+id: blog
+title: Blog
+layout: blog
+category: blog
+---
+
+
+ {% for page in site.posts %}
+ {% include post.html truncate=true %}
+ {% endfor %}
+
diff --git a/docs/css/main.scss b/docs/css/main.scss
new file mode 100644
index 000000000..a13e60875
--- /dev/null
+++ b/docs/css/main.scss
@@ -0,0 +1,149 @@
+---
+# Only the main Sass file needs front matter (the dashes are enough)
+---
+@charset "utf-8";
+
+@font-face {
+ font-family: 'Lato';
+ src: url('{{ site.baseurl }}/static/fonts/LatoLatin-Italic.woff2') format('woff2'),
+ url('{{ site.baseurl }}/static/fonts/LatoLatin-Italic.woff') format('woff');
+ font-weight: normal;
+ font-style: italic;
+}
+
+@font-face {
+ font-family: 'Lato';
+ src: url('{{ site.baseurl }}/static/fonts/LatoLatin-Black.woff2') format('woff2'),
+ url('{{ site.baseurl }}/static/fonts/LatoLatin-Black.woff') format('woff');
+ font-weight: 900;
+ font-style: normal;
+}
+
+@font-face {
+ font-family: 'Lato';
+ src: url('{{ site.baseurl }}/static/fonts/LatoLatin-BlackItalic.woff2') format('woff2'),
+ url('{{ site.baseurl }}/static/fonts/LatoLatin-BlackItalic.woff') format('woff');
+ font-weight: 900;
+ font-style: italic;
+}
+
+@font-face {
+ font-family: 'Lato';
+ src: url('{{ site.baseurl }}/static/fonts/LatoLatin-Light.woff2') format('woff2'),
+ url('{{ site.baseurl }}/static/fonts/LatoLatin-Light.woff') format('woff');
+ font-weight: 300;
+ font-style: normal;
+}
+
+@font-face {
+ font-family: 'Lato';
+ src: url('{{ site.baseurl }}/static/fonts/LatoLatin-Regular.woff2') format('woff2'),
+ url('{{ site.baseurl }}/static/fonts/LatoLatin-Regular.woff') format('woff');
+ font-weight: normal;
+ font-style: normal;
+}
+
+// Our variables
+$base-font-family: 'Lato', Calibri, Arial, sans-serif;
+$header-font-family: 'Lato', 'Helvetica Neue', Arial, sans-serif;
+$base-font-size: 18px;
+$small-font-size: $base-font-size * 0.875;
+$base-line-height: 1.4em;
+
+$spacing-unit: 12px;
+
+// Two configured colors (see _config.yml)
+$primary-bg: {{ site.color.primary }};
+$secondary-bg: {{ site.color.secondary }};
+
+// $primary-bg overlays
+{% if site.color.primary-overlay == 'light' %}
+$primary-overlay: darken($primary-bg, 70%);
+$primary-overlay-special: darken($primary-bg, 40%);
+{% else %}
+$primary-overlay: #fff;
+$primary-overlay-special: lighten($primary-bg, 30%);
+{% endif %}
+
+// $secondary-bg overlays
+{% if site.color.secondary-overlay == 'light' %}
+$text: #393939;
+$sidenav: darken($secondary-bg, 20%);
+$sidenav-text: $text;
+$sidenav-overlay: darken($sidenav, 10%);
+$sidenav-active: lighten($sidenav, 10%);
+{% else %}
+$text: #fff;
+$sidenav: lighten($secondary-bg, 20%);
+$sidenav-text: $text;
+$sidenav-overlay: lighten($sidenav, 10%);
+$sidenav-active: darken($sidenav, 10%);
+{% endif %}
+
+$code-bg: #002b36;
+
+$header-height: 34px;
+$header-ptop: 10px;
+$header-pbot: 8px;
+
+// Width of the content area
+$content-width: 900px;
+
+// Table setting variables
+$lightergrey: #F8F8F8;
+$greyish: #E8E8E8;
+$lightgrey: #B0B0B0;
+$green: #2db04b;
+
+// Using media queries with like this:
+// @include media-query($on-palm) {
+// .wrapper {
+// padding-right: $spacing-unit / 2;
+// padding-left: $spacing-unit / 2;
+// }
+// }
+@mixin media-query($device) {
+ @media screen and (max-width: $device) {
+ @content;
+ }
+}
+
+
+
+// Import partials from `sass_dir` (defaults to `_sass`)
+@import
+ "reset",
+ "base",
+ "header",
+ "search",
+ "syntax-highlighting",
+ "promo",
+ "buttons",
+ "gridBlock",
+ "poweredby",
+ "footer",
+ "react_header_nav",
+ "react_docs_nav",
+ "tables",
+ "blog"
+;
+
+// Anchor links
+// http://ben.balter.com/2014/03/13/pages-anchor-links/
+.header-link {
+ position: absolute;
+ margin-left: 0.2em;
+ opacity: 0;
+
+ -webkit-transition: opacity 0.2s ease-in-out 0.1s;
+ -moz-transition: opacity 0.2s ease-in-out 0.1s;
+ -ms-transition: opacity 0.2s ease-in-out 0.1s;
+}
+
+h2:hover .header-link,
+h3:hover .header-link,
+h4:hover .header-link,
+h5:hover .header-link,
+h6:hover .header-link {
+ opacity: 1;
+}
diff --git a/docs/docs/index.html b/docs/docs/index.html
new file mode 100644
index 000000000..fa6ec8b5a
--- /dev/null
+++ b/docs/docs/index.html
@@ -0,0 +1,6 @@
+---
+id: docs
+title: Docs
+layout: redirect
+destination: getting-started.html
+---
diff --git a/docs/feed.xml b/docs/feed.xml
new file mode 100644
index 000000000..a6628bd84
--- /dev/null
+++ b/docs/feed.xml
@@ -0,0 +1,30 @@
+---
+layout: null
+---
+
+
+
+ {{ site.title | xml_escape }}
+ {{ site.description | xml_escape }}
+ {{ site.url }}{{ site.baseurl }}/
+
+ {{ site.time | date_to_rfc822 }}
+ {{ site.time | date_to_rfc822 }}
+ Jekyll v{{ jekyll.version }}
+ {% for post in site.posts limit:10 %}
+
+ {{ post.title | xml_escape }}
+ {{ post.content | xml_escape }}
+ {{ post.date | date_to_rfc822 }}
+ {{ post.url | prepend: site.baseurl | prepend: site.url }}
+ {{ post.url | prepend: site.baseurl | prepend: site.url }}
+ {% for tag in post.tags %}
+ {{ tag | xml_escape }}
+ {% endfor %}
+ {% for cat in post.categories %}
+ {{ cat | xml_escape }}
+ {% endfor %}
+
+ {% endfor %}
+
+
diff --git a/docs/index.md b/docs/index.md
new file mode 100644
index 000000000..b1c91460e
--- /dev/null
+++ b/docs/index.md
@@ -0,0 +1,49 @@
+---
+layout: home
+title: Example - You can over-ride the default title here
+id: home
+---
+
+## Gridblocks
+
+You can use the gridblocks sub-template to arrange information into nice responsive grids. There are two ways to add a grid block, the first is by adding a yml file to the `_data` folder and then using it as a data source:
+
+{% include content/gridblocks.html data_source=site.data.features align="center" %}
+
+The second is simply to use the raw HTML of the grid blocks:
+
+
+
+
+
Feature 1
+
This is a description of the feature.
+
+
+
+
+
+
Feature 2
+
This is another description of a feature.
+
+
+
+
+Use the first option as a preference, because it will make your site easier for non-technical folks to edit and update.
+
+Gridblocks have additional options for layout compared to the above:
+
+Left aligned:
+
+{% include content/gridblocks.html data_source=site.data.features align="left" %}
+
+Right aligned:
+
+{% include content/gridblocks.html data_source=site.data.features align="right" %}
+
+Images on the side:
+
+{% include content/gridblocks.html data_source=site.data.features imagealign="side" %}
+
+Four column layout:
+
+{% include content/gridblocks.html data_source=site.data.features layout="fourColumn" align="center" %}
\ No newline at end of file
diff --git a/docs/static/favicon.png b/docs/static/favicon.png
new file mode 100644
index 000000000..73b518993
Binary files /dev/null and b/docs/static/favicon.png differ
diff --git a/docs/static/fonts/LatoLatin-Black.woff b/docs/static/fonts/LatoLatin-Black.woff
new file mode 100644
index 000000000..d1e2579bf
Binary files /dev/null and b/docs/static/fonts/LatoLatin-Black.woff differ
diff --git a/docs/static/fonts/LatoLatin-Black.woff2 b/docs/static/fonts/LatoLatin-Black.woff2
new file mode 100644
index 000000000..4127b4d0b
Binary files /dev/null and b/docs/static/fonts/LatoLatin-Black.woff2 differ
diff --git a/docs/static/fonts/LatoLatin-BlackItalic.woff b/docs/static/fonts/LatoLatin-BlackItalic.woff
new file mode 100644
index 000000000..142c1c9c4
Binary files /dev/null and b/docs/static/fonts/LatoLatin-BlackItalic.woff differ
diff --git a/docs/static/fonts/LatoLatin-BlackItalic.woff2 b/docs/static/fonts/LatoLatin-BlackItalic.woff2
new file mode 100644
index 000000000..e9862e690
Binary files /dev/null and b/docs/static/fonts/LatoLatin-BlackItalic.woff2 differ
diff --git a/docs/static/fonts/LatoLatin-Italic.woff b/docs/static/fonts/LatoLatin-Italic.woff
new file mode 100644
index 000000000..d8cf84c8b
Binary files /dev/null and b/docs/static/fonts/LatoLatin-Italic.woff differ
diff --git a/docs/static/fonts/LatoLatin-Italic.woff2 b/docs/static/fonts/LatoLatin-Italic.woff2
new file mode 100644
index 000000000..aaa5a35c3
Binary files /dev/null and b/docs/static/fonts/LatoLatin-Italic.woff2 differ
diff --git a/docs/static/fonts/LatoLatin-Light.woff b/docs/static/fonts/LatoLatin-Light.woff
new file mode 100644
index 000000000..e7d4278cc
Binary files /dev/null and b/docs/static/fonts/LatoLatin-Light.woff differ
diff --git a/docs/static/fonts/LatoLatin-Light.woff2 b/docs/static/fonts/LatoLatin-Light.woff2
new file mode 100644
index 000000000..b6d028836
Binary files /dev/null and b/docs/static/fonts/LatoLatin-Light.woff2 differ
diff --git a/docs/static/fonts/LatoLatin-Regular.woff b/docs/static/fonts/LatoLatin-Regular.woff
new file mode 100644
index 000000000..bf73a6d9f
Binary files /dev/null and b/docs/static/fonts/LatoLatin-Regular.woff differ
diff --git a/docs/static/fonts/LatoLatin-Regular.woff2 b/docs/static/fonts/LatoLatin-Regular.woff2
new file mode 100644
index 000000000..a4d084bfb
Binary files /dev/null and b/docs/static/fonts/LatoLatin-Regular.woff2 differ
diff --git a/docs/static/images/android.svg b/docs/static/images/android.svg
new file mode 100644
index 000000000..4b26abe11
--- /dev/null
+++ b/docs/static/images/android.svg
@@ -0,0 +1,42 @@
+
+
+
+
diff --git a/docs/static/images/apple.svg b/docs/static/images/apple.svg
new file mode 100644
index 000000000..8da202513
--- /dev/null
+++ b/docs/static/images/apple.svg
@@ -0,0 +1,17 @@
+
+
+
+
diff --git a/docs/static/images/facebook.png b/docs/static/images/facebook.png
new file mode 100644
index 000000000..1166fd33e
Binary files /dev/null and b/docs/static/images/facebook.png differ
diff --git a/docs/static/images/instagram.png b/docs/static/images/instagram.png
new file mode 100644
index 000000000..bc7e3c681
Binary files /dev/null and b/docs/static/images/instagram.png differ
diff --git a/docs/static/logo.svg b/docs/static/logo.svg
new file mode 100644
index 000000000..ae3f3b681
--- /dev/null
+++ b/docs/static/logo.svg
@@ -0,0 +1,560 @@
+
+
+
+
+
+
+
+
+
+
+]>
+
diff --git a/docs/static/og_image.png b/docs/static/og_image.png
new file mode 100644
index 000000000..3b3c69dd1
Binary files /dev/null and b/docs/static/og_image.png differ
diff --git a/docs/static/oss_logo.png b/docs/static/oss_logo.png
new file mode 100644
index 000000000..a4699e118
Binary files /dev/null and b/docs/static/oss_logo.png differ
diff --git a/docs/support.md b/docs/support.md
new file mode 100644
index 000000000..c214590e1
--- /dev/null
+++ b/docs/support.md
@@ -0,0 +1,8 @@
+---
+layout: support
+title: Support Example
+id: support
+category: support
+---
+
+This is a static page disconnected from the blog or docs collections that can be added at a top-level.
\ No newline at end of file