docs: fix formatting of note callouts (#16761)

Fixes the formatting of several note callouts. Previously, these would render incorrectly both on GitHub and on the documentation site.
This commit is contained in:
Lucas Melin
2025-03-07 10:35:14 -05:00
committed by GitHub
parent 17f8e93d0c
commit db064ed0f8
7 changed files with 18 additions and 11 deletions

View File

@@ -71,6 +71,7 @@ Then, when creating the template, enter `localhost:5000/devcontainer-cache` for
See the [Envbuilder Terraform Provider Examples](https://github.com/coder/terraform-provider-envbuilder/blob/main/examples/resources/envbuilder_cached_image/envbuilder_cached_image_resource.tf/) for a more complete example of how the provider works.
> [!NOTE] We recommend using a registry cache with authentication enabled.
> [!NOTE]
> We recommend using a registry cache with authentication enabled.
> To allow Envbuilder to authenticate with the registry cache, specify the variable `cache_repo_docker_config_path`
> with the path to a Docker config `.json` on disk containing valid credentials for the registry.