mirror of
https://github.com/inventree/inventree-website.git
synced 2025-06-12 10:05:36 +00:00
deploy: 22bc37cb3d
This commit is contained in:
@ -49,7 +49,7 @@
|
||||
|
||||
<nav class="md:mr-auto md:py-1 xs:ml-4 xs:pl-4 xs:border-l xs:border-gray-400 flex flex-wrap items-center text-base justify-center">
|
||||
<a class="mr-5 hover:cm-gray-1" href="/deploy.html">Deploy</a>
|
||||
<a class="mr-5 hover:cm-gray-1" href="https://inventree.readthedocs.io/en/latest/">Docs</a>
|
||||
<a class="mr-5 hover:cm-gray-1" href="https://docs.inventree.org/en/latest/">Docs</a>
|
||||
<a class="mr-5 hover:cm-gray-1" href="/blog">Blog</a>
|
||||
</nav>
|
||||
|
||||
@ -60,7 +60,7 @@
|
||||
<h2>Plugins</h2>
|
||||
|
||||
<p>We supply core-dev and community built plugins to get you started with extending InvenTree’s functionality. Plugins can hook into many parts of the UI, buisness logic and webserver.
|
||||
We expose some internal python APIs to speed up your development and keep the instance running while you discover the possibilities. <a href="https://inventree.readthedocs.io/en/latest/extend/plugins/">Learn more</a></p>
|
||||
We expose some internal python APIs to speed up your development and keep the instance running while you discover the possibilities. <a href="https://docs.inventree.org/en/latest/extend/plugins/">Learn more</a></p>
|
||||
|
||||
<h3 id="highlights">Highlights</h3>
|
||||
|
||||
@ -113,7 +113,7 @@ We expose some internal python APIs to speed up your development and keep the in
|
||||
|
||||
<li><a href="/deploy.html" class="footer-link">Deploy</a></li>
|
||||
|
||||
<li><a href="https://inventree.readthedocs.io/en/latest/" class="footer-link">Docs</a></li>
|
||||
<li><a href="https://docs.inventree.org/en/latest/" class="footer-link">Docs</a></li>
|
||||
|
||||
<li><a href="/news" class="footer-link">News</a></li>
|
||||
|
||||
|
Reference in New Issue
Block a user