kou commented on code in PR #14839:
URL: https://github.com/apache/arrow/pull/14839#discussion_r1041459752


##########
docs/source/_templates/layout.html:
##########
@@ -26,3 +26,9 @@
 {# Silence the navbar #}
 {% block docs_navbar %}
 {% endblock %}
+
+{# Add version warnings #}
+{% block footer %}
+  {{ super() }}
+  <script type="text/javascript" src="/docs/versionwarning.js"></script>

Review Comment:
   In my opinion, I don't want to maintain files in `apache/arrow-site`'s 
`asf-site` branch as much as possible.
   The branch is sometimes updated automatically. It may delete some files 
unexpectedly. See also: https://github.com/apache/arrow-site/pull/151
   The branch has many large commits. It's difficult to follow history of 
maintained files.
   



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to