Open
Conversation
Contributor
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
Member
|
Probably a good idea but lets keep the OpenAI repo working and actively maintained please. We don't want to loose those stars, forks, watchers etc. Also we don't know where its linked and indexed. |
| @@ -0,0 +1,340 @@ | |||
| # Changelog | |||
Member
There was a problem hiding this comment.
We should only have 1 changelog - let's either not merge this in, or try to reconcile the updates with our existing changelog page
shirgoldbird
requested changes
Apr 24, 2026
Member
shirgoldbird
left a comment
There was a problem hiding this comment.
A few minor things. Can you also update the link in the sidebar (docs.json) to point to the new spec?
This file contains hidden or 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
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.
Merges the separate
DeepLcom/openapirepo into api-docs so the API specs, theirJSON artifacts, and the prose docs all live in one place.
LICENSE,SECURITY.md,CHANGELOG.md— brought over from the openapirepo (CHANGELOG is the full history, unchanged).
README.mdcombinedapi-reference/openapi.jsonandapi-reference/voice/voice.asyncapi.json—JSON artifacts that JSON-consuming tooling (Postman imports, codegen) relied on
in the old repo.
.github/workflows/update_openapi_json.yml— CI that regenerates the twoJSON files from their YAML sources on any PR touching the YAML and commits the
result back. Uses
yq, no Python dependency..mintignore— excludes the generated JSON from Mintlify rendering..gitattributes— enforces LF line endings repo-wide so Windowscontributors don't introduce CRLF diffs.