mirror of
https://git.ari.lt/ari.lt/ari.lt.git
synced 2025-02-04 17:49:24 +01:00
standard : changelog
Signed-off-by: Ari Archer <ari.web.xyz@gmail.com>
This commit is contained in:
parent
03cfb83508
commit
8d13c24d96
1 changed files with 5 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue