Skip to content

Commit 90bf4e7

Browse files
GeneAIclaude
andcommitted
fix: Update MemDocs button to show availability
Changed MemDocs product card from "Coming Soon" to active "View on GitHub" link. MemDocs is now published and available at github.com/Smart-AI-Memory/MemDocs. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
1 parent e24af2b commit 90bf4e7

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

website/app/page.tsx

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -128,9 +128,14 @@ export default function Home() {
128128
</div>
129129
</div>
130130
<div className="flex gap-3">
131-
<button className="btn btn-secondary flex-1" disabled>
132-
Coming Soon
133-
</button>
131+
<a
132+
href="https://github.com/Smart-AI-Memory/MemDocs"
133+
className="btn btn-secondary flex-1"
134+
target="_blank"
135+
rel="noopener noreferrer"
136+
>
137+
View on GitHub
138+
</a>
134139
</div>
135140
</div>
136141
</div>

0 commit comments

Comments
 (0)