{# Override alabaster/layout.html template to customize the template used to generate the CodeQL documentation. The classes used in this template are provided by the GitHub Primer https://primer.style/css/. The CSS for the primer can be found at https://unpkg.com/@primer/css/dist/primer.css The source for the default Alabaster stylesheet can be found at: https://github.com/bitprophet/alabaster/blob/master/alabaster/layout.html #} {%- extends "alabaster/layout.html" %} {%- macro customrelbar() %} {%- endmacro %} {%- block extrahead %} CodeQL docs {% endblock %} {%- block content %}
CodeQL documentation
{{customrelbar()}}
{% block body %} {% endblock %}
  • © GitHub, Inc.
  • Terms
  • Privacy
{% endblock %} {% block footer %} {% endblock %}