1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
|
<div class="md-copyright">
{% if config.copyright %}
<div class="md-copyright__highlight">
{{ config.copyright }}
</div>
<a href="{{ config.repo_url }}/blob/main/LICENSE">Apache-2.0 LICENSE</a>
{% endif %}
</div>
<div class="md-copyright">
<a href="https://squidfunk.github.io/mkdocs-material/" target="_blank" rel="noopener">Made with Material for MkDocs</a>
| <a href="https://www.networktocode.com/community/" target="_blank" rel="noopener">Join Network to Code Slack</a>
{% if config.extra.ntc_sponsor == true %}
| <a href="https://networktocode.com" target="_blank" rel="noopener">Sponsored by <img
src={{ "assets/networktocode_bw.png" | url }} class="copyright-logo"></a>
{% endif %}
</div>
<!-- RTD version flyout injected on live site -->
<div id="readthedocs-embed-flyout"></div>
|