update book.json

This commit is contained in:
liujianhuan 2020-03-24 13:31:25 +08:00
parent b3b6e3a1d8
commit 71d9479215
1 changed files with 3 additions and 9 deletions

View File

@ -14,7 +14,6 @@
"-sharing", "-sharing",
"splitter", "splitter",
"expandable-chapters-small", "expandable-chapters-small",
"anchorjs",
"github", "github",
"github-buttons", "github-buttons",
"prism", "prism",
@ -43,14 +42,9 @@
} }
] ]
}, },
"anchorjs": { "toc": {
"selector": "h2,h3,h4,h5", "addClass": true,
"icon": "#", "className": "toc"
"placement": "right",
"visible": "always",
"class": "custom-class another-one",
"truncate": 64,
"ariaLabel": "Anchor"
} }
} }
} }