UNPKG

gitbook-plugin-anchor-navigation-ex-toc

Version:

Supports two navigation mode, title, anchor effect is the default theme, style, follow the website

84 lines (83 loc) 2.28 kB
{ "name": "gitbook-plugin-anchor-navigation-ex-toc", "version": "0.0.11", "description": "Supports two navigation mode, title, anchor effect is the default theme, style, follow the website", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "https://gitee.com/yangjinjie/gitbook-plugin-anchor-navigation-ex-toc" }, "keywords": [ "gitbook", "plugin", "anchor-navigation-ex", "anchor-navigation-ex-toc", "ex" ], "author": "zhuqiang,yuan1994", "license": "GPL-3.0", "bugs": { "url": "https://github.com/zq99299/gitbook-plugin-anchor-navigation-ex/issues" }, "homepage": "https://gitee.com/yangjinjie/gitbook-plugin-anchor-navigation-ex-toc#readme", "dependencies": { "cheerio": "*", "github-slugid": "1.0.1", "colors": "^1.1.2" }, "engines": { "gitbook": ">=3.0.0" }, "gitbook": { "properties": { "showLevel": { "type": "boolean", "default": true, "title": "是否为标题增加锚点效果并显示序号" }, "associatedWithSummary": { "type": "boolean", "default": true, "title": "是否与官方默认主题summary目录生成的序号相关联" }, "mode": { "type": "string", "default": "float", "title": "导航模式" }, "printLog":{ "type": "boolean", "default": false, "title": "是否打印处理进度日志,方便排错" }, "multipleH1":{ "type": "boolean", "default": true, "title": "false:去掉每页开头H1标题被重写成1. xxx(如果您的md文档遵循一个md文件只有一个H1标题的话)" }, "float": { "type": "object", "default": { "showLevelIcon": false, "level1Icon": "", "level2Icon": "", "level3Icon": "" }, "title": "浮动右侧导航模式" }, "pageTop": { "type": "object", "default": { "showLevelIcon": false, "level1Icon": "", "level2Icon": "", "level3Icon": "" }, "title": "页内顶部导航模式" } } } }