Skip to content

Fixstars-momoko/sensing-dev-doc

 
 

Repository files navigation

Install Docusaurus

npm install --global docusaurus-init
npm install

Preview

For defalut language (English),

npm run start

For another languages (e.g. Japanese)

npm run start -- --locale ja

Build

npm build

New Release

When we have the latest release, update static\version_const\latest.js.

Versioning

  1. npm run docusaurus docs:version vXX.YY to create a new version.

  2. Duplicate static\version_const\latest.js and rename it to static\version_const\vXXYY.js

  3. Make const is_latest = false; on static\version_const\vXXYY.js

  4. Clean up docs\this_version\api-change.mdx (en) and i18n\ja\docusaurus-plugin-content-docs\current\this_version\api-change.mdx (ja) to reset the API update.

  5. Remove the API update admonition from tutorials.

Note that you don't have to update Windows setup guilde to remove right-click instruction. It is automatically updated by step 3. See the detail in static\msi_instruction_if_latest.js

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • MDX 86.5%
  • JavaScript 11.5%
  • CSS 2.0%