1 unstable release
0.4.0 | Jun 16, 2019 |
---|
#47 in #json-api
7KB
118 lines
mdbook-api
Experimental backend for generating an api for an mdbook.
Endpoints
/api/v1/chapters
is a list ofJSONChapter
s. AJSONChapter
is defined as:{path: String, title: String, subchapters: [JSONChapter]}
.
Dependencies
~14–26MB
~381K SLoC