mdbook-api 0.4.0

mdBook backend to generate static json api
Documentation

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]}.