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

Constant is still named pros instead of vexide and affects docs link #4

Open
mrtomblue opened this issue May 24, 2024 · 0 comments
Open

Comments

@mrtomblue
Copy link

Problem Description

When you hover or click on the API Documentation button on the home page the link is docs.rs/pros instead of docs.rs/vexide. The actual "typo" seems to be the variable in constants.ts which is used in index.astro

export const CRATE_NAME = `pros`;

href={`https://docs.rs/${CRATE_NAME}`}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant