-
Notifications
You must be signed in to change notification settings - Fork 14
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
docs(java): installation guide APIC-419 #481
Conversation
✅ Deploy Preview for api-clients-automation canceled.
|
✗ The generated branch has been deleted.If the PR has been merged, you can check the generated code on the |
The highlight might be a theme issue because it works on the official Docusaurus doc: https://docusaurus.io/docs/markdown-features/code-blocks#multi-language-support-code-blocks |
Even with the light client there is nothing, and there is no mention of it in the redocly doc |
); | ||
``` | ||
|
||
Or use a completely different client and specify a region: |
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.
Or use a completely different client and specify a region: | |
Or use a completely different client (some clients might require a `region` parameter): |
My review comment is not there D: "Thanks for the doc :D"
This part is handled by Docusaurus, I believe Java should work once #481 (comment) is fixed |
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.
Thanks!!
.github/actions/setup/action.yml
Outdated
@@ -87,12 +87,12 @@ runs: | |||
id: gen-matrix | |||
shell: bash | |||
run: | | |||
if [[ steps.diff.outputs.JS_ALGOLIASEARCH_CHANGED > 0 ]]; then | |||
if [[ $ {{ steps.diff.outputs.JS_ALGOLIASEARCH_CHANGED }} > 0 ]]; then |
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.
Oops...
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.
ahah I will never understand when the brackets are needed
🧭 What and Why
🎟 JIRA Ticket: APIC-419
Write the installation guide for java.
The syntax highlighting is not working for java and php for some reasons.
🧪 Test
Netlify