github.com/Racer159/jackal@v0.32.7-0.20240401174413-0bd2339e4f2e/hack/.templates/jsonschemaforhumans/base.md (about)

     1  {{ schema.keywords.get("title").literal | default("Jackal Package Schema") | md_heading(0) }}
     2  {% set contentBase %}
     3  {% with schema=schema, skip_headers=False %}
     4      {% include "content.md" %}
     5  {% endwith %}
     6  {% endset %}
     7  
     8  {{ md_get_toc() }}
     9  
    10  {{ contentBase }}
    11  
    12  ----------------------------------------------------------------------------------------------------------------------------
    13  {% if config.with_footer -%}
    14  Generated from [jackal.schema.json](https://github.com/Racer159/jackal/blob/main/jackal.schema.json){% if config.footer_show_time %} on {{ get_local_time() }}{% endif %}
    15  {%- endif -%}
    16  
    17  {{ "\n" }}