Skip to content

Tancy/gitbook-plugin-section

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

gitbook-plugin-section

This plugin will add table of content to the page and provide navigation function inside a page.

Add <!-- toc --> to the markdown files. When you build the book, it will insert a table of content where you insert <!-- toc -->

book.json Config:

{
	"plugins": ["section"],
	"pluginsConfig": {
		"section": {
			"addClass": true,
			"className": "tsection"
		}
	}
}

You can add this config to add a HTML ClassName to the Section ul element

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published