starlight-openapi
starlight-openapi copied to clipboard
Starlight plugin to generate documentation from OpenAPI/Swagger specifications
### Describe the bug When trying to navigate to most of my generated swagger, it fails on the 3rd generated endpoint on the build.  This is both when trying...
### Is your feature request related to a problem? I need to write a documentation in two languages, starlight have by default this support and works great; however the autogenerated...
### Is your feature request related to a problem? When attempting to style the generated html I found it difficult to target certain elements. It would be great if more...
### Describe the bug When I try to build a schema which includes recursion the process hangs. ### To Reproduce Build the following schema: ``` { "openapi": "3.1.0", "info": {...
### Describe the bug Node crashes when there is a recursion from array elements. For example: ``` Category: type: object required: - id - name properties: id: type: integer format:...
### Is your feature request related to a problem? The first thing I tend to look for when using a new API is an example of a request. I will...
### Is your feature request related to a problem? This feature request might also be related to [issue #43](https://github.com/HiDeoo/starlight-openapi/issues/43) in the repository. starlight-openapi like Swagger UI or Redocly automatically generate...
### Is your feature request related to a problem? ## Current Functionality The starlight-openapi plugin currently provides excellent OpenAPI documentation integration for Starlight sites, but offers limited UI customization options...
### Describe the bug There is some way to disable the pre-render when using this plugin? I am using an authentication middleware on my documentation, and would like to block...
### Describe the bug The openapi pages do not include next or previous navigation links in the bottom bar. ### To Reproduce 1. Go to https://starlight-openapi.vercel.app/resources/starlight/ 2. Click on Plugins...