Skip to content

Commit 4ff9519

Browse files
committed
Add Readme, enhance package.json
1 parent c62d474 commit 4ff9519

File tree

2 files changed

+16
-2
lines changed

2 files changed

+16
-2
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Honkit API Documentation Plugin
2+
3+
Hello World!

package.json

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,30 @@
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"

0 commit comments

Comments
 (0)