elements
elements copied to clipboard
Build beautiful, interactive API Docs with embeddable React or Web Components, powered by OpenAPI and Markdown.
# Elements Default PR Template In general, make sure you have: (check the boxes to acknowledge you've followed this template) - [X] Read [`CONTRIBUTING.md`](../CONTRIBUTING.md) #### Other Available PR Templates: -...
This PR adds ability to order operations programmatically. **The problem** Currently, Stoplight Elements renders operations in order they are defined in the OpenAPI document. However, you may want to order...
## Context We are embedding Stoplight into a larger documentation site and using the `router=hash` option to control routing (since the larger documentation site has its own routing engine). We...
# Elements Default PR Template In general, make sure you have: (check the boxes to acknowledge you've followed this template) - [ x] Read [`CONTRIBUTING.md`](../CONTRIBUTING.md) ### Summary This PR enhances...
Stoplight supports "deprecated" badge near the title of the endpoint. An issue I am facing now is that the "sidebar" layout makes it hard to get quick glance over what...
We're using this library in a Next.js project. After upgrading to the latest Next.js version (v15), we also updated to React 19 since this is now the minimum required version....
## Context This bug prevents users from navigating API documentation when using Stoplight Elements v9.x with `router="hash"` in web component contexts (particularly when embedded in other SPA frameworks like VitePress)....
When creating mask that refs another mask, the preview of the edit page works well, however the Docs page is not able to render the nested mask json. Also, the...
# Elements Default PR Template In general, make sure you have: (check the boxes to acknowledge you've followed this template) - [x] Read [`CONTRIBUTING.md`](../CONTRIBUTING.md) #### Other Available PR Templates: -...
## Context Using with Next.js v14.2.24 throws warning "Legacy context API has been detected within a strict-mode tree" ## Current Behavior  ## Expected Behavior No errors/warnings ## Possible Solution(s)...