Skip to content
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

Fix rust api docs #119

Merged
merged 1 commit into from
May 15, 2024
Merged

Conversation

benfred
Copy link
Member

@benfred benfred commented May 15, 2024

The rust api docs on docs.rapids.ai are deployed to https://docs.rapids.ai/api/cuvs/nightly/rust_api/index.html but the relative link in the iframe was assuming that these were at https://docs.rapids.ai/api/cuvs/nightly/rust_api.html. (There seems to be some difference in the url structure depending on whether you build locally or not)

Fix by forcing the url structure to always be rust_api/index.html

The rust api docs on docs.rapids.ai are deployed to
https://docs.rapids.ai/api/cuvs/nightly/rust_api/index.html
but the relative link in the iframe was assuming that these were
at  https://docs.rapids.ai/api/cuvs/nightly/rust_api.html.
(There seems to be some difference in the url structure depending on whether
you build locally or not)

Fix by forcing the url structure to always be `rust_api/index.html`
@benfred benfred requested a review from a team as a code owner May 15, 2024 00:46
@benfred benfred added improvement Improves an existing functionality non-breaking Introduces a non-breaking change labels May 15, 2024
@benfred
Copy link
Member Author

benfred commented May 15, 2024

/merge

@rapids-bot rapids-bot bot merged commit 55e60ff into rapidsai:branch-24.06 May 15, 2024
54 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
improvement Improves an existing functionality non-breaking Introduces a non-breaking change
Projects
Development

Successfully merging this pull request may close these issues.

None yet

2 participants