mirror of
https://github.com/facebook/docusaurus.git
synced 2025-12-26 01:33:02 +00:00
* 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.
20 lines
588 B
JSON
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"
|
|
}
|
|
}
|