Closed enzonotario closed 1 month ago
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Name | Status | Preview | Comments | Updated (UTC) |
---|---|---|---|---|
vitepress-openapi | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | Oct 13, 2024 5:37pm |
The pull request includes several changes primarily focused on updating the VitePress documentation and OpenAPI specification. The sidebar configuration has been modified by removing the "Scalar Galaxy" entry. The OpenAPI specification has been overhauled to reflect a new theme centered on "Argentine Rock Legends," including updates to the title, description, contact information, server URL, and paths. Additionally, modifications to the tryIt
function in the OATryItButton.vue
component enhance fetch request headers and error handling.
File Path | Change Summary |
---|---|
dev/.vitepress/config.ts | Removed sidebar entry for "Scalar Galaxy." |
docs/public/openapi.json | Overhauled OpenAPI spec to focus on "Argentine Rock Legends," updating title, description, and paths. |
src/components/Try/OATryItButton.vue | Enhanced headers configuration in tryIt function for fetch requests. |
src/components/Try/OATryWithVariables.vue | Simplified logic for setting Content-Type header in curl computed property. |
src/components/Playground/OAPlaygroundParameters.vue | Refactored initialization of variables object using getExample function. |
dev/multiple-specs.md | Updated operation ID in <OAOperation> component from "getAllData" to "getAllArtists." |
docs/customizations/operation-badges.md | Updated operation ID in examples from "getAllData" to "getAllArtists." |
docs/index.md | Updated link for "Example" action from /example/operations/getAllData to /example/operations/getAllArtists . |
docs/layouts/custom-slots.md | Updated operationId prop in OAOperation component from "getAllData" to "getAllArtists." |
docs/layouts/multiple-specs.md | Updated operation ID in examples from "getAllData" to "getAllArtists." |
docs/public/openapi-argentinadatos.json | Updated API description and added "contadoconliqui" option in path parameters. |
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
pnpm add https://pkg.pr.new/vitepress-openapi@87
pnpm add https://pkg.pr.new/vitepress-openapi@87
commit: 92a43d6
Description
hr
line after every OperationRelated issues/external references
Types of changes