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
The generated documentation (generated by apidoc:generate) does not render links between packages. For example https://influxdata.github.io/influxdb-client-js/influxdb-client-apis.authorizationsapi._constructor_.html now renders
| Parameter | Type | Description | | influxDB | InfluxDB | an instance that knows how to communicate with InfluxDB server |
But it should render a link to InfluxDB type:
InfluxDB
Links to influxdb-client-js identifiers are rendered as valid HTML achors.
Links to influxdb-client-js identifiers are rendered only as a text.
The text was updated successfully, but these errors were encountered:
sranka
Successfully merging a pull request may close this issue.
Specifications
Code sample to reproduce the problem
The generated documentation (generated by apidoc:generate) does not render links between packages. For example
https://influxdata.github.io/influxdb-client-js/influxdb-client-apis.authorizationsapi._constructor_.html now renders
| Parameter | Type | Description |
| influxDB | InfluxDB | an instance that knows how to communicate with InfluxDB server |
But it should render a link to
InfluxDB
type:| Parameter | Type | Description |
| influxDB | InfluxDB | an instance that knows how to communicate with InfluxDB server |
Expected behavior
Links to influxdb-client-js identifiers are rendered as valid HTML achors.
Actual behavior
Links to influxdb-client-js identifiers are rendered only as a text.
The text was updated successfully, but these errors were encountered: