docusaurus/website/package.json
Eric Nakagawa bcba05ae03 Adds sitemap.xml. Adds 'Help Translate' to translatable strings. Error messages and fn name cleanups. (#136)
* added a note about needing more than one language to be enabled to allow for a drop down

* Removing debug statements

* Add 'Help Translate' to translatable strings, improves error messages around missing translated strings, calls write-translations on some routes

* Adds sitemap.xml to live server and build. Versioning not supported. -- Also did some file name and module cache cleanups.
2017-10-18 12:55:58 -07:00

20 lines
588 B
JSON

{
"scripts": {
"start": "../lib/start-server.js",
"build": "../lib/build-files.js",
"publish-gh-pages": "../lib/publish-gh-pages.js",
"examples": "../lib/copy-examples.js",
"write-translations": "../lib/write-translations.js",
"version": "../lib/version.js",
"rename-version": "../lib/rename-version.js",
"crowdin-upload":
"crowdin-cli --config ../crowdin.yaml upload sources --auto-update -b master",
"crowdin-download":
"crowdin-cli --config ../crowdin.yaml download -b master"
},
"dependencies": {
"async": "^2.5.0",
"docusaurus": "^1.0.0-alpha.42"
}
}