#mdbook #generate #json-api #back-end #static #title #path

bin+lib mdbook-api

mdBook backend to generate static json api

1 unstable release

0.4.0 Jun 16, 2019

#48 in #json-api

MIT license

7KB
118 lines

mdbook-api

Experimental backend for generating an api for an mdbook.

Endpoints

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

Dependencies

~14–27MB
~386K SLoC