From c0c8d68dc448a9212e8c069d3530a25de35d4434 Mon Sep 17 00:00:00 2001 From: Ryan Date: Thu, 17 Apr 2025 06:11:27 -0400 Subject: [PATCH] mark openapi.json & api.html as documentation --- .gitattributes | 2 ++ CHANGELOG.md | 3 ++- 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..d50ee95 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +public/api.html linguist-documentation +public/openapi.json linguist-documentation \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 65744ab..1b6076b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,10 @@ # Changelog -## Changes 4/17 +## Changes 4/17/2025 - Generate OpenAPI spec and API HTML docs - Fully auto‑generated OpenAPI spec (`openapi.json`) and interactive HTML docs (`api.html`) powered by Redoc. +- .gitattributes added to mark (`openapi.json`) & (`api.html`) as documentation. ---