Skip to content

Commit b488ba6

Browse files
authored
Remove migration guide alert from docs (#863)
1 parent 2a18829 commit b488ba6

File tree

4 files changed

+0
-38
lines changed

4 files changed

+0
-38
lines changed

docs/static/js/migration-guide-alert.js

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

docs/templates/base.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
</head>
77
<body>
88
{% block header %}{% endblock %}
9-
{% include "partials/migration-guide-alert.html" %}
109
{% block body %}{% endblock %}
1110
{% block scripts %}{% include "partials/scripts.html" %}{% endblock %}
1211
</body>

docs/templates/partials/migration-guide-alert.html

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

docs/templates/partials/scripts.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
integrity="sha384-ka7Sk0Gln4gmtz2MlQnikT1wXgYsOg+OMhuP+IlRH9sENBO0LRn5q+8nbTov4+1p"
44
crossorigin="anonymous"
55
></script>
6-
<script src="/static/js/migration-guide-alert.js"></script>
76
<script src="/static/js/highlight.min.js"></script>
87
<script>
98
hljs.configure({ignoreUnescapedHTML: true});

0 commit comments

Comments
 (0)