diff --git a/_includes/partial/section_end.html b/_includes/partial/section_end.html deleted file mode 100644 index d3ed8f7f..00000000 --- a/_includes/partial/section_end.html +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/_includes/partial/section_start.html b/_includes/partial/section_start.html deleted file mode 100644 index 90198cce..00000000 --- a/_includes/partial/section_start.html +++ /dev/null @@ -1 +0,0 @@ -
\ No newline at end of file diff --git a/extend/app.md b/extend/app.md index 1589860d..53968650 100644 --- a/extend/app.md +++ b/extend/app.md @@ -5,9 +5,10 @@ title: InvenTree Mobile App {% include block/hero.html title='Mobile stock control' title_2='in the' color='palm of your hand' gallery='appgallery/' perPage=3 detail='The InvenTree Mobile App brings stock control to your pocket. Integrating seamlessly with the InvenTree API, the app provides immediate access to inventory data wherever you are.' %} -{% include partial/section_start.html %} +
-Native barcode support provides a multitude of context-sensitive stock control actions, allowing streamlined inventory management at your fingertips. The app has been optimized for speed, providing instant access to stock knowledge and handy on-site functionality. +Native barcode support provides a multitude of context-sensitive stock control actions, allowing streamlined inventory management at your fingertips. +The app has been optimized for speed, providing instant access to stock knowledge and handy on-site functionality. ### Features @@ -30,4 +31,8 @@ The InvenTree app can be downloaded from either the Android or Apple app stores, Mobile app documentation can be found on the [InvenTree documentation site](https://docs.inventree.org/en/latest/app/app/). -{% include partial/section_end.html %} +### Code + +The source code for the InvenTree app is available on [GitHub](https://github.com/inventree/inventree-app/) under the MIT license. + +