This repository contains the official handbook for Mia-Care P4SaMD — the Platform for Software as a Medical Device.
The site is built with Docusaurus 3.
Requirements: Node.js 20+ and Yarn.
Install dependencies:
yarn installStart the development server (available at http://localhost:3000):
yarn startBuild and preview the production site:
yarn build
yarn serveNote: Algolia search does not work in local development mode.
See CONTRIBUTING.md for guidelines on reporting issues, suggesting improvements, and opening pull requests.
- Update
sidebars.jsonwith any new pages. - Snapshot the current docs as a versioned release:
yarn docusaurus docs:version x.y.z
- In
docusaurus.config.js:- Set
lastVersionto the new version string. - Add the new version to the
versionsmap and mark it as current. - Update the label and path of the previous version.
- Set