diff --git a/dapp/.gitignore b/dapp/.gitignore
index 53cc40e..9981486 100644
--- a/dapp/.gitignore
+++ b/dapp/.gitignore
@@ -1,3 +1,4 @@
# Local Netlify folder
.netlify
-tsconfig.tsbuildinfo
\ No newline at end of file
+tsconfig.tsbuildinfo
+public/_pagefind/
diff --git a/dapp/app/_meta.tsx b/dapp/app/_meta.tsx
index 77f2fef..64f826f 100644
--- a/dapp/app/_meta.tsx
+++ b/dapp/app/_meta.tsx
@@ -1,4 +1,4 @@
-import { Book, Home, MessageSquare, Target, Trophy, User } from "lucide-react";
+import { Home, MessageSquare, Target, Trophy } from "lucide-react";
import React from "react";
export default {
diff --git a/dapp/app/layout.tsx b/dapp/app/layout.tsx
index 0dea0fb..48497d1 100644
--- a/dapp/app/layout.tsx
+++ b/dapp/app/layout.tsx
@@ -42,6 +42,12 @@ const navbar = (
align="left"
>
+
+ Docs
+
diff --git a/dapp/app/page.tsx b/dapp/app/page.tsx
index 7d40ac1..252b5a1 100644
--- a/dapp/app/page.tsx
+++ b/dapp/app/page.tsx
@@ -260,6 +260,11 @@ export default function HomePage() {
View My Progress
+
+
+