You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: Add GitHub Pages documentation site with SEO (#11)
* feat: Add GitHub Pages documentation site with SEO optimization
- Create Jekyll-based documentation site structure
- Add landing page with hero section and feature grid
- Create comprehensive installation guide
- Add complete API documentation for all tools
- Include examples gallery with real-world use cases
- Configure GitHub Pages deployment workflow
- Add SEO optimization with structured data (JSON-LD)
- Include robots.txt and sitemap configuration
- Add custom CSS for responsive design
- Create comprehensive tests for documentation (16 tests)
- Update CI to test documentation
SEO Features:
- Open Graph and Twitter Card meta tags
- JSON-LD structured data for SoftwareApplication
- HowTo schema for installation guide
- FAQ schema for common questions
- Optimized meta descriptions and keywords
- Mobile-responsive design
Closes#7
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <[email protected]>
* fix: Format test_docs.py with black
* fix: Fix ruff linting issues in test_docs.py
* fix: Add pyyaml to dev dependencies for documentation tests
* fix: Add missing asset directories for documentation
* docs: Update documentation to highlight Docker image availability on GitHub Packages
- Add Docker availability badges and links
- Update installation guide with Docker image details
- Emphasize official image on GitHub Container Registry
- Add available Docker tags information
- Update quick start examples with docker pull commands
---------
Co-authored-by: Claude <[email protected]>
0 commit comments