mirror of
https://github.com/inventree/inventree-docs.git
synced 2025-06-28 09:50:44 +00:00
_includes
overrides
app_carousel.html
carousel_end.html
carousel_img.html
carousel_start.html
config.yaml
docker-compose.yml
gunicorn.conf.py
img.html
index_carousel.html
nginx.conf
docs
.gitignore
LICENSE
README.md
mkdocs.yml
readthedocs.yml
requirements.txt
14 lines
443 B
HTML
14 lines
443 B
HTML
|
|
</div>
|
|
|
|
<!-- Left and right controls -->
|
|
<a class="left carousel-control" href="#image-carousel" data-slide="prev">
|
|
<span class="fas fa-chevron-left"></span>
|
|
<span class="sr-only">Previous</span>
|
|
</a>
|
|
<a class="right carousel-control" href="#image-carousel" data-slide="next">
|
|
<span class="fas fa-chevron-right"></span>
|
|
<span class="sr-only">Next</span>
|
|
</a>
|
|
</div>
|
|
</div> |