Skip to content

Local DE Coach v0.6.3 — Rebuilt docs UI: no sidebar on cover, new theme, AI logo

Choose a tag to compare

@bif26 bif26 released this 13 Sep 03:38
· 1 commit to main since this release

🎨 Complete docs UI redesign

What changed

Main page (cover) — NO sidebar:

  • Removed sidebar, TOC, and search from the cover page
  • Only shows header with: logo + GitHub link + Docs link + theme toggle
  • Hero section with gradient background + AI-generated hero background image
  • 4 stat cards with gradient text effect
  • 6 feature cards with icons and hover effects
  • RAM Budget chart (Chart.js bar chart)
  • Request Flow Latency chart (Chart.js horizontal bar)
  • Scoring Layers table (CEFR level table)
  • Quick Start code block
  • 8 chapter cards for browsing
  • 'Start reading' button

Chapter pages — WITH sidebar + TOC:

  • Sidebar appears on the left when viewing a chapter
  • TOC appears on the right with scroll-spy
  • Search box appears in the topbar
  • Mobile sidebar toggle appears

New theme

  • Primary: Indigo (#6366f1) — modern, professional
  • Accent: Violet (#8b5cf6) — complementary
  • Hero gradient: deep indigo → violet
  • Dark mode: deep navy with lighter indigo accents
  • Cards with subtle shadows + hover lift effect
  • Rounded corners (8px / 12px / 16px)
  • Fonts: Inter (body) + Playfair Display (headings) + JetBrains Mono (code)

AI-generated assets

  • Logo (logo.png): Speech bubble with 'DE' and sound waves on indigo-violet gradient
  • Hero background (hero-bg.png): Abstract tech background with sound waves and audio frequency patterns

Version fix

Updated version from v0.4.0 to v0.6.3 in the topbar.

How to view

If GitHub Pages is enabled (Settings → Pages → main / docs folder):

https://bif26.github.io/Local_DE_Coach/

Important: GitHub Pages caches aggressively. If you still see the old version:

  1. Hard refresh: Ctrl+Shift+R (or Cmd+Shift+R on Mac)
  2. Or wait 5-10 minutes for the cache to expire
  3. Or check the commit hash on GitHub to confirm the new code is deployed

Full changelog: see git log v0.6.2..v0.6.3