diff --git a/app/main.py b/app/main.py index 348f085..f83f148 100644 --- a/app/main.py +++ b/app/main.py @@ -11,8 +11,6 @@ DESCRIPTION = """ Hi, this is a read-only API exposing 20+ years of my personal media reviews of movies, books, and television since 2001. -## What this API does - This API provides structured access to a personal media review database. Every review includes a date, category, title, creator, genre, rating, and optional written commentary. @@ -43,7 +41,8 @@ Ratings use a **-3.0 to 3.0** scale: This API is a portfolio project demonstrating API design and documentation skills. Built with [FastAPI](https://fastapi.tiangolo.com/) and documented -with [Scalar](https://scalar.com/). +with [Scalar](https://scalar.com/). To see release notes, go to the +[Releases](https://gugulet.hu/technical/git/g_it/api/releases) page. """ CUSTOM_CSS = """