We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
What do you want to do?
Tell us about your request.
The rendered version of the Provision Workflow API shows a substitution template as simply '$', see https://opensearch.org/docs/latest/automating-configurations/api/provision-workflow/
'$'
The intended substitution template includes curly braces, such as '${{ openai_key }}, see https://github.com/opensearch-project/documentation-website/blob/main/_automating-configurations/api/provision-workflow.md
'${{ openai_key }}
A similar error occurs on the Create Workflow API page, see https://opensearch.org/docs/latest/automating-configurations/api/create-workflow/ with markdown https://github.com/opensearch-project/documentation-website/blob/main/_automating-configurations/api/create-workflow.md
I'm guessing the quoted curly braces run afoul of some rendering magic and need to be escaped.
Version: List the OpenSearch version to which this issue applies, e.g. 2.14, 2.12--2.14, or all.
2.13--current.
The text was updated successfully, but these errors were encountered:
It looks like at least one rendered properly with
{% raw %}`${{ <value> }}`{% endraw %}
I'll get a PR up.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
What do you want to do?
Tell us about your request.
The rendered version of the Provision Workflow API shows a substitution template as simply
'$'
, see https://opensearch.org/docs/latest/automating-configurations/api/provision-workflow/The intended substitution template includes curly braces, such as
'${{ openai_key }}
, see https://github.com/opensearch-project/documentation-website/blob/main/_automating-configurations/api/provision-workflow.mdA similar error occurs on the Create Workflow API page, see https://opensearch.org/docs/latest/automating-configurations/api/create-workflow/ with markdown https://github.com/opensearch-project/documentation-website/blob/main/_automating-configurations/api/create-workflow.md
I'm guessing the quoted curly braces run afoul of some rendering magic and need to be escaped.
Version: List the OpenSearch version to which this issue applies, e.g. 2.14, 2.12--2.14, or all.
2.13--current.
The text was updated successfully, but these errors were encountered: