mirror of
https://github.com/Redocly/redoc.git
synced 2024-11-24 01:23:43 +03:00
Merge commit 'a5e4e2aeaa23d7df50fbacf8a23684c4ee577260' into releases
This commit is contained in:
commit
a440f8dacb
|
@ -2,7 +2,7 @@
|
||||||
<h1>{{info.title}} <span class="api-info-version">({{info.version}})</span></h1>
|
<h1>{{info.title}} <span class="api-info-version">({{info.version}})</span></h1>
|
||||||
<p class="download-openapi" *ngIf="specUrl">
|
<p class="download-openapi" *ngIf="specUrl">
|
||||||
Download OpenAPI specification:
|
Download OpenAPI specification:
|
||||||
<a class="openapi-button" [attr.download]="downloadFilename" target="_blank" [attr.href]="specUrl"> Download </a>
|
<a class="openapi-button" [attr.download]="downloadFilename" [attr.href]="specUrl"> Download </a>
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
<!-- TODO: create separate components for contact and license ? -->
|
<!-- TODO: create separate components for contact and license ? -->
|
||||||
|
|
|
@ -11,7 +11,7 @@
|
||||||
</div>
|
</div>
|
||||||
</ng-template>
|
</ng-template>
|
||||||
|
|
||||||
<tabs *ngIf="xmlSample; else jsonSnippet">
|
<tabs *ngIf="xmlSample || textSample; else jsonSnippet">
|
||||||
<tab tabTitle="JSON" *ngIf="sample">
|
<tab tabTitle="JSON" *ngIf="sample">
|
||||||
<ng-container *ngTemplateOutlet="jsonSnippet"></ng-container>
|
<ng-container *ngTemplateOutlet="jsonSnippet"></ng-container>
|
||||||
</tab>
|
</tab>
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "redoc",
|
"name": "redoc",
|
||||||
"description": "Swagger-generated API Reference Documentation",
|
"description": "Swagger-generated API Reference Documentation",
|
||||||
"version": "1.19.1",
|
"version": "1.19.2",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "git://github.com/Rebilly/ReDoc"
|
"url": "git://github.com/Rebilly/ReDoc"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user