gitbook-plugin-auto-summary-follow

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

Usage no npm install needed!

<script type="module">
  import gitbookPluginAutoSummaryFollow from 'https://cdn.skypack.dev/gitbook-plugin-auto-summary-follow';
</script>

README

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