Document Connected Library manifest layout
Some checks failed
Codex Template Compliance / template-compliance (push) Successful in 8s
Build / build-windows (push) Has been cancelled

This commit is contained in:
2026-05-16 01:04:41 +02:00
parent 7e4d11016d
commit 312dee9f24
7 changed files with 114 additions and 1 deletions

View File

@@ -399,7 +399,11 @@ async fn resolve_manifest(
}
Err(ErrorKind::InputError(format!(
"Could not fetch {MANIFEST_FILE_NAME}. Tried: {}",
concat!(
"Could not fetch {MANIFEST_FILE_NAME}. Make sure the file ",
"exists in the repository root or paste the raw manifest URL ",
"directly. Tried: {}"
),
errors.join("; ")
))
.into())