0.0.1 • Published 6 years ago

gitbook-plugin-auto-summary-follow v0.0.1

Weekly downloads
3
License
-
Repository
-
Last release
6 years ago

gitbook-plugin-auto-summary-follow

Plugin for gitbook to automate generate SUMMARY.md with file and folder ,modified plugin gitbook-plugin-auto-summary

Rules

  • Sorted by filename and folder
  • Ignore files which are with prefix _
  • Pick first heading text as title
  • Pick first heading text as title that contains '##' as depart

How to use

{
    "plugins": ["auto-summary-follow"]
}