diff --git a/legacy/_posts/2023-08-28-react.md b/inventree/blog/2023-08-28-react.md similarity index 99% rename from legacy/_posts/2023-08-28-react.md rename to inventree/blog/2023-08-28-react.md index 71c053121..5f585663e 100644 --- a/legacy/_posts/2023-08-28-react.md +++ b/inventree/blog/2023-08-28-react.md @@ -1,5 +1,5 @@ --- -author: SchrodingersGat +authors: oliver title: User Interface Refactor --- diff --git a/legacy/_posts/2023-09-26-kicad.md b/inventree/blog/2023-09-26-kicad.md similarity index 99% rename from legacy/_posts/2023-09-26-kicad.md rename to inventree/blog/2023-09-26-kicad.md index e7039bc98..560367439 100644 --- a/legacy/_posts/2023-09-26-kicad.md +++ b/inventree/blog/2023-09-26-kicad.md @@ -1,5 +1,5 @@ --- -author: SchrodingersGat +authors: oliver title: KiCad Integration --- diff --git a/legacy/_posts/2023-10-03-0.12.8.md b/inventree/blog/2023-10-03-0.12.8.md similarity index 95% rename from legacy/_posts/2023-10-03-0.12.8.md rename to inventree/blog/2023-10-03-0.12.8.md index 00aeb42c8..449390a0f 100644 --- a/legacy/_posts/2023-10-03-0.12.8.md +++ b/inventree/blog/2023-10-03-0.12.8.md @@ -1,5 +1,5 @@ --- -author: SchrodingersGat +authors: oliver title: 0.12.8 Bugfix Release --- @@ -29,4 +29,4 @@ For a full description of other issues addressed in this release, refer to the [ Maintaining and continuously improving a software project requires time, effort, and resources. We are committed to patching critical bugs in a timely manner, to ensure that everyone who is using InvenTree has the best possible experience with our software. -If you would like to financially support the project, please refer to the [contribution guide]({% link contribute.md %}#sponsor). +If you would like to financially support the project, please refer to the [contribution guide](/contribute#sponsor). diff --git a/legacy/_posts/2023-10-29-barcodes.md b/inventree/blog/2023-10-29-barcodes.md similarity index 94% rename from legacy/_posts/2023-10-29-barcodes.md rename to inventree/blog/2023-10-29-barcodes.md index cce75b731..6c81134ae 100644 --- a/legacy/_posts/2023-10-29-barcodes.md +++ b/inventree/blog/2023-10-29-barcodes.md @@ -1,5 +1,5 @@ --- -author: SchrodingersGat +authors: oliver title: New Barcode Features --- @@ -17,7 +17,7 @@ Many electronics manufacturers provide data-rich barcodes on items received agai Purchase orders line items received from these suppliers are often provided with comprehensive barcodes, such as the example below, from Digikey: -![Digikey Barcode](/assets/blog/digikey-barcode.png) +![Digikey Barcode](/img/blog/digikey-barcode.png) This 2D barcode contains the following data fields (and other information): @@ -41,9 +41,9 @@ This functionality will be available in the upcoming `0.13.0` stable release. #### App Integration -The new purchase order barcode functionality is supported by the [InvenTree mobile app]({% link extend/app.md %}): +The new purchase order barcode functionality is supported by the [InvenTree mobile app](/app): -![App barcode support](/assets/blog/barcode_po_actions.png) +![App barcode support](/img/blog/barcode_po_actions.png) #### Web Integration @@ -61,7 +61,7 @@ To further improve barcode support, the mobile app has been updated to work with In addition to working with external bluetooth scanners, this means that the app is now supported on barcode scanners which natively run android: -![Barcode scanner](/assets/blog/barcode_scanner.jpeg) +![Barcode scanner](/img/blog/barcode_scanner.jpeg) Any scanner which supports *wedge* or *keyboard* mode should now be able to integrate seamlessly with the InvenTree app. diff --git a/inventree/src/pages/app.md b/inventree/src/pages/app.md new file mode 100644 index 000000000..5ac171cc6 --- /dev/null +++ b/inventree/src/pages/app.md @@ -0,0 +1,6 @@ +--- +title: Mobile App +description: InvenTree mobile application +--- + +## TODO \ No newline at end of file diff --git a/legacy/assets/blog/barcode_po_actions.png b/inventree/static/img/blog/barcode_po_actions.png similarity index 100% rename from legacy/assets/blog/barcode_po_actions.png rename to inventree/static/img/blog/barcode_po_actions.png diff --git a/legacy/assets/blog/barcode_scanner.jpeg b/inventree/static/img/blog/barcode_scanner.jpeg similarity index 100% rename from legacy/assets/blog/barcode_scanner.jpeg rename to inventree/static/img/blog/barcode_scanner.jpeg diff --git a/legacy/assets/blog/digikey-barcode.png b/inventree/static/img/blog/digikey-barcode.png similarity index 100% rename from legacy/assets/blog/digikey-barcode.png rename to inventree/static/img/blog/digikey-barcode.png