-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
[OAS][DOCS] Add overlays for connector config and examples #191791
Conversation
🤖 GitHub commentsExpand to view the GitHub comments
Just comment with:
|
Pinging @elastic/response-ops (Team:ResponseOps) |
a209317
to
fff1665
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
From the PR, in the /oas_docs
directory, I was able to run the following to display the rendered version:
make api-docs; make api-docs-overlay; make api-docs-overlay-preview
Looks to me like it's structurally correct - I can see various config and examples in both the serverless and non-serverless versions.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice!
💚 Build Succeeded
Metrics [docs]
History
To update your PR or re-run it, just comment with: |
💔 All backports failed
Manual backportTo create the backport manually run:
Questions ?Please refer to the Backport tool documentation |
Summary
Relates to #191679, which automated the openAPI output for connectors.
This PR creates an overlay to append some information that is missing from the automated output:
There are some other notable absences, which this PR doesn't address:
The rest of the manually-maintained files are now obsolete and are therefore removed.
The PR also adds two commands to the makefile to make it easier to preview docs locally.