This is the official website of Moleculer project. This site is built with hexo. Site content is written in Markdown format and located in source
.
$ git clone git@github.com:moleculerjs/site.git
$ cd site
$ npm install
$ npm run dev
$ npm run build
If you want to help us to translate Moleculer website & documentation to your language, just fork the repo, create a "work-in-progress" issue to inform others that you're doing the translation, and just go on.
Which files do I need to translate?
- Copy the
en.yml
in/themes/moleculer/languages
and rename to the language name (all lower case. E.g.:fr.yml
) - Add a new language folder in
source
folder. (All lower case. E.g.:/source/fr
) - Copy the files from
/source/api
&/source/docs
to the new language folder (/source/fr/api
,/source/fr/docs
) - Add the new language to
/source/_data/languages.yml
- Start the translating :)
- If you are ready, open a PR.
Thank you in advance!
Copyright (c) 2016-2018 Moleculer JS