mark openapi.json & api.html as documentation

This commit is contained in:
Ryan
2025-04-17 06:11:27 -04:00
committed by GitHub
parent 2dfcb4062f
commit c0c8d68dc4
2 changed files with 4 additions and 1 deletions

2
.gitattributes vendored Normal file
View File

@@ -0,0 +1,2 @@
public/api.html linguist-documentation
public/openapi.json linguist-documentation

View File

@@ -1,9 +1,10 @@
# Changelog
## Changes 4/17
## Changes 4/17/2025
- Generate OpenAPI spec and API HTML docs
- Fully autogenerated OpenAPI spec (`openapi.json`) and interactive HTML docs (`api.html`) powered by Redoc.
- .gitattributes added to mark (`openapi.json`) & (`api.html`) as documentation.
---