* blog: add a blogpost talking about v2 plan & work
* proofread blogpost
* revision layout statement
* Update 2018-09-09-Towards-Docusaurus-2.0.md
* rename file from suffix '2.0' -> '2'
* proofread with grammarly :p
* rename date to 10 september
* add frequently asked questions
* rename #845 to Rrenaming docs breaks links in old versions
* edit final thoughts/conclusions a bit
* proofread again ...
* Readability updates
* change date to 11 sept & fix typo
* into just a bunch-> into a bunch
* last proofread/ fix typo
* Update 2018-09-11-Towards-Docusaurus-2.md
* fixed button wrapping behavior
previous+next buttons with long text now stack properly on smaller screens
* truncates function/component names of prev/next buttons
Function/component names are truncated, while regular titles are wrapped
* removed unused styles
* fixed using idx (safe getter) for previous/next titles
passed through prettier and all tests pass
* Adding last updated time for docs
* Making file path general and other suggested changes
* Checking if time returned is null due to absence of git or some other issue
* Adding option to enable/disable update time feature and test-doc
* Adding simple unit tests for getGitUpdateTime()
* nits & rewrote failing test
* consistent test naming
* Adding optional updateEnableTime in documentation
* package-lock & yarn.lock
* Fix conflicting strings issue in translations
* Preserve structure of `customTranslations`
* Use `deepmerge` to merge whole of `localized-strings`
* Simplify and make deep property access on an object safe
* Fix deep property accessor and rename it to idx
* replaced readme header image
Changed from .PNG to .SVG to eliminate blurriness on high-resolution screens
* compressed header .SVG
* Replaced header image in blog post
Blogpost: Introducing Docusaurus
* Noticed caption was "Sonar" but redirecting to https://fbflipper.com.
* Fixed caption and renamed files for consistency.
* Moved project after FastText to keep alphabetical ordering.
* Ran prettier and included changes.
Test plan:
npm run test && npm run prettier && npm run lint
cd website && npm run start
Noticed projects are rendered properly and caption is now "Flipper".
* Updating step 2 to be more intuitive
Use of word Github is very confusing. When starting, most of devs wont have an existing github repo. And normally not everyone will be using Github. Since devs will be following this step by step: we need to stress on telling them to create a new or use existing local project folder which may or may not be a github repo.
* Update getting-started-installation.md