Problem
The web app links out to docs.page for documentation.
Sponsors and vendors leaving the app breaks the experience.
What To Build
Build /docs page with:
- Sidebar navigation
- Markdown content rendering
- Contract addresses section
- Quick links bar
- Client-side search
Files To Touch
- src/pages/Docs.tsx (new)
- src/docs/ (markdown files)
- src/components/docs/DocSidebar.tsx
- src/components/docs/DocContent.tsx
- src/router/index.tsx
Acceptance Criteria
Mandatory Checks Before PR
Problem
The web app links out to docs.page for documentation.
Sponsors and vendors leaving the app breaks the experience.
What To Build
Build /docs page with:
Files To Touch
Acceptance Criteria
Mandatory Checks Before PR