Skip to content

Commit 1f614b7

Browse files
committed
Standardize docs Markdown format with Markdownlint
Signed-off-by: Timo Sand <[email protected]>
1 parent f974050 commit 1f614b7

270 files changed

Lines changed: 2376 additions & 2345 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.markdownlint.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
{
2+
"MD004": {
3+
"style": "dash"
4+
},
5+
"MD007": {
6+
"indent": 4
7+
},
8+
"MD013": false,
9+
"MD014": false,
10+
"MD022": false,
11+
"MD029": {
12+
"style": "ordered"
13+
},
14+
"MD033": {
15+
"allowed_elements": ["a"]
16+
}
17+
}

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ provider_installation {
131131
}
132132
```
133133

134-
See <https://www.terraform.io/docs/cli/config/config-file.html> for more details.
134+
See [Terraform CLI Config File](https://www.terraform.io/docs/cli/config/config-file.html) for more details.
135135

136136
When running examples, you should spot the following warning to confirm you are using a local build:
137137

docs/data-sources/actions_environment_secrets.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ data "github_actions_environment_secrets" "example" {
2121

2222
## Attributes Reference
2323

24-
* `secrets` - list of secrets for the environment
25-
* `name` - Name of the secret
26-
* `created_at` - Timestamp of the secret creation
27-
* `updated_at` - Timestamp of the secret last update
24+
- `secrets` - list of secrets for the environment
25+
- `name` - Name of the secret
26+
- `created_at` - Timestamp of the secret creation
27+
- `updated_at` - Timestamp of the secret last update

docs/data-sources/actions_environment_variables.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ data "github_actions_environment_variables" "example" {
2121

2222
## Attributes Reference
2323

24-
* `variables` - list of variables for the environment
25-
* `name` - Name of the variable
26-
* `value` - Value of the variable
27-
* `created_at` - Timestamp of the variable creation
28-
* `updated_at` - Timestamp of the variable last update
24+
- `variables` - list of variables for the environment
25+
- `name` - Name of the variable
26+
- `value` - Value of the variable
27+
- `created_at` - Timestamp of the variable creation
28+
- `updated_at` - Timestamp of the variable last update

docs/data-sources/actions_organization_oidc_subject_claim_customization_template.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ data "github_actions_organization_oidc_subject_claim_customization_template" "ex
1919

2020
## Attributes Reference
2121

22-
* `include_claim_keys` - The list of OpenID Connect claim keys.
22+
- `include_claim_keys` - The list of OpenID Connect claim keys.

docs/data-sources/actions_organization_public_key.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@ data "github_actions_organization_public_key" "example" {}
1616

1717
## Attributes Reference
1818

19-
* `key_id` - ID of the key that has been retrieved.
20-
* `key` - Actual key retrieved.
19+
- `key_id` - ID of the key that has been retrieved.
20+
- `key` - Actual key retrieved.

docs/data-sources/actions_organization_registration_token.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@ data "github_actions_organization_registration_token" "example" {
1919

2020
## Attributes Reference
2121

22-
* `token` - The token that has been retrieved.
23-
* `expires_at` - The token expiration date.
22+
- `token` - The token that has been retrieved.
23+
- `expires_at` - The token expiration date.

docs/data-sources/actions_organization_secrets.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ data "github_actions_organization_secrets" "example" {
1919

2020
## Attributes Reference
2121

22-
* `secrets` - list of secrets for the repository
23-
* `name` - Secret name
24-
* `visibility` - Secret visibility
25-
* `created_at` - Timestamp of the secret creation
26-
* `updated_at` - Timestamp of the secret last update
22+
- `secrets` - list of secrets for the repository
23+
- `name` - Secret name
24+
- `visibility` - Secret visibility
25+
- `created_at` - Timestamp of the secret creation
26+
- `updated_at` - Timestamp of the secret last update

docs/data-sources/actions_organization_variables.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ data "github_actions_organization_variables" "example" {
1919

2020
## Attributes Reference
2121

22-
* `variables` - list of variables for the repository
23-
* `name` - Name of the variable
24-
* `value` - Value of the variable
25-
* `visibility` - Visibility of the variable
26-
* `created_at` - Timestamp of the variable creation
27-
* `updated_at` - Timestamp of the variable last update
22+
- `variables` - list of variables for the repository
23+
- `name` - Name of the variable
24+
- `value` - Value of the variable
25+
- `visibility` - Visibility of the variable
26+
- `created_at` - Timestamp of the variable creation
27+
- `updated_at` - Timestamp of the variable last update

docs/data-sources/actions_public_key.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ data "github_actions_public_key" "example" {
1818

1919
## Argument Reference
2020

21-
* `repository` - (Required) Name of the repository to get public key from.
21+
- `repository` - (Required) Name of the repository to get public key from.
2222

2323
## Attributes Reference
2424

25-
* `key_id` - ID of the key that has been retrieved.
26-
* `key` - Actual key retrieved.
25+
- `key_id` - ID of the key that has been retrieved.
26+
- `key` - Actual key retrieved.

0 commit comments

Comments
 (0)