Migrate to Docusaurus V2 🐱🐉 (#412)

* Migrate to Docusaurus V2

* Add redirects

Only covers most recent version

* Add omitted scripts folder

* Include working yarn.lock
This commit is contained in:
Tom Brien
2020-02-19 19:36:13 +00:00
committed by GitHub
parent 32280a2422
commit 974b29ebac
912 changed files with 10434 additions and 79622 deletions

15
script/netlify Executable file → Normal file
View File

@@ -1,16 +1,3 @@
#!/bin/sh
cd website
npm install
npm run write-translations
wget -q https://downloads.crowdin.com/cli/v2/crowdin-cli.zip
unzip crowdin-cli.zip -d crowdin-cli
cp crowdin-cli/**/crowdin-cli.jar .
java -jar crowdin-cli.jar --config ../crowdin.yaml upload sources --auto-update -b master
java -jar crowdin-cli.jar --config ../crowdin.yaml download -b master
npm run build
yarn build