crate-ci/azure-pipelines

Add example to publish crate documentation using Azure pipeline

shuwens opened this issue · 5 comments

I have tried to use Azure pipeline but it didn't work.

epage commented

I'm curious, what is your use case for publishing documentation outside of what docs.rs provides?

@epage Yeah, my situation is a bit weird. I am working on a research prototype (NetBricks) that it is no longer maintained. I don't think I should publish the project on doc.rs since I am not the owner of it.

epage commented

Interesting. The sad thing is we are becoming so reliant on docs.rs, as a community, that efforts to help publish documentation on our own have been disappearing. For example, support for it in cargo-release was deprecated and then removed. Because of that, I'm also a bit unsure of the value of us maintaining documentation for the proces.

@epage I have found out that the wasm-bindgen still uses azure pipeline for generating docs. One other use case could be that the developers want to host a separate doc page which enables documentation for private fields etc.

Closed, other people can take a look at rust-azure-pipelines