mirror of
https://github.com/inventree/inventree-docs.git
synced 2025-04-28 05:36:46 +00:00
Fix 404 error page
This commit is contained in:
parent
4da64d8fd9
commit
8bc8306a50
@ -1,7 +1,29 @@
|
|||||||
{% extends "main.html" %}
|
{% extends "base.html" %}
|
||||||
{% block content %}
|
|
||||||
<h1>
|
{% block tabs %}
|
||||||
<span class="twemoji">{% include ".icons/fontawesome/regular/sad-tear.svg" %}</span>
|
{{ super() }}
|
||||||
Uh oh - Page not found...
|
|
||||||
</h1>
|
{% endblock %}
|
||||||
|
|
||||||
|
{% block site_nav %}
|
||||||
|
{% endblock %}
|
||||||
|
|
||||||
|
{% block content %}
|
||||||
|
<style>
|
||||||
|
h1 {
|
||||||
|
font-family: Arial, Helvetica, sans-serif;
|
||||||
|
display: block;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
|
||||||
|
<section class="mdx-container">
|
||||||
|
<div class="md-grid md-typeset">
|
||||||
|
<div class="mdx-hero"></div>
|
||||||
|
<h1>
|
||||||
|
<span class='fas fa-search'></span>
|
||||||
|
Page not found
|
||||||
|
</h1>
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
|
||||||
{% endblock %}
|
{% endblock %}
|
@ -23,10 +23,10 @@
|
|||||||
<!-- Hero content -->
|
<!-- Hero content -->
|
||||||
<div class="mdx-hero__content">
|
<div class="mdx-hero__content">
|
||||||
<a href="features" title="InvenTree features" class="md-button md-button">
|
<a href="features" title="InvenTree features" class="md-button md-button">
|
||||||
Features
|
<span class='fas fa-star'></span> Features
|
||||||
</a>
|
</a>
|
||||||
<a href="start/intro" title="Install InvenTree" class="md-button md-button">
|
<a href="start/intro" title="Install InvenTree" class="md-button md-button">
|
||||||
Install
|
<span class='fas fa-server'></span> Install
|
||||||
</a>
|
</a>
|
||||||
<a href="https://github.com/inventree/inventree" title="Explore InvenTree source code" class="md-button md-button">
|
<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
|
<span class='fab fa-github'></span> Source Code
|
||||||
|
@ -4,12 +4,6 @@ title: Parts
|
|||||||
|
|
||||||
## Part
|
## Part
|
||||||
|
|
||||||
<ul>
|
|
||||||
{% for key in config.keys() %}
|
|
||||||
<li><b>{{ key}}</b> - {{ config[key] }}</li>
|
|
||||||
{% endfor %}
|
|
||||||
</ul>
|
|
||||||
|
|
||||||
The *Part* is the core element of the InvenTree ecosystem. A Part object is the archetype of any stock item in your inventory. Parts are arranged in heirarchical categories which are used to organise and filter parts by function.
|
The *Part* is the core element of the InvenTree ecosystem. A Part object is the archetype of any stock item in your inventory. Parts are arranged in heirarchical categories which are used to organise and filter parts by function.
|
||||||
|
|
||||||
## Part Category
|
## Part Category
|
||||||
|
Loading…
x
Reference in New Issue
Block a user