Skip to content

Commit

Permalink
Documented images.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Muaath5 authored Oct 16, 2024
1 parent c5c09e8 commit 6ba04bf
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion root/data/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,14 @@ An array of olympiads SIT participated in, each olympiad has the following:
- `official`: Boolean, is Saudi Arabia an official country or not
- `website`: Olympiad website of that year, with `https://` in prefix without `/` in the end **(nullable)**

## [`/data/images.json`](/data/images.json)
An array of images, each image consist of these labels:
- `src`: Filename of the image in `/img` directory
- `artitle`: Arabic title
- `entitle`: English title
- `ardescription`: Arabic description
- `endescription`: English description
- `date`: String, usually Gregorian date in format `YYYY/MM/DD` or `YYYY/M/D`

## [`/data/contact.json`](/data/contact.json)
A dictionary of (`developers`/`maintainers`/`admin`), each having an array of person ID
A dictionary of (`developers`/`maintainers`/`admin`), each having an array of person ID

0 comments on commit 6ba04bf

Please sign in to comment.