Skip to content

Commit f53f97e

Browse files
zackkatzclaude
andcommitted
feat: add link to official GravityKit Documentation on homepage
Adds a helpful link for users looking for non-developer documentation. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <[email protected]>
1 parent 6bb50b9 commit f53f97e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/pages/index.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -279,6 +279,12 @@ export default function Home() {
279279
<p>
280280
<strong>{totalProducts} products</strong> with comprehensive hook documentation
281281
</p>
282+
<p>
283+
Looking for user documentation? Visit the{' '}
284+
<a href="https://docs.gravitykit.com" target="_blank" rel="noopener noreferrer">
285+
official GravityKit Documentation
286+
</a>.
287+
</p>
282288
</div>
283289
</div>
284290
</main>

0 commit comments

Comments
 (0)