Skip to content

Commit e627871

Browse files
committed
feat(help): add comment about new template version
Added a comment at the top of rest-docs-v3.html to warn maintainers about new version of this template.
1 parent 783c0e9 commit e627871

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

cl/api/templates/rest-docs-v3.html

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,19 @@
22
{% load static %}
33
{% load extras %}
44

5+
{% comment %}
6+
╔═════════════════════════════════════════════════════════════════════════╗
7+
║ ATTENTION! ║
8+
║ This template has a new version behind the use_new_design waffle flag. ║
9+
║ ║
10+
║ When modifying this template, please also update the new version at: ║
11+
║ cl/simple_pages/templates/v2_help/rest-docs-vlatest.html ║
12+
║ ║
13+
║ Once the new design is fully implemented, all legacy templates ║
14+
║ (including this one) and the waffle flag will be removed. ║
15+
╚═════════════════════════════════════════════════════════════════════════╝
16+
{% endcomment %}
17+
518
{% block title %}[Deprecated] REST API, v3.15 – CourtListener.com{% endblock %}
619
{% block description %}Deprecated — REST API for federal and state case law, PACER data, the searchable RECAP Archive, oral argument recordings and more. Provided by Free Law Project, a 501(c)(3) non-profit. Please donate to support this service.{% endblock %}
720
{% block og_description %}REST API for federal and state case law, PACER data, the searchable RECAP Archive, oral argument recordings and more. Provided by Free Law Project, a 501(c)(3) non-profit. Please donate to support this service.{% endblock %}

0 commit comments

Comments
 (0)