* 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
* 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".
* Remove duplicate search results
Only search the current version of the docs. Right now there are duplicates because `next` is also searched.
d28b864a59/lib/core/Site.js (L140) does the replacement
* Add language facet
* fix missing algoliaOptions
* use only language facetfilter
* Enable user to use prism.js as syntax highlighter
* add package-lock
* if 'usePrism' is true, use prismjs on all languages
* don't get lang by hljs if use prism
* Update api-site-config.md
* Update api-doc-markdown.md
* only load prism css when usePrism is true