Skip to content

Commit

Permalink
Edit Atlassian and AWS resource docs (#2356)
Browse files Browse the repository at this point in the history
Signed-off-by: misterpantz <[email protected]>
  • Loading branch information
misterpantz authored Oct 25, 2023
1 parent f121e9d commit 9a65c51
Show file tree
Hide file tree
Showing 4 changed files with 121 additions and 121 deletions.
2 changes: 1 addition & 1 deletion providers-sdk/v1/lr/cli/cmd/markdown.go
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ func (l *lrSchemaRenderer) renderResourcePage(resource *lr.Resource, schema *res
builder.WriteString("\n\n")

if docs != nil && docs.Platform != nil && (len(docs.Platform.Name) > 0 || len(docs.Platform.Family) > 0) {
builder.WriteString("**Supported Platform**\n\n")
builder.WriteString("**Supported platform**\n\n")
for r := range docs.Platform.Name {
builder.WriteString(fmt.Sprintf("- %s", docs.Platform.Name[r]))
builder.WriteString("\n")
Expand Down
6 changes: 3 additions & 3 deletions providers/atlassian/resources/atlassian.lr
Original file line number Diff line number Diff line change
Expand Up @@ -162,11 +162,11 @@ atlassian.jira.project @defaults("name") {
url string
// Email
email string
// Private
// Whether the group is private
private bool
// Deleted
// Whether the group has been deleted
deleted bool
// Archived
// Whether the group has been archived
archived bool
// Properties
properties() []atlassian.jira.project.property
Expand Down
Loading

0 comments on commit 9a65c51

Please sign in to comment.