Skip to content

Commit f7f2ad9

Browse files
authored
Update the remaining docs to use the new recipe highlighter (#2797)
1 parent 87db904 commit f7f2ad9

8 files changed

Lines changed: 93 additions & 93 deletions

File tree

docs/how-to/advanced/self-hosted-runners.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ provider:
5151
linux_aarch64: github_actions
5252
```
5353
54-
```yaml title="recipe/conda_build_config.yaml"
54+
```recipe title="recipe/conda_build_config.yaml"
5555
github_actions_labels:
5656
- a-custom-self-hosted-provider # [linux64]
5757
# absent value for linux-aarch64 means it will use the default; same as:

docs/maintainer/conda_forge_yml.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ Each string must be one of:
7171

7272
Example:
7373

74-
```yaml title="recipe/conda_build_config.yaml"
74+
```recipe title="recipe/conda_build_config.yaml"
7575
github_actions_labels:
7676
- a-custom-self-hosted-provider # [linux64]
7777
# absent value for linux-aarch64 means it will use the default; same as:

0 commit comments

Comments
 (0)