Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Touch up smithy-template.json descriptions #122

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions smithy-templates.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
]
},
"build-dependencies": {
"documentation": "",
"documentation": "Add build-only dependencies.",
"path": "examples/jar-plugin/build-dependencies",
"include": [
"gradle/",
Expand All @@ -72,7 +72,7 @@
]
},
"custom-trait": {
"documentation": "Add Smithy files defining a to a JAR alongside the Java definition of that trait.",
"documentation": "Add Smithy files for a trait alongside the Java definition of that trait.",
"path": "examples/jar-plugin/custom-trait",
"include": [
"gradle/",
Expand All @@ -82,7 +82,7 @@
]
},
"kotlin-jvm-project": {
"documentation": "Add Smithy models to a jar created by a kotlin project.",
"documentation": "Add Smithy models to a JAR created by a Kotlin project.",
"path": "examples/jar-plugin/kotlin-jvm-project",
"include": [
"gradle/",
Expand All @@ -92,7 +92,7 @@
]
},
"scala-project": {
"documentation": "Add Smithy models to a jar created by a Scala project.",
"documentation": "Add Smithy models to a JAR created by a Scala project.",
"path": "examples/jar-plugin/scala-project",
"include": [
"gradle/",
Expand Down
Loading