New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

gitbook-plugin-theme-itheima

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gitbook-plugin-theme-itheima

GitBook 研究院技术文档模板 - theme-itheima

latest
Source
npmnpm
Version
1.1.12
Version published
Maintainers
1
Created
Source

GitBook 研究院技术文档模板 - theme-itheima

GitBook 研究院技术文档模板 - theme-itheima

gitbook-plugin-theme-itheima

1. 安装

配置 book.json ,如没有这个文件请创建

  • 配置itheima模板
  "plugins": [
    "theme-itheima"
  ],
  • 推荐配置,支持(导航折叠、分隔条拖动、代码高亮优化、关闭分享)
{
  "title": "管理系统 - API接口说明",
  "author": "王某某",
  "description": "本文档撰写摘要说明",
  "language": "zh-hans",
  "copyright": "xxxxxxxxxxx股份有限公司  版权所有Copyright 2006-2018, All Rights Reserved",
  "plugins": [
    "theme-itheima",
    "splitter",
    "prism",
    "expandable-chapters",
    "-sharing"
  ],
  "pluginsConfig": {
    "theme-default": {
      "showLevel": false
    }
  }
}

2. 安装插件

gitbook install

3. 本机运行

gitbook serve

4. 发布html

gitbook build

License

Apache-2.0 © 研究院研发部

FAQs

Package last updated on 16 Mar 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts