From da3e71628c0bacba225a911e5c0778c6df0d1c17 Mon Sep 17 00:00:00 2001 From: alexvoss Date: Sun, 21 Jun 2026 21:45:37 -0400 Subject: [PATCH] clarify repo_name (#136) Signed-off-by: alexvoss --- docs/setup/repository.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/setup/repository.md b/docs/setup/repository.md index ef63a45..f007c72 100644 --- a/docs/setup/repository.md +++ b/docs/setup/repository.md @@ -52,9 +52,10 @@ automatically requested and rendered. ### Repository name -Zensical will infer the source provider by examining the URL and try to set the -_repository name_ automatically. If you wish to customize the name, set -`repo_name` in your configuration: +Zensical will infer the repository provider by examining the URL and set +the repository name to it. Inferring more than the provider is not possible +in the general case. With `repo_name`, you can override this default +to anything you like: === "`zensical.toml`"