mirror of
https://github.com/inventree/inventree-docs.git
synced 2025-04-27 05:06:43 +00:00
Add apple store link
This commit is contained in:
parent
e95956ecd8
commit
fefa820568
@ -15,15 +15,15 @@
|
||||
new Splide(
|
||||
'.splide', {
|
||||
type: 'loop',
|
||||
perPage: 2,
|
||||
perPage: {{ per_page }},
|
||||
autoplay: true,
|
||||
pagination: false,
|
||||
// cover: true,
|
||||
autoWidth: true,
|
||||
height: '22rem',
|
||||
// autoWidth: true,
|
||||
height: '25rem',
|
||||
focus: 'center',
|
||||
padding: {
|
||||
left: '35rem',
|
||||
left: '5rem',
|
||||
right: '5rem',
|
||||
}
|
||||
}
|
||||
|
@ -11,5 +11,5 @@
|
||||
{% endif %}
|
||||
|
||||
<li class='splide__slide'>
|
||||
<img src='{{ img_url }}' style='max-width:65%;'>
|
||||
<img src='{{ img_url }}'>
|
||||
</li>
|
||||
|
@ -2,7 +2,7 @@
|
||||
title: InvenTree Mobile App
|
||||
---
|
||||
|
||||
{% with directory="appgallery" %}
|
||||
{% with directory="appgallery", per_page=2 %}
|
||||
{% include "carousel.html" %}
|
||||
{% endwith %}
|
||||
|
||||
@ -14,11 +14,12 @@ Native barcode support provides a multitude of context-sensitive stock control a
|
||||
|
||||
## Download
|
||||
|
||||
The InvenTree app can be downloaded from either the Android or Apple app stores, or accessed via the links below:
|
||||
|
||||
### Android
|
||||
|
||||
The InvenTree App can be downloaded for Android devices via the [Play Store](https://play.google.com/store/apps/details?id=inventree.inventree_app).
|
||||
<span class='fab fa-android'></span> [Android Play Store](https://play.google.com/store/apps/details?id=inventree.inventree_app).
|
||||
|
||||
### iOS
|
||||
|
||||
!!! missing "Not Yet Available"
|
||||
The InvenTree app is not yet available for iOS devices
|
||||
<span class='fab fa-apple'></span> [Apple App Store](https://apps.apple.com/au/app/inventree/id1581731101#?platform=iphone)
|
||||
|
@ -10,7 +10,7 @@ hide:
|
||||
|
||||
--------------
|
||||
|
||||
{% with directory="indexgallery" %}
|
||||
{% with directory="indexgallery", per_page=1 %}
|
||||
{% include "carousel.html" %}
|
||||
{% endwith %}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user