fix: adds title to public-api docs (#2573)
parent
8bc5a75249
commit
02f68b104b
|
@ -1,9 +1,11 @@
|
||||||
import Bleed from 'nextra-theme-docs/bleed'
|
import Bleed from 'nextra-theme-docs/bleed'
|
||||||
|
import Head from "next/head";
|
||||||
|
|
||||||
<Bleed full>
|
<Bleed full>
|
||||||
|
<Head><title>Public API | Cal.com</title></Head>
|
||||||
<iframe src="https://developer.cal.com"
|
<iframe src="https://developer.cal.com"
|
||||||
width="100%"
|
width="100%"
|
||||||
height="900px"
|
height="900px"
|
||||||
title="Swagger UI - Cal.com Public API"
|
title="Public API | Cal.com"
|
||||||
></iframe>
|
></iframe>
|
||||||
</Bleed>
|
</Bleed>
|
||||||
|
|
Loading…
Reference in New Issue