{%- extends "invenio_github/settings/view.html" %} {%- block javascript %} {% include "zenodo_theme/javascript.html" %} {%- endblock javascript %} {%- block releasetab_metadata scoped %}

{{_('JSON Export')}}

{{config.THEME_SITENAME | default('Invenio')}} automatically extracts metadata about your repository from GitHub APIs. For example, the authors are determined from the repository's contributor statistics. The automatic extraction is solely a best guess. Add a {{config.GITHUB_METADATA_FILE}} file the root of your repository to explicit define the metadata. The format of file is the same as for our REST API (use e.g. below JSON to get started).

{{ serializer.serialize(release.recid, release.record)|prettyjson }}
{%- endblock releasetab_metadata %}