You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

22 lines
964 B

  1. {% extends "front/base_docs.html" %}
  2. {% load compress static hc_extras %}
  3. {% block title %}Documentation - {% site_name %}{% endblock %}
  4. {% block description %}
  5. <meta name="description" content="Monitor any service that can make a HTTP request or send an email: cron jobs, Bash scripts, Python, Ruby, Node, PHP, JS, ...">
  6. {% endblock %}
  7. {% block keywords %}
  8. <meta name="keywords" content="healthchecks, crontab monitoring, python health check, bash health check, cron monitoring, cron tutorial, cron howto, api health check, open source">
  9. {% endblock %}
  10. {% block docs_content %}<div class="docs-content">{{ content|safe }}</div>{% endblock %}
  11. {% block scripts %}
  12. {% compress js %}
  13. <script src="{% static 'js/jquery-2.1.4.min.js' %}"></script>
  14. <script src="{% static 'js/bootstrap.min.js' %}"></script>
  15. <script src="{% static 'js/clipboard.min.js' %}"></script>
  16. <script src="{% static 'js/snippet-copy.js' %}"></script>
  17. {% endcompress %}
  18. {% endblock %}