A simple URL string: "site" = "https://example.stencila.site/"An object with watch: "file.md" = { url = "...", watch = "w123" }Multiple remotes: "file.md" = [{ url = "...", watch = "..." }, "https://..."]
# Remotes for a site and specific files
[remotes]
"site" = "https://example.stencila.site/"
"docs/report.md" = { url = "https://docs.google.com/...", watch = "w123" }
"article.md" = [
{ url = "https://docs.google.com/...", watch = "w456" },
"https://sharepoint.com/..."
]RemoteValue Configuration Entry
Multiple remote targets for the same path
[remotes]
"article.md" = [
{ url = "https://docs.google.com/...", watch = "w456" },
"https://sharepoint.com/..."
]Single remote target
[remotes]
"site" = "https://example.stencila.site/"
"file.md" = { url = "https://...", watch = "w123" }remotes.rsgenerate.rs