From 7ddcdd0756f3337fc48cdd1405679af1f50d7cf0 Mon Sep 17 00:00:00 2001 From: John O'Keefe Date: Fri, 28 Aug 2026 20:59:31 -0400 Subject: [PATCH] docs(readme): link Android app doc and adopt app favicon as title icon Add the Android client design doc to the For Developers section, point the Supported Devices table at it, and replace the emoji title icon with the app's book-open favicon (Tokyo Night #7aa2f7) to match the actual product branding. --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 17c88e0..6dc25f7 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# 📚 Bookhoard +# Bookhoard logo Bookhoard A modern self-hosted media library system built with Go, PostgreSQL, HTMX, and Tailwind CSS featuring **universal cross-device sync**, beautiful dark themes, and comprehensive media management. @@ -111,6 +111,7 @@ The first user to register automatically becomes an admin. ### For Developers - **[docs/developer/api/api-reference.md](docs/developer/api/api-reference.md)** - Complete API documentation +- **[docs/developer/android-app.md](docs/developer/android-app.md)** - Android app design & roadmap - **[docs/contributing/development.md](docs/contributing/development.md)** - Development workflow --- @@ -122,7 +123,7 @@ The first user to register automatically becomes an admin. | **Web Browser** | ✅ | ✅ | Full support | | **KOReader** | ✅ | ✅ | Runs on Kindle, Kobo, PocketBook hardware | | **Kobo Devices** | 🚧 | 🚧 | Native Kobo sync coming soon (use KOReader on Kobo today) | -| **Mobile Apps** | 🚧 | 🚧 | Android/iOS apps coming later | +| **Mobile Apps** | 🚧 | 🚧 | Native Android app in design ([docs](docs/developer/android-app.md)); iOS later | ---