File tree Expand file tree Collapse file tree 2 files changed +16
-2
lines changed
Expand file tree Collapse file tree 2 files changed +16
-2
lines changed Original file line number Diff line number Diff line change 1+ # Honkit API Documentation Plugin
2+
3+ Hello World!
Original file line number Diff line number Diff line change 11{
22 "name" : " honkit-plugin-api-documentation" ,
3+ "repository" : {
4+ "type" : " git" ,
5+ "url" : " https://github.com/0815pascal/honkit-plugin-api-documentation"
6+ },
37 "version" : " 0.0.1" ,
4- "description" : " A Honkit plugin to dynamically generate templates using Handlebars" ,
8+ "main" : " index.js" ,
9+ "description" : " A Honkit plugin to dynamically generate an API documentation using Handlebars" ,
510 "keywords" : [
611 " honkit" ,
712 " gitbook" ,
813 " plugin" ,
914 " dynamic" ,
10- " template"
15+ " template" ,
16+ " api" ,
17+ " swagger" ,
18+ " openApi"
1119 ],
1220 "author" : " Pascal Witzig" ,
1321 "license" : " MIT" ,
1422 "dependencies" : {
1523 "handlebars" : " ^4.7.8"
1624 },
25+ "peerDependencies" : {
26+ "honkit" : " >=3.0.0"
27+ },
1728 "engines" : {
1829 "node" : " >=18.0.0" ,
1930 "gitbook" : " >=3.0.0"
You can’t perform that action at this time.
0 commit comments