Files
fastapi/docs/en/overrides/partials/copyright.html
2026-05-19 19:40:41 +02:00

12 lines
415 B
HTML

<div class="md-copyright">
<div class="md-copyright__highlight">
The FastAPI trademark is owned by <a href="https://tiangolo.com" target="_blank">@tiangolo</a> and is registered in the US and across other regions
</div>
{% if not config.extra.generator == false %}
Made with
<a href="https://zensical.org" target="_blank" rel="noopener">
Zensical
</a>
{% endif %}
</div>