gitbook 插件 标签
文章目录
1. tags 插件
tags 插件 给文章带上标签
1.1 安装
npm i gitbook-plugin-tags
1.2 配置
{
"plugins": [
"tags"
],
}
创建一个以
根目录命名的文件并将其放在
. 有效
的是:
# Summary
* [Introduction](README.md)
* [First Chapter]()
* [Tags]()
您可以将文件保留为
空或添加标题,例如
# Tags
在md文章页面中添加标签
$ head Linux-Command/Linux_Command_ab.md
# linux Command ab 网站性能压力测试工具
tags: 测试
.....
1.3 效果
1.4 评价
很完美
综合指数:⭐️⭐️⭐️⭐️⭐️