standard : changelog

Signed-off-by: Ari Archer <ari.web.xyz@gmail.com>
This commit is contained in:
Ari Archer 2023-03-18 01:41:00 +02:00
parent 03cfb83508
commit 8d13c24d96

View file

@ -9,7 +9,7 @@ it follows and what standard it practices
- e.g. <https://blog.ari-web.xyz/blog.json>, you can make the request to - e.g. <https://blog.ari-web.xyz/blog.json>, you can make the request to
that route and thats all, hashing of it works basically the same, that route and thats all, hashing of it works basically the same,
but wtihout `/api/` -- <https://blog.ari-web.xyz/blog_json_hash.txt> but wtihout `/api/` -- <https://blog.ari-web.xyz/blog_json_hash.txt>
- > 1 API route - \>1 API route
- use `/api` directory for APIs based on JSON if you have multiple ones - use `/api` directory for APIs based on JSON if you have multiple ones
- `/api/*.json` is any API route - `/api/*.json` is any API route
- `/api` purely should return a redirect to a JSON file in `/api` containing - `/api` purely should return a redirect to a JSON file in `/api` containing
@ -80,3 +80,7 @@ it follows and what standard it practices
- `color-scheme` and `theme-color` should also preferably be defined - `color-scheme` and `theme-color` should also preferably be defined
- textual content - textual content
- dates : `yyyy/mm/dd` for dates `yyyy-mm-dd` for timestamps - dates : `yyyy/mm/dd` for dates `yyyy-mm-dd` for timestamps
# changelog
- `2023-03-18` -- init