Description of problem:
In documentation of RHV API, the placeholders are not rendered.
I could find at least these two:
{product-name}
{engine-name}
Version-Release number of selected component (if applicable):
rhv-release-4.1.1-6-001.noarch.rpm
How reproducible:
Install engine and access API documentation from browser.
Steps to Reproduce:
1. Install engine
2. Access API doc from browser https://{YOUR_ENGINE}/ovirt-engine/api/model.html#_basic_authentication
3. Read doc and note that you can read {product-name} in the text instead of RHV
Actual results:
I can read following text in the doc:
Basic authentication is supported only for backwards compatibility; it is deprecated since version 4.0 of {product-name}, and will be removed in the future.
Expected results:
I would like to read RHV instead of {product-name}
Basic authentication is supported only for backwards compatibility; it is deprecated since version 4.0 of RHV, and will be removed in the future.
Additional info:
The proposed patch should fix this issue.
Note that /ovirt-engine/api/model is deprecated in 4.1, use /ovirt-engine/apidoc instead, it doesn't require authentication and provides the same information, without this issue.
I suggest to fix this for 4.1.2.
I can confirm that I don't see this issue in the document we published to the Customer Portal, so I don't think there is anything to do on the documentation team's side.
Description of problem: In documentation of RHV API, the placeholders are not rendered. I could find at least these two: {product-name} {engine-name} Version-Release number of selected component (if applicable): rhv-release-4.1.1-6-001.noarch.rpm How reproducible: Install engine and access API documentation from browser. Steps to Reproduce: 1. Install engine 2. Access API doc from browser https://{YOUR_ENGINE}/ovirt-engine/api/model.html#_basic_authentication 3. Read doc and note that you can read {product-name} in the text instead of RHV Actual results: I can read following text in the doc: Basic authentication is supported only for backwards compatibility; it is deprecated since version 4.0 of {product-name}, and will be removed in the future. Expected results: I would like to read RHV instead of {product-name} Basic authentication is supported only for backwards compatibility; it is deprecated since version 4.0 of RHV, and will be removed in the future. Additional info: