Socket
Socket
Sign inDemoInstall

gitbook-plugin-auto-summary-ory

Package Overview
Dependencies
13
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    gitbook-plugin-auto-summary-ory

Plugin for gitbook to automate generate SUMMARY.md


Version published
Maintainers
1
Created

Readme

Source

gitbook-plugin-auto-summary

Plugin for gitbook to automate generate SUMMARY.md

Rules

  • Sorted by filename
  • Ignore files which are with prefix _
  • Pick first heading text as title
  • Parts can be defined in book.json

How to use

{
    "plugins": ["auto-summary"],
    "pluginsConfig": {
      "auto-summary": {
        "parts": { 
           "README.md": "Part I",
           "parts_2/**/*.md": "Part II"
        }      
      }
    }
}

will be


* [others](others/README.md)

## Part I

* [xxx](README.md)

## Part II

* [parts_2](parts_2/README.md)

FAQs

Last updated on 16 May 2018

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc