Skip to content

v0.1.39

Choose a tag to compare

@github-actions github-actions released this 07 Jul 09:19

Added

  • mkdocs documentation sitemkdocs.yml with Material theme, organizes existing docs (CLI reference, agent integration, CI/CD, development, API) into a navigable portal. Run mkdocs serve for local preview, mkdocs build for static output.
  • Branding assets — New SVG logo family (light, dark, icon) in docs/images/ with project purple theme. Nav bar now shows the streaming-data icon.
  • Landing page copy buttons — Clipboard icons on all step commands, agent install cards, enrichment commands, and code blocks.
  • Faviconokf-icon.svg linked in landing page <head>.
  • Auto-version badge — Fetches latest release version from PyPI API.

Changed

  • Tagline updated to "HIGH-VELOCITY CODEBASE PARSER" across hero, meta description, README.
  • Nav bar: floating glass island effect on scroll via GPU-composited transitions.
  • Landing page language pills updated from 13→17 (added PHP, Dart, Scala, Julia).
  • pyproject.toml: new optional dep group [dashboard] (fastapi, uvicorn), [dev] now includes mkdocs + mkdocs-material.
  • docs/index.md created as symlink to root README for mkdocs compatibility.