mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-14 01:41:22 -06:00
19 lines
497 B
HTML
19 lines
497 B
HTML
<div class="md-copyright">
|
||
{% if config.copyright %}
|
||
<div class="md-copyright__highlight">
|
||
{{ config.copyright }}
|
||
</div>
|
||
{% endif %}
|
||
{% if not config.extra.generator == false %}
|
||
Made with
|
||
<a href="https://squidfunk.github.io/mkdocs-material/" target="_blank" rel="noopener">
|
||
Material for MkDocs
|
||
</a>
|
||
{% endif %}
|
||
</div>
|
||
{% if not config.extra.build_public %}
|
||
<div class="md-copyright">
|
||
ℹ️ Documentation is being served locally
|
||
</div>
|
||
{% endif %}
|