[UI][Swagger] Update link to API Introduction section

This commit is contained in:
Kevin Kaniaburka 2023-04-21 18:42:45 +02:00
parent fc3b8ea90d
commit 7a3e23d1af
No known key found for this signature in database
GPG key ID: 8DB4C54474F3FD72

View file

@ -51,7 +51,7 @@
</svg>
<header>
<a id="logo" href="https://api-platform.com"><img src="{{ asset('bundles/apiplatform/logo-header.svg') }}" alt="API Platform"></a>
<a href="https://docs.sylius.com/en/latest/api/unified_api/introduction.html">
<a href="https://docs.sylius.com/en/latest/book/api/introduction.html">
<div style="align-items: center; display: flex; height: 70px; font-size: 14px; color: #fff; font-weight: 700; font-family: sans-serif; padding: 10px 40px; position: fixed; top: 0; left: 0; background: #ed6a5a; z-index: 103;"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-alert-circle" style="margin-right: 10px;"><circle cx="12" cy="12" r="10"></circle><line x1="12" y1="8" x2="12" y2="12"></line><line x1="12" y1="16" x2="12.01" y2="16"></line></svg>EXPERIMENTAL</div>
</a>
</header>