graphprotocol / research

Research, proposals, papers, and specs
48 stars 9 forks source link

Initial support for mdBook #94

Closed leoyvens closed 5 years ago

leoyvens commented 5 years ago

Can be built locally by running cargo install mdbook and then mdbook build inside specs.

To continuously deploy the book, someone with the appropriate GitHub and Travis permissions needs to follow this https://rust-lang-nursery.github.io/mdBook/continuous-integration.html.

Jannis commented 5 years ago

Nice! Tried it locally without any problems. Once merged, I can set up GitHub pages for this.

leoyvens commented 5 years ago

@Jannis awesome!