mdBook后端生成静态JSON API
作者:Rachel Brindle
#47 in #json-api
7KB 118 行
用于生成mdbook API的实验性后端。
/api/v1/chapters
JSONChapter
{path: String, title: String, subchapters: [JSONChapter]}
~14–26MB ~381K SLoC