diff --git a/docs/part/part.md b/docs/part/part.md
index e1f0e80..6793fc2 100644
--- a/docs/part/part.md
+++ b/docs/part/part.md
@@ -4,7 +4,11 @@ title: Parts
## Part
-config.site_url: {{ config.site_url }}
+
+{% for key in config.keys() %}
+- {{ key}} - {{ config[key] }}
+{% endfor %}
+
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.