3.1.2 • Published 7 years ago

gitbook-plugin-section-numbering v3.1.2

Weekly downloads
7
License
MIT
Repository
github
Last release
7 years ago

Automatic Section Numbering in Gitbook Sidebar

This plugin will take a SUMMARY.md that you've already written and add section numbers in the generated Gitbook's sidebar.

For example, given this SUMMARY.md file:

# Table of Contents
* [Read Me](/README.md)
* [Introduction](/introduction/README.md)
  * [Motivation](/introduction/Motivation.md)
  * [Getting Started](/introduction/Getting_Started.md)
* [Tutorial](/tutorial/README.md)
  * [Simple Widgets](/tutorial/Simple_Widgets.md)
  * [Interact](/tutorial/Interact.md)

This plugin will generate:

# Table of Contents
* [1. Read Me](/README.md)
* [2. Introduction](/introduction/README.md)
  * [2.1 Motivation](/introduction/Motivation.md)
  * [2.2 Getting Started](/introduction/Getting_Started.md)
* [3. Tutorial](/tutorial/README.md)
  * [3.1 Simple Widgets](/tutorial/Simple_Widgets.md)
  * [3.2 Interact](/tutorial/Interact.md)
3.1.2

7 years ago

3.1.1

7 years ago

3.1.0

7 years ago

3.0.0

7 years ago

2.1.4

7 years ago

2.1.3

7 years ago

2.1.2

7 years ago

2.1.1

7 years ago

2.1.0

7 years ago

2.0.0

7 years ago

1.0.0

7 years ago