From 692180addedaae8bcfc7d16d16825d7a25133ec2 Mon Sep 17 00:00:00 2001
From: Devyani Ravi <devyaniravi2003@gmail.com>
Date: Wed, 25 Sep 2024 10:25:10 +0000
Subject: [PATCH] adding basic part page

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

diff --git a/docs/.vuepress/config.js b/docs/.vuepress/config.js
index fba49fc..7e34dda 100644
--- a/docs/.vuepress/config.js
+++ b/docs/.vuepress/config.js
@@ -39,6 +39,7 @@ export default defineUserConfig({
         children: [
           { text: 'Education', link: '/education' },
           { text: 'Sustainable', link: '/sustainable'}
+          { text: 'New Basic Part', link: '/new-basic-part' },
         ]
       },
     ],
diff --git a/docs/new-basic-part.md b/docs/new-basic-part.md
new file mode 100644
index 0000000..d18dc61
--- /dev/null
+++ b/docs/new-basic-part.md
@@ -0,0 +1,3 @@
+---
+title: Our New Basic Part
+---
\ No newline at end of file
-- 
GitLab