Skip to content

Commit 8676fc2

Browse files
authored
[obsolete-implementations]: Merge abandoned/obsolete tools data (#1091)
* merge obsolete hyper libraries * merge obsolete validators * update tooling data schema * add json-schema-benchmark to obsolete * add obsolete tag * add showObsolete transform to tooling page * merge remaining obsolete tools * fix failing instances of tooling data * add show obsolete button to siderbar * add redirect * maybe fix style purging * this should fix it
1 parent 73bcb7b commit 8676fc2

File tree

15 files changed

+706
-636
lines changed

15 files changed

+706
-636
lines changed

data/hyper-libraries-obsolete.yml

Lines changed: 0 additions & 15 deletions
This file was deleted.

data/tooling-data.schema.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@
121121
"C#",
122122
"Go",
123123
"C++",
124-
"JavaScript",
124+
"JavaScript",
125125
"Julia"
126126
]
127127
]
@@ -280,6 +280,11 @@
280280
"description": "The date when the tool was most recently updated. The date should be in the format YYYY-MM-DD, representing the year, month, and day of the update.",
281281
"type": "string",
282282
"format": "date"
283+
},
284+
"status": {
285+
"description": "Current status of the project, indicating its phase of development or maintenance.",
286+
"type": "string",
287+
"enum": ["active", "obsolete"]
283288
}
284289
},
285290
"required": ["name", "toolingTypes"],

0 commit comments

Comments
 (0)