personal memory agent
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Update docs landing page branding and add repo link

Rename Sunstone to solstone for consistent branding. Link logo image
to GitHub repository with proper styling to prevent underline.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>

+6 -3
+6 -3
docs/index.html
··· 3 3 <head> 4 4 <meta charset="UTF-8"> 5 5 <meta name="viewport" content="width=device-width, initial-scale=1.0"> 6 - <title>Sunstone</title> 6 + <title>solstone</title> 7 7 <link rel="icon" type="image/png" href="static/logo.png"> 8 8 <link href="https://fonts.googleapis.com/css2?family=Comfortaa:wght@400;600;700&display=swap" rel="stylesheet"> 9 9 <style> ··· 34 34 max-width: 400px; 35 35 width: 80vw; 36 36 } 37 + a { 38 + text-decoration: none; 39 + } 37 40 </style> 38 41 </head> 39 42 <body> 40 - <img src="static/logo.png" alt="solstone logo" class="logo"> 41 - <h1>sunstone</h1> 43 + <a href="https://github.com/solpbc/solstone"><img src="static/logo.png" alt="solstone logo" class="logo"></a> 44 + <h1>solstone</h1> 42 45 </body> 43 46 </html>