{# Copyright (C) 2019-2022 CERN. Invenio App RDM is free software; you can redistribute it and/or modify it under the terms of the MIT License; see LICENSE file for more details. #}
{{ records }}

{{ _("You've successfully installed InvenioRDM!") }}
{{ _("What is ahead?") }}

1
{{ _("Configure") }}
{% trans configuration_link="https://inveniordm.docs.cern.ch/install/configuration/" %} Configure the datamodel, resource types, permissions and much more to make it suit your needs! For more information on how to do it visit the configuration section in the docs. {% endtrans %}
2
{{ _("Customize") }}
{% trans configuration_link="https://inveniordm.docs.cern.ch/customize/" %} Customize the layout and adapt the styling to match your institution's. See how to do so here. {% endtrans %}
3
{{ _("Run it!") }}
{% trans deployment_link="https://inveniordm.docs.cern.ch/install/build-setup-run/#run_1" %} Run your InvenioRDM instance locally or in containers. {% endtrans %}
{{ _("Docs") }} {{ _("Code") }}

{{ _("To disable this section, add") }} THEME_SHOW_FRONTPAGE_INTRO_SECTION = False {{ _("to your invenio.cfg file.") }}