mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-12 10:05:39 +00:00
Docs refactor (#9545)
* Refactor / reognaize docs structure * Refactor plugin docs structure * More refactoring / cleanup * Update build images * Gallery updates * Order images * Update part docs * Settings images * Stock images * Reitntroduce gallery * Add custom icon macro * Update icons * Cleanup * Fix link * Fix internal links * Revert some page moves * Fix links * Fix links
This commit is contained in:
@ -20,8 +20,7 @@
|
||||
<div class="md-grid md-typeset">
|
||||
<div class="mdx-hero"></div>
|
||||
<h1>
|
||||
<span class='fas fa-search'></span>
|
||||
Page not found
|
||||
<i class="ti ti-search"></i> Page not found
|
||||
</h1>
|
||||
</div>
|
||||
</section>
|
||||
|
@ -7,7 +7,7 @@
|
||||
|
||||
{% block content %}
|
||||
|
||||
{{ page.content }}
|
||||
|
||||
|
||||
<style>
|
||||
h1 {
|
||||
@ -15,6 +15,8 @@
|
||||
}
|
||||
</style>
|
||||
|
||||
<h2 id="intuitive-inventory-management">InvenTree - Intuitive Inventory Management</h2>
|
||||
|
||||
<!-- Hero for landing page -->
|
||||
<section class="mdx-container">
|
||||
<div class="md-grid md-typeset">
|
||||
@ -24,24 +26,24 @@
|
||||
<div class="mdx-hero__content">
|
||||
|
||||
<a href="https://inventree.org" title="InvenTree Website" class="md-button">
|
||||
<span class='fas fa-globe'></span> Website
|
||||
<i class='ti ti-world'></i> Website
|
||||
</a>
|
||||
|
||||
<a href="start/intro" title="Install InvenTree" class="md-button">
|
||||
<span class='fas fa-server'></span> Install
|
||||
<a href="start" title="Install InvenTree" class="md-button">
|
||||
<i class='ti ti-server-bolt'></i> Install
|
||||
</a>
|
||||
<a href="app/app" title="InvenTree mobile app" class="md-button">
|
||||
<span class='fas fa-mobile-alt'></span> Mobile App
|
||||
<a href="app" title="InvenTree mobile app" class="md-button">
|
||||
<i class='ti ti-device-mobile'></i> Mobile App
|
||||
</a>
|
||||
<a href="https://crowdin.com/project/inventree" title="Help translate InvenTree" class="md-button">
|
||||
<span class='fas fa-language'></span> Translate
|
||||
<i class='ti ti-language'></i> Translate
|
||||
</a>
|
||||
<a href="https://github.com/inventree/inventree" title="Explore InvenTree source code" class="md-button md-button">
|
||||
<span class='fab fa-github'></span> Source Code
|
||||
<i class='ti ti-code-circle'></i> Source Code
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
{{ page.content }}
|
||||
{% endblock content %}
|
||||
|
@ -4,10 +4,10 @@
|
||||
<table>
|
||||
<thead>
|
||||
<tr>
|
||||
<th><span class='fas fa-clipboard-list'></span> Release</th>
|
||||
<th><span class='fas fa-calendar-alt'></span> Date</th>
|
||||
<th><span class='fab fa-github'></span> GitHub</th>
|
||||
<th><span class='fab fa-docker'></span> Docker</th>
|
||||
<th>{{ icon("clipboard") }}</span> Release</th>
|
||||
<th>{{ icon("calendar") }} Date</th>
|
||||
<th>{{ icon("brand-github") }} GitHub</th>
|
||||
<th>{{ icon("brand-docker") }} Docker</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
|
Reference in New Issue
Block a user