diff --git a/docs/.vuepress/config.js b/docs/.vuepress/config.js
index e54010b4188003c1c2198163ea7d22fce17229d5..fba49fc1e54c992904aed9d3a613d15580b33411 100644
--- a/docs/.vuepress/config.js
+++ b/docs/.vuepress/config.js
@@ -30,6 +30,7 @@ export default defineUserConfig({
           { text: 'Contribution', link: '/contribution' },
           { text: 'Description', link: '/description' },
           { text: 'Engineering', link: '/engineering'},
+          { text: 'Parts', link: '/parts'},
         ]
       },
       { text: 'Human Practices', link: '/human-practices' },
diff --git a/docs/parts.md b/docs/parts.md
new file mode 100644
index 0000000000000000000000000000000000000000..87183bef31cbc22aa288caf3fcb0248629cbfdc7
--- /dev/null
+++ b/docs/parts.md
@@ -0,0 +1,3 @@
+---
+title: Our Registry Parts
+---
\ No newline at end of file