starlight-openapi icon indicating copy to clipboard operation
starlight-openapi copied to clipboard

Starlight plugin to generate documentation from OpenAPI/Swagger specifications

Results 10 starlight-openapi issues
Sort by recently updated
recently updated
newest added

### Describe the bug When trying to navigate to most of my generated swagger, it fails on the 3rd generated endpoint on the build. ![image](https://github.com/HiDeoo/starlight-openapi/assets/42422504/25371288-7860-4e1e-8398-fd8935c660aa) This is both when trying...

needs-reproduction

### 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...

enhancement

### 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...

enhancement

### 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": {...

enhancement

### 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...

enhancement

### 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...

enhancement

### 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...

enhancement

### 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...

enhancement

### 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...

enhancement