diff --git a/docs/getting-started-docker.md b/docs/getting-started-docker.md index b31feee551..d33643c4cb 100644 --- a/docs/getting-started-docker.md +++ b/docs/getting-started-docker.md @@ -3,11 +3,11 @@ id: docker title: Docker --- -[Docker](https://www.docker.com/) is a tool that enables you to create, deploy, and manage lightweight, stand-alone packages that contain everything needed to run an application. It can help us to avoid conflicting dependencies when we edit the doc and publish gh-pages. +[Docker](https://www.docker.com/) is a tool that enables you to create, deploy, and manage lightweight, stand-alone packages that contain everything needed to run an application. It can help us to avoid conflicting dependencies & unwanted behavior when running Docusaurus. ## Run the local webserver in docker -You need to ensure you have install [docker](https://www.docker.com/get-started) and install docusaurus correctly. +You need to ensure you have installed [docker](https://www.docker.com/get-started). To run the local webserver you only need to do a few step: diff --git a/lib/write-translations.js b/lib/write-translations.js index ef6ab435b7..ce3f9aad8f 100755 --- a/lib/write-translations.js +++ b/lib/write-translations.js @@ -176,16 +176,13 @@ function execute() { // Manually add 'Help Translate' to en.json translations['pages-strings'][ 'Help Translate|recruit community translators for your project' - ] = - 'Help Translate'; + ] = 'Help Translate'; translations['pages-strings'][ 'Edit this Doc|recruitment message asking to edit the doc source' - ] = - 'Edit'; + ] = 'Edit'; translations['pages-strings'][ 'Translate this Doc|recruitment message asking to translate the docs' - ] = - 'Translate'; + ] = 'Translate'; translations['pages-strings'] = Object.assign( translations['pages-strings'], customTranslations['pages-strings']