From 6602a3fe585863dcd5cdb76f7e9d8f0bc8269c49 Mon Sep 17 00:00:00 2001 From: Nick Hammond Date: Fri, 13 Dec 2024 10:05:46 -0700 Subject: [PATCH] Rename extensions to anchors --- docs/configuration/overview.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/configuration/overview.md b/docs/configuration/overview.md index 8fe00b9..72afed4 100644 --- a/docs/configuration/overview.md +++ b/docs/configuration/overview.md @@ -16,7 +16,7 @@ e.g., `kamal deploy -d staging`. In this case, the configuration will also be read from `config/deploy.staging.yml` and merged with the base configuration. -## [Extensions](#extensions) +## [Anchors](#anchors) Kamal will not accept unrecognized keys in the configuration file. @@ -24,7 +24,7 @@ However, you might want to declare a configuration block using YAML anchors and aliases to avoid repetition. You can prefix a configuration section with `x-` to indicate that it is an -extension. Kamal will ignore the extension and not raise an error. +anchor. Kamal will ignore the anchor and not raise an error. See [Anchors](../anchors) for more information. ## [The service name](#the-service-name)