(no title)
Kolja | 3 years ago
[1]: https://rust-lang.github.io/mdBook/ – the website itself is a demo of the sites produced by mdbook.
Kolja | 3 years ago
[1]: https://rust-lang.github.io/mdBook/ – the website itself is a demo of the sites produced by mdbook.
slorber|3 years ago
https://docusaurus.io/docs/api/plugins/@docusaurus/plugin-pw...
We'll look into more "offline supports" in the future including producing pdf files etc (it already exists but as community plugins)
Kolja|3 years ago
I had tried to find a tool that would be simple, quick to use, and as close to a static HTML page as possible while still retaining a "book" character. Even a Vimwiki HTML export would have been an option, were Vimwiki's Markdown support better. Mdbooks fit the bill, and does not seem to stray too much from that initial direction, as far as I can tell.
fluidcruft|3 years ago
slorber|3 years ago
We are willing to include Rust in Docusaurus in the future (alongside Node.js), as it can help to build the static doc site faster. BTW our docusaurus prod site (docusaurus.io) is built using swc already (https://swc.rs/)
Now using a 100% Rust tool to build a doc site would be great too, but at the end of the day if you want a great experience you'll also need some JS and not just plain static HTML files. And Rust devs are more likely less "frontend-y" (I've been a backend Scala dev 10 years ago, I know how good looking UIs are produced by backend devs ^^). So I guess a combination of Node.js + Rust is great, and the frontend community that care about UI/UX is more likely to contribute to the JS side to polish things.
Kolja|3 years ago