This website serves as the official documentation for the MBC CQRS Serverless Framework. It provides comprehensive information and resources to help developers understand and effectively utilize the framework.
$ npm install
$ npm run start:watch
or
$ npm run start:watch {{country-code}}
This command starts a local development server. Most changes are reflected live without having to restart the server.
$ npm run build
This command generates static content into the build
directory and can be served using any static contents hosting service.
$ npm run serve
After the build command, you can run a local server that will serve your website in build folder.
-
Append country code to
i18n.locales
in docusaurus.config.ts. -
Edit the content using the translation JSON file in the
i18n/{{country-code}}
folder
-
Run command
npm run start:watch -- --locale {{country-code}}
-
Create .md file in docs/ and write with placeholder
-
Edit sidebar.ts file. For more information, please follow this guide: https://docusaurus.io/docs/sidebar/items
-
Update the JSON for translation.
-
Run command
npm run build
andnpm run serve
: build static website and serve website in local -
Check result.
We can summary the contributing process as the bellow image:
Note: Extract the theme translation JSON file with command: npm run write-translations -- --locale {{country-code}}
Copyright © 2024, Murakami Business Consulting, Inc. https://www.mbc-net.com/ This project and sub projects are under the MIT License.