fix: adds title to public-api docs (#2573)

pull/2574/head^2
Agusti Fernandez 2022-04-21 22:46:37 +02:00 committed by GitHub
parent 8bc5a75249
commit 02f68b104b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -1,9 +1,11 @@
import Bleed from 'nextra-theme-docs/bleed'
import Head from "next/head";
<Bleed full>
<Head><title>Public API | Cal.com</title></Head>
<iframe src="https://developer.cal.com"
width="100%"
height="900px"
title="Swagger UI - Cal.com Public API"
title="Public API | Cal.com"
></iframe>
</Bleed>