You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,8 +13,8 @@ Each year (e.g. competition season) has a JSON file at the root level (named `YE
13
13
The root-level `YEAR.json` files (e.g. `2024.json`) provide the master directory of available vendor libraries. It's intended to be used by IDEs such as Visual Studio Code to present a user-friendly list of available vendor libraries.
14
14
15
15
This json file consists of a list of dicts with the following keys:
16
-
* path: the path within the repository to the vendor JSON file (e.g. `2024/vendor.json`)
17
-
* name: the same as the name in the vendor JSON file
16
+
* path: the path within the repository to the vendor JSON file (e.g. `2024/<vendor>-<version>.json`)
17
+
* name: the same as the name in the vendor JSON file (`<vendor>-<version>.json`)
18
18
* uuid: the same as the uuid in the vendor JSON file
19
19
* description: a user-friendly brief description of the library -- intended to be displayed to users in list format
20
20
* website: URL of the vendor website (e.g. a site with documentation / tutorials / tools installers)
0 commit comments