Release archive
2.3.0

Knowledge Base & Algolia DocSearch

Release v2.3.0 focuses on Knowledge Base, Algolia DocSearch, and i18n Support.

AddedImprovedInternal
Knowledge Base & Algolia DocSearch

Release digest

Added

  • Knowledge Base 📚 - Docusaurus documentation platform
    • Deployed to docs.sentryanalytic.com
    • Cloud Run + GitHub Actions auto-deploy
  • Algolia DocSearch 🔍 - Full-text search across documentation
  • i18n Support 🌍 - Ukrainian and German translations
    • AI-powered translation using Gemini 2.5
    • translate_docs.py script for automated translations
  • Custom Domain - docs.sentryanalytic.com with SSL

Improved

  • Updated project structure (scripts moved to /scripts/)
  • Cleaned up root directory (removed temp files)
  • Updated README.md with current architecture
  • Added service account keys to .gitignore

Internal

  • Nginx locale routing for i18n
  • Meta tag verification for Algolia
  • GitHub Actions workflow improvements

Technical notes