-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: add support for rendering open-api specification exports within vuepress #109
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
✅ Deploy Preview for myparcel-developer-portal ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
FreekVR
changed the title
Int 407 openapi spec generated documentations
feat: add support for rendering open-api specification exports within vuepress
Apr 4, 2024
myparcel-bot
bot
force-pushed
the
INT-407-openapi-spec-generated-documentations
branch
from
April 5, 2024 11:55
6b96fda
to
59e9e6d
Compare
FreekVR
force-pushed
the
INT-407-openapi-spec-generated-documentations
branch
2 times, most recently
from
April 10, 2024 11:20
4539476
to
6f60b62
Compare
closes INT-407
…ture closes INT-407
…rmation for open-api closes INT-407
improves display of the path/method and adds placeholder security details closes INT-407
adds support to resolve $ref references to paths within the document INT-407
…response tables INT-407
…or OpenAPI type guards INT-407
…wn pages adds a plugin to render json openapi files from a directory into individual pages within vuepress, with each path within as a chapter INT-407
…n files from a local directory INT-407
myparcel-bot
bot
force-pushed
the
INT-407-openapi-spec-generated-documentations
branch
from
April 15, 2024 11:24
85f5292
to
e20531f
Compare
joerivanveen
approved these changes
Apr 18, 2024
Cysword
requested changes
Apr 19, 2024
src/.vuepress/theme/client/components/global/OpenApiOperation.vue
Outdated
Show resolved
Hide resolved
src/.vuepress/theme/client/components/global/OpenApiOperation.vue
Outdated
Show resolved
Hide resolved
src/.vuepress/theme/client/components/global/OpenApiRequestParam.vue
Outdated
Show resolved
Hide resolved
src/.vuepress/theme/client/components/global/OpenApiResponses.vue
Outdated
Show resolved
Hide resolved
src/.vuepress/theme/client/components/global/OpenApiSecurityRequirements.vue
Outdated
Show resolved
Hide resolved
src/.vuepress/theme/client/components/global/OpenApiServers.vue
Outdated
Show resolved
Hide resolved
src/.vuepress/theme/client/components/global/OpenApiSchemaInfo.vue
Outdated
Show resolved
Hide resolved
src/.vuepress/theme/client/components/global/OpenApiSchemaInfo.vue
Outdated
Show resolved
Hide resolved
mknijnenberg
requested changes
Apr 19, 2024
src/.vuepress/theme/client/components/global/OpenApiExample.vue
Outdated
Show resolved
Hide resolved
src/.vuepress/theme/client/components/global/OpenApiRequestParam.vue
Outdated
Show resolved
Hide resolved
…eration` component
Cysword
requested changes
Apr 22, 2024
src/.vuepress/theme/client/components/global/OpenApiSchemaInfo.vue
Outdated
Show resolved
Hide resolved
src/.vuepress/theme/client/components/global/OpenApiResponses.vue
Outdated
Show resolved
Hide resolved
Cysword
approved these changes
Apr 23, 2024
mknijnenberg
requested changes
Apr 23, 2024
mknijnenberg
approved these changes
Apr 24, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Adds support to render Open API specced datasets within vuepress.
Fixes INT-407