From 71fd083f54a3de454e3e855f285f976dd19b74a3 Mon Sep 17 00:00:00 2001
From: Devyani Ravi <devyaniravi2003@gmail.com>
Date: Wed, 25 Sep 2024 09:55:00 +0000
Subject: [PATCH] adding a parts page

---
 docs/.vuepress/config.js | 1 +
 docs/parts.md            | 3 +++
 2 files changed, 4 insertions(+)
 create mode 100644 docs/parts.md

diff --git a/docs/.vuepress/config.js b/docs/.vuepress/config.js
index e54010b..fba49fc 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 0000000..87183be
--- /dev/null
+++ b/docs/parts.md
@@ -0,0 +1,3 @@
+---
+title: Our Registry Parts
+---
\ No newline at end of file
-- 
GitLab