rust-lang / rust-guidelines

This repository has moved
181 stars 30 forks source link

move from gitbook to something homegrown #17

Closed aturon closed 10 years ago

aturon commented 10 years ago

We'd prefer not to depend on node.js and the gitbook infrastructure. It should be pretty easy to wrap or extend rustdoc with support for the basic gitbook features used by the guidelines.

nixpulvis commented 10 years ago

Maybe talk to the guys over at https://github.com/japaric/rust-by-example, who knows maybe a consistent shell could be made.

aturon commented 10 years ago

I've written a tiny version of gitbook in Rust: rustbook, which works on top of rustdoc (and thus uses the same styling, syntax, etc.) For now, the tool only allows you to render the book, but I plan to add testing soon.

nixpulvis commented 10 years ago

:100: :fireworks:

nathantypanski commented 10 years ago

:dancer: