mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
Change toc configuration
This commit is contained in:
parent
78dca9ef0a
commit
1f10b97945
1 changed files with 6 additions and 6 deletions
|
|
@ -3,12 +3,12 @@
|
|||
$.fn.toc = function(options) {
|
||||
var defaults = {
|
||||
noBackToTopLinks: false,
|
||||
title: '<i>Jump to...</i>',
|
||||
minimumHeaders: 3,
|
||||
headers: 'h1, h2, h3, h4, h5, h6',
|
||||
listType: 'ol', // values: [ol|ul]
|
||||
showEffect: 'show', // values: [show|slideDown|fadeIn|none]
|
||||
showSpeed: 'slow', // set to 0 to deactivate effect
|
||||
title: '<i></i>',
|
||||
minimumHeaders: 2,
|
||||
headers: 'h2, h3',
|
||||
listType: 'ul', // values: [ol|ul]
|
||||
showEffect: 'none', // values: [show|slideDown|fadeIn|none]
|
||||
showSpeed: '0', // set to 0 to deactivate effect
|
||||
classes: { list: '',
|
||||
item: ''
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue