update book.json

This commit is contained in:
liujianhuan 2020-03-24 13:26:50 +08:00
parent a3364a6447
commit b3b6e3a1d8
1 changed files with 10 additions and 1 deletions

View File

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