Skip to content

Commit 6246581

Browse files
committed
Fix headings
1 parent 8092938 commit 6246581

4 files changed

Lines changed: 8 additions & 8 deletions

File tree

website/docs/integrations/github-cli.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@ description: This is a step-by-step guide on how to use the ConfigCat CLI in you
66

77
This section describes how to install and use the ConfigCat CLI in GitHub Action workflows.
88

9-
### Prerequisites
9+
## Prerequisites
1010

1111
- To let the CLI access the ConfigCat Public Management API, you have to create a new <a target="_blank" href="https://app.configcat.com/my-account/public-api-credentials">API credential</a>.
1212
Store the credential in your repository's <a target="_blank" href="https://docs.github.com/en/actions/security-guides/encrypted-secrets#creating-encrypted-secrets-for-a-repository">GitHub Secrets</a> with the following names: `CONFIGCAT_API_USER`, `CONFIGCAT_API_PASS`.
1313

1414
<img src="/docs/assets/cli/scan/github_secrets.png" alt="Github Action secrets" decoding="async" loading="lazy" />
1515

16-
### Example
16+
## Example
1717
The following example shows how you can install the ConfigCat CLI with ConfigCat's <a href="https://github.com/configcat/cli-actions" target="_blank">CLI Github Actions</a> in your workflow.
1818

1919
```yaml

website/docs/integrations/github-eval.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ description: This is a step-by-step guide on how to evaluate ConfigCat feature f
77
ConfigCat's <a href="https://github.com/configcat/cli-actions" target="_blank">CLI GitHub Actions</a> has the ability to evaluate feature flags in GitHub Action workflows.
88
This feature lets you use your feature flag values or create conditional steps in your workflow.
99

10-
### Prerequisites
10+
## Prerequisites
1111

1212
- An SDK key for the ConfigCat config/environment pair that contains the feature flags you want to evaluate.
1313

14-
### Example
14+
## Example
1515

1616
The following example shows how you can evaluate ConfigCat feature flags and use the evaluated results in subsequent steps.
1717

website/versioned_docs/version-V1/integrations/github-cli.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@ description: This is a step-by-step guide on how to use the ConfigCat CLI in you
66

77
This section describes how to install and use the ConfigCat CLI in GitHub Action workflows.
88

9-
### Prerequisites
9+
## Prerequisites
1010

1111
- To let the CLI access the ConfigCat Public Management API, you have to create a new <a target="_blank" href="https://app.configcat.com/my-account/public-api-credentials">API credential</a>.
1212
Store the credential in your repository's <a target="_blank" href="https://docs.github.com/en/actions/security-guides/encrypted-secrets#creating-encrypted-secrets-for-a-repository">GitHub Secrets</a> with the following names: `CONFIGCAT_API_USER`, `CONFIGCAT_API_PASS`.
1313

1414
<img src="/docs/assets/cli/scan/github_secrets.png" alt="Github Action secrets" decoding="async" loading="lazy" />
1515

16-
### Example
16+
## Example
1717
The following example shows how you can install the ConfigCat CLI with ConfigCat's <a href="https://github.com/configcat/cli-actions" target="_blank">CLI Github Actions</a> in your workflow.
1818

1919
```yaml

website/versioned_docs/version-V1/integrations/github-eval.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ description: This is a step-by-step guide on how to evaluate ConfigCat feature f
77
ConfigCat's <a href="https://github.com/configcat/cli-actions" target="_blank">CLI GitHub Actions</a> has the ability to evaluate feature flags in GitHub Action workflows.
88
This feature lets you use your feature flag values or create conditional steps in your workflow.
99

10-
### Prerequisites
10+
## Prerequisites
1111

1212
- An SDK key for the ConfigCat config/environment pair that contains the feature flags you want to evaluate.
1313

14-
### Example
14+
## Example
1515

1616
The following example shows how you can evaluate ConfigCat feature flags and use the evaluated results in subsequent steps.
1717

0 commit comments

Comments
 (0)