mirror of https://github.com/Squidex/squidex.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
426 B
15 lines
426 B
<div class="card card-href">
|
|
<div class="card-body">
|
|
<div class="card-image">
|
|
<img src="./images/dashboard-api.svg" />
|
|
</div>
|
|
|
|
<h4 class="card-title">
|
|
<a href="/api/content/{{app.name}}/docs" sqxExternalLink>Content API</a>
|
|
</h4>
|
|
|
|
<div class="card-text">
|
|
OpenAPI 3.0 compatible documentation for your app content.
|
|
</div>
|
|
</div>
|
|
</div>
|