#mdbook #directory-structure #summary #md #generate #automatic #sorting

app mdbook-summary-generate

A mdbook preprocessor to generate SUMMARY.md from a directory structure

3 releases

0.1.2 Nov 29, 2023
0.1.1 Nov 28, 2023
0.1.0 Nov 28, 2023

#320 in Filesystem

Download history 4/week @ 2024-02-16 17/week @ 2024-02-23 9/week @ 2024-03-01 45/week @ 2024-03-29 14/week @ 2024-04-05

59 downloads per month

MIT license

19KB
281 lines

General

Automatically generates the SUMMARY.md file for the mdbook based on the file system path

order

  1. The directory name pattern is: {type_name }_{ file_name}.
  2. The sort field is type_name,file_name. The order is alphabetical
  3. All can start with numbers to determine the directory order, and numbers will be removed during display.

Dependencies

~11–23MB
~321K SLoC