Skip to content

Commit

Permalink
docs: updated generated markdown for enums
Browse files Browse the repository at this point in the history
  • Loading branch information
jsoverson committed Jun 22, 2023
1 parent ce3a686 commit f1360f8
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@


| Field name | Type | Description |
|------------|------|-------------|
{{#each values}}
| {{name.value}} | {{> expand-type type}} | {{description.value}} |
{{/each}}
Expand Down
3 changes: 3 additions & 0 deletions crates/wick/wick-config/docs/v1.md
Original file line number Diff line number Diff line change
Expand Up @@ -1524,6 +1524,7 @@ Any one of the following types:


| Field name | Type | Description |
|------------|------|-------------|
| Commit | unknown type | The operation will commit what has succeeded. |
| Rollback | unknown type | The operation will rollback changes. |
| Ignore | unknown type | Errors will be ignored. |
Expand Down Expand Up @@ -1584,6 +1585,7 @@ Any one of the following types:


| Field name | Type | Description |
|------------|------|-------------|
| Json | unknown type | JSON data |
| Raw | unknown type | Raw |
| FormData | unknown type | Form Data |
Expand All @@ -1602,6 +1604,7 @@ Any one of the following types:


| Field name | Type | Description |
|------------|------|-------------|
| Get | unknown type | GET method |
| Post | unknown type | POST method |
| Put | unknown type | PUT method |
Expand Down
3 changes: 3 additions & 0 deletions docs/content/configuration/reference/v1.md
Original file line number Diff line number Diff line change
Expand Up @@ -1524,6 +1524,7 @@ Any one of the following types:


| Field name | Type | Description |
|------------|------|-------------|
| Commit | unknown type | The operation will commit what has succeeded. |
| Rollback | unknown type | The operation will rollback changes. |
| Ignore | unknown type | Errors will be ignored. |
Expand Down Expand Up @@ -1584,6 +1585,7 @@ Any one of the following types:


| Field name | Type | Description |
|------------|------|-------------|
| Json | unknown type | JSON data |
| Raw | unknown type | Raw |
| FormData | unknown type | Form Data |
Expand All @@ -1602,6 +1604,7 @@ Any one of the following types:


| Field name | Type | Description |
|------------|------|-------------|
| Get | unknown type | GET method |
| Post | unknown type | POST method |
| Put | unknown type | PUT method |
Expand Down

0 comments on commit f1360f8

Please sign in to comment.