From 18d1781eb40b68329336226b1ec992dc5c85705e Mon Sep 17 00:00:00 2001 From: Matthias Mair Date: Thu, 10 Nov 2022 21:57:37 +0100 Subject: [PATCH] App fix2 (#51) * try setting the rendering flag * fix rendering of app * break up long sentenc * Add link to code --- _includes/partial/section_end.html | 1 - _includes/partial/section_start.html | 1 - extend/app.md | 11 ++++++++--- 3 files changed, 8 insertions(+), 5 deletions(-) delete mode 100644 _includes/partial/section_end.html delete mode 100644 _includes/partial/section_start.html 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. + +