mdbook-api
Experimental backend for generating an api for an mdbook.
Endpoints
/api/v1/chaptersis a list ofJSONChapters. AJSONChapteris defined as:{path: String, title: String, subchapters: [JSONChapter]}.
Experimental backend for generating an api for an mdbook.
/api/v1/chapters is a list of JSONChapters. A JSONChapter is defined as: {path: String, title: String, subchapters: [JSONChapter]}.