{
  "name": "gitbook-plugin-anchor-navigation-ex-eus",
  "version": "1.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": "git+https://github.com/zq99299/gitbook-plugin-anchor-navigation-ex.git"
  },
  "keywords": [
    "gitbook",
    "plugin",
    "anchor-navigation-ex",
    "ex"
  ],
  "author": "Quentin Golsteyn",
  "bugs": {
    "url": "https://github.com/zq99299/gitbook-plugin-anchor-navigation-ex/issues"
  },
  "homepage": "https://github.com/zq99299/gitbook-plugin-anchor-navigation-ex#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": "页内顶部导航模式"
      }
    }
  }
}
