Skip to content

Commit

Permalink
[obsolete-implementations]: Merge abandoned/obsolete tools data (json…
Browse files Browse the repository at this point in the history
…-schema-org#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
  • Loading branch information
DarhkVoyd authored Dec 21, 2024
1 parent 73bcb7b commit 8676fc2
Show file tree
Hide file tree
Showing 15 changed files with 706 additions and 636 deletions.
15 changes: 0 additions & 15 deletions data/hyper-libraries-obsolete.yml

This file was deleted.

7 changes: 6 additions & 1 deletion data/tooling-data.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@
"C#",
"Go",
"C++",
"JavaScript",
"JavaScript",
"Julia"
]
]
Expand Down Expand Up @@ -280,6 +280,11 @@
"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.",
"type": "string",
"format": "date"
},
"status": {
"description": "Current status of the project, indicating its phase of development or maintenance.",
"type": "string",
"enum": ["active", "obsolete"]
}
},
"required": ["name", "toolingTypes"],
Expand Down
Loading

0 comments on commit 8676fc2

Please sign in to comment.