9623e4d326
* Use mdbook for building the book * Update book config * Update book hierarchy to work properly with mdbook This necessitated adding place-holder index pages since mdbook does not suppoert stand-alon menu items * Update tests to use 2018 edition * Fix various compilation errors in the tests
11 lines
277 B
TOML
11 lines
277 B
TOML
[book]
|
|
title = "Juniper - GraphQL Server for Rust"
|
|
description = "Documentation for juniper, a GraphQL server library for Rust."
|
|
src = "content"
|
|
|
|
[build]
|
|
build-dir = "_rendered"
|
|
create-missing = false
|
|
|
|
[output.html]
|
|
git_repository_url = "https://github.com/graphql-rs/juniper"
|