{% if page.previous_page or page.next_page %}
{% if page.previous_page %}
{% include ".icons/material/arrow-left.svg" %}
{{ lang.t("footer.previous") }} {{ page.previous_page.title }}
{% endif %} {% if page.next_page %}
{{ lang.t("footer.next") }} {{ page.next_page.title }}
{% include ".icons/material/arrow-right.svg" %}
{% endif %}
{% endif %}
Made with Material for MkDocs
Copyright © 2021 Eclipse Foundation
Privacy policy
Terms of use
Copyright
Legal
Report a safety or security vulnerability
Sponsored by



{% include ".icons/material/github.svg" %}
{% include ".icons/material/chat.svg" %}
{% include ".icons/material/calendar.svg" %}
{% include ".icons/material/email-multiple.svg" %}