diff --git a/app/auth/forgot-password/page.tsx b/app/(with-header-and-footer)/auth/forgot-password/page.tsx similarity index 100% rename from app/auth/forgot-password/page.tsx rename to app/(with-header-and-footer)/auth/forgot-password/page.tsx diff --git a/app/auth/login/page.tsx b/app/(with-header-and-footer)/auth/login/page.tsx similarity index 100% rename from app/auth/login/page.tsx rename to app/(with-header-and-footer)/auth/login/page.tsx diff --git a/app/auth/signup/page.tsx b/app/(with-header-and-footer)/auth/signup/page.tsx similarity index 100% rename from app/auth/signup/page.tsx rename to app/(with-header-and-footer)/auth/signup/page.tsx diff --git a/app/auth/verify/page.tsx b/app/(with-header-and-footer)/auth/verify/page.tsx similarity index 100% rename from app/auth/verify/page.tsx rename to app/(with-header-and-footer)/auth/verify/page.tsx diff --git a/app/(with-header-and-footer)/docs/page.tsx b/app/(with-header-and-footer)/docs/page.tsx index d6de2b7..1cc3c58 100644 --- a/app/(with-header-and-footer)/docs/page.tsx +++ b/app/(with-header-and-footer)/docs/page.tsx @@ -1,13 +1,60 @@ export default function DocsPage() { return ( -
- This is a placeholder for the documentation page. Detailed guides and - information will be added soon. -
++ RankForge is a contributor platform for the idan-devs repository + that enables contributors to create profiles, log contributions, + and get evaluated by admins. The platform gamifies and structures + the contribution process while providing visibility and rewards + through a scoring system. +
++ The platform uses GitHub OAuth for authentication. +
++ The platform uses a consistent design system with: +
+@@ -8,6 +8,6 @@ export default function GuidelinesPage() { instructions on how to contribute will be added soon.
@@ -8,6 +8,6 @@ export default function PrivacyPage() { practices will be detailed here soon.
@@ -8,6 +8,6 @@ export default function TermsPage() { conditions will be detailed here soon.