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

Bad documentation link in Cargo.toml #55

Open
asomers opened this issue Aug 19, 2024 · 3 comments
Open

Bad documentation link in Cargo.toml #55

asomers opened this issue Aug 19, 2024 · 3 comments

Comments

@asomers
Copy link
Collaborator

asomers commented Aug 19, 2024

Since fuse-ufs is a binary crate, there's no library for docs.rs to document. Instead this link, if present, should point to a man page.

documentation = "https://docs.rs/fuse-ufs"

@realchonk
Copy link
Owner

realchonk commented Aug 19, 2024

I'd generate an HTML version of the man page and regularly (cronjob) publish it on my website.
Would this be an ok solution?

@asomers
Copy link
Collaborator Author

asomers commented Aug 19, 2024

Yeah, that would suffice. You can probably also make use of a github deployment to publish it on pages.github.io .

@realchonk
Copy link
Owner

nah, I have my own infrastructure at home™ and I want to use it.

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

2 participants