Adds a new docs website, built with Gatsby JS, to replace the old Jekyll site. Source code for the new site lives in /www (although markdown and YML data still comes from the legacy /docs folder).
Changes to either markdown or website source code can be previewed on Netlify. The react-js bot should automatically add comments to each PR with preview links. (This preview is generated by running the newly-added yarn build:docs command in the root package.json.)
The majority of the changes in this PR are contained within the new /www directory. However some minor modifications have been made to existing content in the /docs directory:
* Modified frontmatter author block to always be an array
* Small markdown formatting tweaks
Update changelog for 0.14.1
(cherry picked from commit aaf8f870cb242750e842d21ac7ae2f72876f6346)
Update readme for 0.14.1
(cherry picked from commit c2dde8df0b365f341416201d1794b0c5e96d1951)
0.14.1 blog post
(cherry picked from commit 6e2450e8f29f336ffe9c80d067c8df816957a349)
Update website for 0.14.1
(cherry picked from commit f0782e2b2ec79af37987eead2464ac9f303183f5)