GitXplorerGitXplorer
y

mdbook-api

public
1 stars
0 forks
0 issues

Commits

List of commits on branch main.
Unverified
3c9a0e6dfbab4f32a88b50225e3e78318d18ae9b

Update dependencies

yyounata committed 3 years ago
Unverified
7e31f682c5a11b7a307898a1822bf74d1cdb7250

Include the mdbook-epub backend as well

yyounata committed 5 years ago
Unverified
ee26bc5193d74b2fbe7c5273e313b4711fa77485

book.json should include path to md source and converted html source

yyounata committed 6 years ago
Unverified
a82f80b077e76b55d24ccbde3418d4ed9e120438

Minor bugfix

yyounata committed 6 years ago
Unverified
c3b91667a0dcc8610ccfcb555af31057bde00f55

Add license and description

yyounata committed 6 years ago
Unverified
607de04506eab28691fee1d59260254ad37b6edb

Export raw markdown files

yyounata committed 6 years ago

README

The README file for this repository.

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