0.2.2 • Published 4 years ago

docstrapps v0.2.2

Weekly downloads
3
License
MIT
Repository
github
Last release
4 years ago

DocStrapPs

DocStrapPs 基于 DocStrap 进行修改的 Jsdoc 文档模板

Install

npm install --save-dev docstrapps

Use

修改 jsdoc 配置文件. 可参考 about-configuring-jsdoc

{
	"opts": {
		"template": "./node_modules/docstrapps/template"
	}
}

Configuring the template

{
	"opts": {},
	"template": {
		namespaceToNav: false,  // 是否将 @namespace 做为nav导航,
		theme: "flatlyPlus"  // 新增主题
	}
}

更多模板配置可参考 docstrap template Configuring

0.2.2

4 years ago

0.2.1

4 years ago

0.2.0

4 years ago

0.1.8

4 years ago

0.1.7

4 years ago

0.1.6

4 years ago

0.1.5

4 years ago

0.1.4

4 years ago

0.1.3

4 years ago

0.1.2

4 years ago

0.1.1

4 years ago

0.1.0

4 years ago