We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee7eaf0 commit 6127552Copy full SHA for 6127552
_data/validator-libraries-modern.yml
@@ -11,6 +11,8 @@
11
date-draft: [2019-09]
12
draft: [7, 6, 4, 3]
13
license: "AGPL-3.0-only"
14
+- name: C
15
+ notes: All known implementations are now obsolete.
16
- name: C++
17
implementations:
18
- name: f5-json-schema
implementations.md
@@ -40,6 +40,9 @@ Validators
40
{% for language in validator-libraries %}
41
<li>
42
{{language.name}} <a id="validator-{% if language.anchor-name %}{{ language.anchor-name }}{% else %}{{ language.name | downcase }}{% endif %}"></a>
43
+ {% if language.notes %}
44
+ {{ implementation.notes }}
45
+ {% endif %}
46
<ul>
47
{% for implementation in language.implementations %}
48
0 commit comments