diff --git a/app/main.py b/app/main.py index f83f148..348f085 100644 --- a/app/main.py +++ b/app/main.py @@ -11,6 +11,8 @@ 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. @@ -41,8 +43,7 @@ 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/). To see release notes, go to the -[Releases](https://gugulet.hu/technical/git/g_it/api/releases) page. +with [Scalar](https://scalar.com/). """ CUSTOM_CSS = """