Skip to content

Conversation

@aditya-damerla128
Copy link
Collaborator

@aditya-damerla128 aditya-damerla128 commented Dec 24, 2025

Summary

Adds a prominent link to the official GitHub documentation in the landing page integration guide panel, making it easy for users to access complete integration guides and API reference.

Changes

  • Added blue info box at the top of the integration guide slide-out panel
  • Link directs to reference-server/embed/README.md (the accurate documentation for the ozwell-loader.js implementation)
  • Opens in new tab with proper security attributes (target="_blank" rel="noopener noreferrer")

Why This Documentation?

After analyzing the codebase, I found that:

  • reference-server/embed/README.md accurately matches the landing page implementation
  • docs/frontend/ documents a different (commercial) product with scoped API keys and hosted services

The reference server documentation is the only accurate guide for the current ozwell-loader.js embed method.

Testing

  • Verify link appears in integration guide panel
  • Confirm link opens correct GitHub page in new tab
  • Check styling matches integration panel design

Fixes #32

Add prominent link to official documentation in the integration guide
slide-out panel. Link directs users to the accurate reference server
embed documentation.

Changes:
- Add blue info box at top of integration panel
- Link to reference-server/embed/README.md on GitHub
- Opens in new tab with security attributes

Fixes #32

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

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Update integration guide on landing page to link GitHub documentation

2 participants