2
0
mirror of https://github.com/inventree/inventree-website.git synced 2026-02-13 09:17:01 +00:00

Remove duplicate title (#258)

* Remove duplicate title

Removed duplicate release title from the markdown file.

* remove double header

* remove double header

* remove double header

* remove double header

* remove double header

* remove double header

* remove double header

* Fix documentation links for part parameters

Updated links in documentation for part parameter units and part parameters.
This commit is contained in:
Matthias Mair
2026-02-12 23:04:21 +01:00
committed by GitHub
parent 317768b676
commit 473c6a4185
9 changed files with 4 additions and 18 deletions

View File

@@ -3,8 +3,6 @@ author: SchrodingersGat
title: Machine Plugin Refactor
---
## Machine Plugin Refactor
In preparation for the upcoming 1.0.0 release, we have made some *breaking* changes to the machine registry plugin system.
These changes require that any existing plugins which implement custom machine drivers must be updated to use the new plugin system. A new *mixin* class, `MachineDriverMixin`, has been introduced to facilitate this transition.