This website is built using Docusaurus 3, a modern static website generator.
yarn
or
npm install
yarn start
This command starts a local development server and opens up a browser window. Most changes are reflected in real time, no need to restart the server. By default this is the English version.
If you want to start the Russian version, run
yarn start -- --locale ru
yarn build
This command generates static content into the build
directory and can be served using any static contents hosting service.
After build you can view fully generated site with ru
and en
versions, just run
yarn serve
Russian documentation is located in /docs
.
Each folder is a category for an article.
English documentation is located in /i18n/en/docusaurus-plugin-content-docs/current/
.
If you need the same article for ru and en version, you should create a file in /docs
and /i18n/en/docusaurus-plugin-content-docs/current/
directories with same filename and folder.
For more information about syntax and structure, you can visit https://docusaurus.io/.