mdbook-api 0.4.0

mdBook backend to generate static json api
Documentation
1
2
3
4
5
6
7
# mdbook-api

Experimental backend for generating an api for an mdbook.

## Endpoints

- `/api/v1/chapters` is a list of `JSONChapter`s. A `JSONChapter` is defined as: `{path: String, title: String, subchapters: [JSONChapter]}`.