Skip to content

Info and Servers

You can use the OAInfo and OAServers components to display the OpenAPI info and servers.

If you have configured the OpenAPI Specification using the useOpenapi composable in your .vitepress/theme/index.[js,ts] file, you can just use the OAInfo and OAServers components in any Markdown file.

markdown
<OAInfo />

<OAServers />