Skip to content

Commit

Permalink
feat: move configuration to package.json (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
derberg authored May 22, 2020
1 parent a44d8fd commit fac32fa
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 16 deletions.
16 changes: 0 additions & 16 deletions .tp-config.json

This file was deleted.

17 changes: 17 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,5 +58,22 @@
"@semantic-release/npm",
"@semantic-release/github"
]
},
"generator": {
"parameters": {
"sidebarOrganization": {
"description": "Defines how the sidebar should be organized. Set its value to 'byTags' to categorize operations by tags.",
"required": false
},
"baseHref": {
"description": "Sets the base URL for links and forms.",
"required": false
}
},
"generator": ">=0.50.0 <2.0.0",
"filters": [
"@asyncapi/generator-filters"
]
}

}

0 comments on commit fac32fa

Please sign in to comment.